Searched refs:PG_NX (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/amd64/amd64/
H A Dinitcpu.c298 pg_nx = PG_NX;
H A Dpmap.c5969 } else if ((origpte & PG_NX) != 0 || (newpte & PG_NX) == 0) {
/freebsd-12-stable/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-12-stable/sys/i386/include/
H A Dpmap.h69 #define PG_NX (1ull<<63) /* No-execute */ macro
/freebsd-12-stable/sys/i386/i386/
H A Dinitcpu.c774 pg_nx = PG_NX;
H A Dpmap.c3905 else if ((origpte & PG_NX) != 0 || (newpte & PG_NX) == 0) {

Completed in 161 milliseconds