summaryrefslogtreecommitdiff
path: root/src/cpu/o3/cpu.hh
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-04-08 10:42:39 +0800
committerIru Cai <mytbk920423@gmail.com>2019-05-31 15:59:17 +0800
commit57eb50e414a3aaa6e8bc96ae158af55246cb6754 (patch)
tree9d7c2d4a2598ae916d3976e6dbcc739c6b16fb59 /src/cpu/o3/cpu.hh
parentc0d7cca1d9895f1c3476ce9864584eb4fb2e6ee9 (diff)
downloadgem5-57eb50e414a3aaa6e8bc96ae158af55246cb6754.tar.xz
implement taint propagation
Diffstat (limited to 'src/cpu/o3/cpu.hh')
-rw-r--r--src/cpu/o3/cpu.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/o3/cpu.hh b/src/cpu/o3/cpu.hh
index 131655ecd..c231d4a18 100644
--- a/src/cpu/o3/cpu.hh
+++ b/src/cpu/o3/cpu.hh
@@ -401,6 +401,7 @@ class FullO3CPU : public BaseO3CPU
/** taint a register */
void setTaint(PhysRegIdPtr phys_reg);
+ void clearTaint(PhysRegIdPtr phys_reg);
bool regTainted(PhysRegIdPtr phys_reg);
uint64_t readIntReg(PhysRegIdPtr phys_reg);