Revision 3f2cbf0d target-i386/cpu.h

b/target-i386/cpu.h
241 241
#define PG_DIRTY_MASK	 (1 << PG_DIRTY_BIT)
242 242
#define PG_PSE_MASK	 (1 << PG_PSE_BIT)
243 243
#define PG_GLOBAL_MASK	 (1 << PG_GLOBAL_BIT)
244
#define PG_HI_USER_MASK  0x7ff0000000000000LL
244 245
#define PG_NX_MASK	 (1LL << PG_NX_BIT)
245 246

  
246 247
#define PG_ERROR_W_BIT     1

Also available in: Unified diff