Searched refs:PG_RW_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;
1090 if (is_write && !(ptep & PG_RW_MASK))
1094 is_write && !(ptep & PG_RW_MASK))
1132 if (is_write && !(ptep & PG_RW_MASK))
1136 is_write && !(ptep & PG_RW_MASK))
1167 if (is_write && !(pde & PG_RW_MASK))
1171 is_write && !(pde & PG_RW_MASK))
1204 if (is_write && !(ptep & PG_RW_MASK))
1208 is_write && !(ptep & PG_RW_MASK))
1230 if (ptep & PG_RW_MASK)
[all...]
H A Dcpu.h236 #define PG_RW_MASK (1 << PG_RW_BIT) macro

Completed in 43 milliseconds