Searched refs:handleLockedWrite (Results 1 - 9 of 9) sorted by relevance
/gem5/src/arch/generic/ |
H A D | locked_mem.hh | 79 handleLockedWrite(XC *xc, const RequestPtr &req, Addr cacheBlockMask) function in namespace:TheISA
|
/gem5/src/arch/alpha/ |
H A D | locked_mem.hh | 102 handleLockedWrite(XC *xc, const RequestPtr &req, Addr cacheBlockMask) function in namespace:AlphaISA
|
/gem5/src/arch/mips/ |
H A D | locked_mem.hh | 95 handleLockedWrite(XC *xc, const RequestPtr &req, Addr cacheBlockMask) function in namespace:MipsISA
|
/gem5/src/arch/riscv/ |
H A D | locked_mem.hh | 102 handleLockedWrite(XC *xc, const RequestPtr &req, Addr cacheBlockMask) function in namespace:RiscvISA
|
/gem5/src/arch/arm/ |
H A D | locked_mem.hh | 114 handleLockedWrite(XC *xc, const RequestPtr &req, Addr cacheBlockMask) function in namespace:ArmISA
|
/gem5/src/cpu/simple/ |
H A D | atomic.cc | 502 TheISA::handleLockedWrite(thread, req,
|
H A D | timing.cc | 307 do_access = TheISA::handleLockedWrite(thread, req, dcachePort.cacheBlockMask);
|
/gem5/src/cpu/o3/ |
H A D | lsq_unit_impl.hh | 795 bool success = TheISA::handleLockedWrite(inst.get(),
|
/gem5/src/cpu/minor/ |
H A D | lsq.cc | 1129 do_access = TheISA::handleLockedWrite(&context,
|
Completed in 20 milliseconds