Home | History | Annotate | Download | only in target-i386

Lines Matching refs:PG_RW_MASK

1066             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)
1234 (ptep & PG_RW_MASK))