Searched refs:PG_NX (Results 1 – 5 of 5) sorted by relevance
298 pg_nx = PG_NX; in initializecpu()
6967 } else if ((origpte & PG_NX) != 0 || (newpte & PG_NX) == 0) { in pmap_enter()
110 #define PG_NX X86_PG_NX macro128 #define PG_PTE_PROMOTE (PG_NX | PG_MANAGED | PG_W | PG_G | PG_PTE_CACHE | \
68 #define PG_NX (1ull<<63) /* No-execute */ macro
605 pg_nx = PG_NX; in __CONCAT()3865 else if ((origpte & PG_NX) != 0 || (newpte & PG_NX) == 0) { in __CONCAT()