Searched refs:pg_nx (Results 1 – 5 of 5) sorted by relevance
264 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)), %ebp610 movl RELOC((pg_nx + 4)), %ebp631 movl RELOC((pg_nx + 4)), %ebx
232 pt_entry_t pg_nx = 0; variable521 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 …]
189 if (pg_nx == 0 && error == EACCES && access_type == PROT_READ) in upageflttrap()
226 *pte = lapic_base | PG_RW | PG_V | PG_N | PG_G | pg_nx; in lapic_map()
166 extern pt_entry_t pg_nx; /* NX pte bit */