Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dinitcpu.c298 pg_nx = PG_NX; in initializecpu()
H A Dpmap.c6967 } else if ((origpte & PG_NX) != 0 || (newpte & PG_NX) == 0) { in pmap_enter()
/f-stack/freebsd/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 | \
/f-stack/freebsd/i386/include/
H A Dpmap.h68 #define PG_NX (1ull<<63) /* No-execute */ macro
/f-stack/freebsd/i386/i386/
H A Dpmap.c605 pg_nx = PG_NX; in __CONCAT()
3865 else if ((origpte & PG_NX) != 0 || (newpte & PG_NX) == 0) { in __CONCAT()