Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-16 | arch,x86,mem: Dynamically determine the ISA for Ruby store check | Andreas Hansson | |
This patch makes the memory system ISA-agnostic by enabling the Ruby Sequencer to dynamically determine if it has to do a store check. To enable this check, the ISA is encoded as an enum, and the system is able to provide the ISA to the Sequencer at run time. --HG-- rename : src/arch/x86/insts/microldstop.hh => src/arch/x86/ldstflags.hh |