Home
last modified time | relevance | path

Searched refs:PG_NX (Results 1 – 7 of 7) sorted by relevance

/trueos/sys/amd64/include/
HDpmap.h103 #define PG_NX X86_PG_NX macro
119 #define PG_PTE_PROMOTE (PG_NX | PG_MANAGED | PG_W | PG_G | PG_PTE_CACHE | \
/trueos/sys/amd64/amd64/
HDinitcpu.c183 pg_nx = PG_NX; in initializecpu()
HDpmap.c4345 } else if ((origpte & PG_NX) != 0 || (newpte & PG_NX) == 0) { in pmap_enter()
/trueos/sys/i386/include/
HDpmap.h67 #define PG_NX (1ull<<63) /* No-execute */ macro
/trueos/sys/i386/i386/
HDinitcpu.c793 pg_nx = PG_NX; in initializecpu()
HDpmap.c3636 if ((origpte & PG_NX) == 0 && in pmap_enter()
3637 (newpte & PG_NX) != 0) in pmap_enter()
/trueos/sys/i386/xen/
HDpmap.c2822 if ((origpte & PG_NX) == 0 && in pmap_enter()
2823 (newpte & PG_NX) != 0) in pmap_enter()