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

Lines Matching refs:PG_RW_MASK

1049             ptep = PG_NX_MASK | PG_USER_MASK | PG_RW_MASK;
1073 if (is_write && !(ptep & PG_RW_MASK))
1077 is_write && !(ptep & PG_RW_MASK))
1115 if (is_write && !(ptep & PG_RW_MASK))
1119 is_write && !(ptep & PG_RW_MASK))
1150 if (is_write && !(pde & PG_RW_MASK))
1154 is_write && !(pde & PG_RW_MASK))
1187 if (is_write && !(ptep & PG_RW_MASK))
1191 is_write && !(ptep & PG_RW_MASK))
1213 if (ptep & PG_RW_MASK)
1217 (ptep & PG_RW_MASK))