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

Lines Matching refs:ptep

967     uint64_t ptep, pte;
1021 ptep = pml4e ^ PG_NX_MASK;
1033 ptep &= pdpe ^ PG_NX_MASK;
1049 ptep = PG_NX_MASK | PG_USER_MASK | PG_RW_MASK;
1063 ptep &= pde ^ PG_NX_MASK;
1067 ptep ^= PG_NX_MASK;
1068 if ((ptep & PG_NX_MASK) && is_write1 == 2)
1071 if (!(ptep & PG_USER_MASK))
1073 if (is_write && !(ptep & PG_RW_MASK))
1077 is_write && !(ptep & PG_RW_MASK))
1108 ptep &= pte ^ PG_NX_MASK;
1109 ptep ^= PG_NX_MASK;
1110 if ((ptep & PG_NX_MASK) && is_write1 == 2)
1113 if (!(ptep & PG_USER_MASK))
1115 if (is_write && !(ptep & PG_RW_MASK))
1119 is_write && !(ptep & PG_RW_MASK))
1166 ptep = pte;
1183 ptep = pte & pde;
1185 if (!(ptep & PG_USER_MASK))
1187 if (is_write && !(ptep & PG_RW_MASK))
1191 is_write && !(ptep & PG_RW_MASK))
1207 if (!(ptep & PG_NX_MASK))
1213 if (ptep & PG_RW_MASK)
1217 (ptep & PG_RW_MASK))