gem5/configs/ruby
Marc Orr bf80734b2c x86 isa: This patch attempts an implementation at mwait.
Mwait works as follows:
1. A cpu monitors an address of interest (monitor instruction)
2. A cpu calls mwait - this loads the cache line into that cpu's cache.
3. The cpu goes to sleep.
4. When another processor requests write permission for the line, it is
   evicted from the sleeping cpu's cache. This eviction is forwarded to the
   sleeping cpu, which then wakes up.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
2014-11-06 05:42:22 -06:00
..
MESI_Three_Level.py x86 isa: This patch attempts an implementation at mwait. 2014-11-06 05:42:22 -06:00
MESI_Two_Level.py x86 isa: This patch attempts an implementation at mwait. 2014-11-06 05:42:22 -06:00
MI_example.py x86 isa: This patch attempts an implementation at mwait. 2014-11-06 05:42:22 -06:00
MOESI_CMP_directory.py x86 isa: This patch attempts an implementation at mwait. 2014-11-06 05:42:22 -06:00
MOESI_CMP_token.py x86 isa: This patch attempts an implementation at mwait. 2014-11-06 05:42:22 -06:00
MOESI_hammer.py x86 isa: This patch attempts an implementation at mwait. 2014-11-06 05:42:22 -06:00
Network_test.py ruby: single physical memory in fs mode 2014-11-06 05:41:44 -06:00
Ruby.py x86 isa: This patch attempts an implementation at mwait. 2014-11-06 05:42:22 -06:00