diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-03-02 21:44:43 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-03-02 21:44:43 -0500 |
commit | dd0d8e628742c824cd5074433dc97ff7ebd92497 (patch) | |
tree | 1e905144a1b0d4cae4859b17f9f2d335f3c67b11 /sim/pseudo_inst.hh | |
parent | 6b7d62790399f3ff675e5d37a25c320aa068897a (diff) | |
parent | 0fed64a6a47a62a94a53c5f41ac89b34a2fd6786 (diff) | |
download | gem5-dd0d8e628742c824cd5074433dc97ff7ebd92497.tar.xz |
Merge gblack@m5.eecs.umich.edu:/bk/multiarch
into ewok.(none):/home/gblack/m5/multiarch
--HG--
extra : convert_revision : f6db244a66431dd6b8c5ba251ed02d76cd509cff
Diffstat (limited to 'sim/pseudo_inst.hh')
-rw-r--r-- | sim/pseudo_inst.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sim/pseudo_inst.hh b/sim/pseudo_inst.hh index 3857f2050..4dd427c99 100644 --- a/sim/pseudo_inst.hh +++ b/sim/pseudo_inst.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2005 The Regents of The University of Michigan + * Copyright (c) 2003-2006 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -44,6 +44,9 @@ namespace AlphaPseudo void arm(ExecContext *xc); void quiesce(ExecContext *xc); + void quiesceNs(ExecContext *xc, uint64_t ns); + void quiesceCycles(ExecContext *xc, uint64_t cycles); + uint64_t quiesceTime(ExecContext *xc); void ivlb(ExecContext *xc); void ivle(ExecContext *xc); void m5exit(ExecContext *xc, Tick delay); |