Memory: Rename LOCKED for load locked store conditional to LLSC.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 19 Apr 2009 11:25:01 +0000 (04:25 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 19 Apr 2009 11:25:01 +0000 (04:25 -0700)
commit3e5f4876630169e92b3ad736d747bcba1b79c062
treecc6f7aa2f13331839567c1b5844ea2d8412df163
parentca8598147835cc3bf4cb6125b4f32cbd941f1ae7
Memory: Rename LOCKED for load locked store conditional to LLSC.
21 files changed:
src/arch/alpha/isa/decoder.isa
src/arch/alpha/isa/pal.isa
src/arch/mips/isa/decoder.isa
src/cpu/checker/cpu.cc
src/cpu/inorder/resources/cache_unit.cc
src/cpu/o3/lsq_unit.hh
src/cpu/o3/lsq_unit_impl.hh
src/cpu/ozone/back_end_impl.hh
src/cpu/ozone/inorder_back_end.hh
src/cpu/ozone/lsq_unit_impl.hh
src/cpu/ozone/lw_lsq.hh
src/cpu/ozone/lw_lsq_impl.hh
src/cpu/simple/atomic.cc
src/cpu/simple/timing.cc
src/mem/cache/blk.hh
src/mem/cache/cache_impl.hh
src/mem/packet.cc
src/mem/packet.hh
src/mem/physical.cc
src/mem/physical.hh
src/mem/request.hh