Home | History | Annotate | Download | only in ppro
      1 # Pentium Pro possible unit masks
      2 #
      3 name:zero type:mandatory default:0x0
      4 	0x0 No unit mask
      5 name:mesi type:bitmask default:0x0f
      6 	0x08 (M)odified cache state
      7 	0x04 (E)xclusive cache state
      8 	0x02 (S)hared cache state
      9 	0x01 (I)nvalid cache state
     10 	0x0f All cache states
     11 name:ebl type:exclusive default:0x20
     12 	0x00 self-generated transactions
     13 	0x20 any transactions
     14