Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dinitcpu.c326 pg_nx = PG_NX; in initializecpu()
H A Dpmap.c7411 } else if ((origpte & PG_NX) != 0 || (newpte & PG_NX) == 0) { in pmap_enter()
/freebsd/sys/amd64/include/
H A Dpmap.h110 #define PG_NX X86_PG_NX macro
128 #define PG_PTE_PROMOTE (PG_NX | PG_MANAGED | PG_W | PG_G | PG_PTE_CACHE | \
/freebsd/sys/i386/include/
H A Dpmap.h64 #define PG_NX (1ull<<63) /* No-execute */ macro
/freebsd/sys/i386/i386/
H A Dpmap.c593 pg_nx = PG_NX; in __CONCAT()
3877 else if ((origpte & PG_NX) != 0 || (newpte & PG_NX) == 0) { in __CONCAT()