Home
last modified time | relevance | path

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

/openbsd/sys/arch/amd64/amd64/
H A Dlocore0.S264 movl RELOC((pg_nx + 4)), %edx /* Second dword */
266 movl %edx, RELOC((pg_nx + 4))
397 movl RELOC((pg_nx + 4)), %ebp ; /* NX bit? */ \
584 movl RELOC((pg_nx + 4)), %ebp
610 movl RELOC((pg_nx + 4)), %ebp
631 movl RELOC((pg_nx + 4)), %ebx
H A Dpmap.c232 pt_entry_t pg_nx = 0; variable
521 npte |= pg_nx; in pmap_kenter_pa()
700 protection_codes[PROT_NONE] = pg_nx; /* --- */ in pmap_bootstrap()
702 protection_codes[PROT_READ] = PG_RO | pg_nx; /* -r- */ in pmap_bootstrap()
811 PG_M | pg_nx | pg_crypt; in pmap_bootstrap()
827 PG_M | pg_nx | pg_crypt; in pmap_bootstrap()
840 PG_KW | PG_V | PG_U | PG_M | pg_nx | pg_crypt; in pmap_bootstrap()
861 PG_RW | PG_V | PG_U | PG_M | pg_nx | in pmap_bootstrap()
872 PG_U | PG_M | pg_nx | PG_PS | in pmap_bootstrap()
2175 set |= pg_nx; in pmap_write_protect()
[all …]
H A Dtrap.c189 if (pg_nx == 0 && error == EACCES && access_type == PROT_READ) in upageflttrap()
H A Dlapic.c226 *pte = lapic_base | PG_RW | PG_V | PG_N | PG_G | pg_nx; in lapic_map()
/openbsd/sys/arch/amd64/include/
H A Dpte.h166 extern pt_entry_t pg_nx; /* NX pte bit */