Searched refs:verify (Results 1 - 12 of 12) sorted by relevance

/gem5/src/mem/probes/
H A DStackDistProbe.py56 verify = Param.Bool(False, "Verify behaviuor with reference implementation") variable in class:StackDistProbe
H A Dstack_dist.cc50 calc(p->verify)
/gem5/tests/configs/
H A Dtgen-simple-mem.py59 # calculate and verify stack distance
62 system.monitor.stackdist = StackDistProbe(verify = True)
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Dma_fetch.S128 # verify that return address was not written
131 # verify trap cause
136 # verify that epc == &jalr (== t0 - 4)
141 # verify that badaddr == 0 or badaddr == t0+2.
/gem5/util/
H A Dstyle.py53 def verify(filename, regions=all_regions, verbose=False, verifiers=None, function
142 if not verify(filename, regions=regions,
/gem5/tests/gem5/memory/
H A Dsimple-run.py75 # calculate and verify stack distance
78 system.monitor.stackdist = StackDistProbe(verify = True)
/gem5/util/maint/
H A Dcreate_patches.sh76 git rev-parse --verify -q "$1" > /dev/null
/gem5/src/cpu/checker/
H A Dcpu_impl.hh99 // Set the instructions as completed and verify as much as possible.
109 verify(inst); // verify the instructions
127 Checker<Impl>::verify(const DynInstPtr &completed_inst) function in class:Checker
525 // It's useful to verify load values from memory, but in MP
H A Dcpu.hh84 * checker to be able to correctly verify instructions, even with
637 void verify(const DynInstPtr &inst);
/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh932 // verify the value in memory for stores.
936 cpu->checker->verify(storeWBIt->instruction());
1051 cpu->checker->verify(store_inst);
H A Dcommit_impl.hh1074 cpu->checker->verify(head_inst);
1238 cpu->checker->verify(head_inst);
/gem5/src/python/m5/
H A Dparams.py1103 self.verify()
1123 def verify(self): member in class:IpNetmask
1177 self.verify()
1197 def verify(self): member in class:IpWithPort

Completed in 30 milliseconds