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

Lines Matching defs:ptep

978     uint64_t ptep, pte;
1032 ptep = pml4e ^ PG_NX_MASK;
1044 ptep &= pdpe ^ PG_NX_MASK;
1060 ptep = PG_NX_MASK | PG_USER_MASK | PG_RW_MASK;
1074 ptep &= pde ^ PG_NX_MASK;
1078 ptep ^= PG_NX_MASK;
1079 if ((ptep & PG_NX_MASK) && is_write1 == 2)
1082 if (!(ptep & PG_USER_MASK))
1084 if (is_write && !(ptep & PG_RW_MASK))
1088 is_write && !(ptep & PG_RW_MASK))
1119 ptep &= pte ^ PG_NX_MASK;
1120 ptep ^= PG_NX_MASK;
1121 if ((ptep & PG_NX_MASK) && is_write1 == 2)
1124 if (!(ptep & PG_USER_MASK))
1126 if (is_write && !(ptep & PG_RW_MASK))
1130 is_write && !(ptep & PG_RW_MASK))
1177 ptep = pte;
1194 ptep = pte & pde;
1196 if (!(ptep & PG_USER_MASK))
1198 if (is_write && !(ptep & PG_RW_MASK))
1202 is_write && !(ptep & PG_RW_MASK))
1218 if (!(ptep & PG_NX_MASK))
1224 if (ptep & PG_RW_MASK)
1228 (ptep & PG_RW_MASK))