Home
last modified time | relevance | path

Searched refs:PG_NV (Results 1 – 24 of 24) sorted by relevance

/netbsd/src/sys/arch/cesfic/cesfic/
Dpmap_bootstrap.c259 *pte++ = PG_NV; in pmap_bootstrap()
296 *pte++ = PG_NV; in pmap_bootstrap()
324 *pte++ = PG_NV; in pmap_bootstrap()
332 *pte++ = PG_NV; in pmap_bootstrap()
Dgenassym.cf140 define PG_NV PG_NV
/netbsd/src/sys/arch/hp300/hp300/
Dpmap_bootstrap.c263 *pte++ = PG_NV; in pmap_bootstrap()
301 *pte++ = PG_NV; in pmap_bootstrap()
328 *pte++ = PG_NV; in pmap_bootstrap()
337 *pte++ = PG_NV; in pmap_bootstrap()
Dgenassym.cf205 define PG_NV PG_NV
/netbsd/src/sys/arch/x68k/x68k/
Dpmap_bootstrap.c254 *pte++ = PG_NV; in pmap_bootstrap()
290 *pte++ = PG_NV; in pmap_bootstrap()
309 *pte++ = PG_NV; in pmap_bootstrap()
Dgenassym.cf166 define PG_NV PG_NV
/netbsd/src/sys/arch/luna68k/luna68k/
Dpmap_bootstrap.c254 *pte++ = PG_NV; in pmap_bootstrap()
291 *pte++ = PG_NV; in pmap_bootstrap()
311 *pte++ = PG_NV; in pmap_bootstrap()
Dgenassym.cf161 define PG_NV PG_NV
/netbsd/src/sys/arch/news68k/news68k/
Dpmap_bootstrap.c276 *pte++ = PG_NV; in pmap_bootstrap()
313 *pte++ = PG_NV; in pmap_bootstrap()
332 *pte++ = PG_NV; in pmap_bootstrap()
Dgenassym.cf168 define PG_NV PG_NV
/netbsd/src/sys/arch/mvme68k/mvme68k/
Dpmap_bootstrap.c302 *pte++ = PG_NV; in pmap_bootstrap()
338 *pte++ = PG_NV; in pmap_bootstrap()
357 *pte++ = PG_NV; in pmap_bootstrap()
Dgenassym.cf168 define PG_NV PG_NV
/netbsd/src/sys/arch/next68k/next68k/
Dpmap_bootstrap.c311 *pte++ = PG_NV; in pmap_bootstrap()
347 *pte++ = PG_NV; in pmap_bootstrap()
366 *pte++ = PG_NV; in pmap_bootstrap()
Dgenassym.cf163 define PG_NV PG_NV
/netbsd/src/sys/arch/mac68k/mac68k/
Dpmap_bootstrap.c310 *pte++ = PG_NV; in pmap_bootstrap()
344 *pte++ = PG_NV; in pmap_bootstrap()
363 *pte++ = PG_NV; in pmap_bootstrap()
/netbsd/src/sys/arch/alpha/include/
Dpte.h84 #define PG_NV 0 macro
/netbsd/src/sys/arch/vax/include/
Dpte.h52 #define PG_NV 0x00000000 macro
/netbsd/src/sys/arch/m68k/include/
Dpte_motorola.h93 #define PG_NV DT51_INVALID /* == PTE40_INVALID */ macro
/netbsd/src/sys/arch/m68k/m68k/
Dpmap_motorola.c1562 *pte = PG_NV; in pmap_kremove()
1741 while (--pte >= (pt_entry_t *)pv->pv_va && *pte == PG_NV) in pmap_collect1()
1889 *caddr1_pte = PG_NV; in pmap_zero_page()
1952 *caddr1_pte = PG_NV; in pmap_copy_page()
1955 *caddr2_pte = PG_NV; in pmap_copy_page()
2102 if (*pte == PG_NV) in pmap_remove_mapping()
2157 *pte = PG_NV; in pmap_remove_mapping()
2987 *pte++ = PG_NV; in physunaccess()
/netbsd/src/sys/arch/atari/atari/
Datari_init.c442 *pg++ = PG_NV; in start_c()
498 *pg++ = PG_NV; in start_c()
1177 *pg++ = PG_NV; in mmu030_setup()
1285 *pg++ = PG_NV; in mmu040_setup()
Dgenassym.cf146 define PG_NV PG_NV
/netbsd/src/sys/arch/amiga/amiga/
Dgenassym.cf145 define PG_NV PG_NV
Damiga_init.c546 *pg++ = PG_NV; in start_c()
562 *pg++ = PG_NV; /* Make page 0 invalid */ in start_c()
612 *pg++ = PG_NV; in start_c()
/netbsd/src/sys/arch/alpha/alpha/
Dpmap.c2512 atomic_store_relaxed(pte, PG_NV); in pmap_kremove()
3015 atomic_store_relaxed(pte, PG_NV); in pmap_remove_mapping()
3728 atomic_store_relaxed(pte, PG_NV); in pmap_ptpage_free()