Lines Matching defs:ptep
984 uint64_t ptep, pte;
1038 ptep = pml4e ^ PG_NX_MASK;
1050 ptep &= pdpe ^ PG_NX_MASK;
1066 ptep = PG_NX_MASK | PG_USER_MASK | PG_RW_MASK;
1080 ptep &= pde ^ PG_NX_MASK;
1084 ptep ^= PG_NX_MASK;
1085 if ((ptep & PG_NX_MASK) && is_write1 == 2)
1088 if (!(ptep & PG_USER_MASK))
1090 if (is_write && !(ptep & PG_RW_MASK))
1094 is_write && !(ptep & PG_RW_MASK))
1125 ptep &= pte ^ PG_NX_MASK;
1126 ptep ^= PG_NX_MASK;
1127 if ((ptep & PG_NX_MASK) && is_write1 == 2)
1130 if (!(ptep & PG_USER_MASK))
1132 if (is_write && !(ptep & PG_RW_MASK))
1136 is_write && !(ptep & PG_RW_MASK))
1183 ptep = pte;
1200 ptep = pte & pde;
1202 if (!(ptep & PG_USER_MASK))
1204 if (is_write && !(ptep & PG_RW_MASK))
1208 is_write && !(ptep & PG_RW_MASK))
1224 if (!(ptep & PG_NX_MASK))
1230 if (ptep & PG_RW_MASK)
1234 (ptep & PG_RW_MASK))