Searched refs:PG_NX (Results 1 – 7 of 7) sorted by relevance
103 #define PG_NX X86_PG_NX macro119 #define PG_PTE_PROMOTE (PG_NX | PG_MANAGED | PG_W | PG_G | PG_PTE_CACHE | \
183 pg_nx = PG_NX; in initializecpu()
4345 } else if ((origpte & PG_NX) != 0 || (newpte & PG_NX) == 0) { in pmap_enter()
67 #define PG_NX (1ull<<63) /* No-execute */ macro
793 pg_nx = PG_NX; in initializecpu()
3636 if ((origpte & PG_NX) == 0 && in pmap_enter()3637 (newpte & PG_NX) != 0) in pmap_enter()
2822 if ((origpte & PG_NX) == 0 && in pmap_enter()2823 (newpte & PG_NX) != 0) in pmap_enter()