Searched refs:PG_USER_MASK (Results 1 - 2 of 2) sorted by relevance

/external/qemu/target-i386/
H A Dhelper.c1066 ptep = PG_NX_MASK | PG_USER_MASK | PG_RW_MASK;
1088 if (!(ptep & PG_USER_MASK))
1130 if (!(ptep & PG_USER_MASK))
1165 if (!(pde & PG_USER_MASK))
1202 if (!(ptep & PG_USER_MASK))
H A Dcpu.h237 #define PG_USER_MASK (1 << PG_USER_BIT) macro

Completed in 61 milliseconds