Searched refs:StoreCheck (Results 1 - 5 of 5) sorted by relevance

/gem5/src/arch/x86/
H A Dldstflags.hh56 StoreCheck = 4 enumerator in enum:X86ISA::FlagBit
H A Dtlb.cc275 bool storeCheck = flags & (StoreCheck << FlagShift);
/gem5/src/mem/ruby/system/
H A DSequencer.cc593 (X86ISA::StoreCheck << X86ISA::FlagShift);
H A DGPUCoalescer.cc778 (TheISA::StoreCheck << TheISA::FlagShift);
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc707 bool storeCheck = flags & (StoreCheck << FlagShift);
1130 bool storeCheck = flags & (StoreCheck << FlagShift);

Completed in 19 milliseconds