1# Athlon possible unit masks
2#
3name:zero type:mandatory default:0x0
4	0x0 No unit mask
5name:moesi type:bitmask default:0x1f
6	0x10 (M)odified cache state
7	0x08 (O)wner cache state
8	0x04 (E)xclusive cache state
9	0x02 (S)hared cache state
10	0x01 (I)nvalid cache state
11	0x1f All cache states
12