• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Pentium Pro possible unit masks
2#
3name:zero type:mandatory default:0x0
4	0x0 No unit mask
5name: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
11name:ebl type:exclusive default:0x20
12	0x00 self-generated transactions
13	0x20 any transactions
14