Searched refs:PG_NV (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/arch/alpha/include/
H A Dpte.h84 #define PG_NV 0 macro
/netbsd-current/sys/arch/vax/include/
H A Dpte.h52 #define PG_NV 0x00000000 macro
/netbsd-current/sys/arch/hp300/hp300/
H A Dpmap_bootstrap.c263 *pte++ = PG_NV;
301 *pte++ = PG_NV;
328 *pte++ = PG_NV;
337 *pte++ = PG_NV;
/netbsd-current/sys/arch/cesfic/cesfic/
H A Dpmap_bootstrap.c259 *pte++ = PG_NV;
296 *pte++ = PG_NV;
324 *pte++ = PG_NV;
332 *pte++ = PG_NV;
/netbsd-current/sys/arch/m68k/include/
H A Dpte_motorola.h93 #define PG_NV DT51_INVALID /* == PTE40_INVALID */ macro
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dpmap_bootstrap.c254 *pte++ = PG_NV;
291 *pte++ = PG_NV;
311 *pte++ = PG_NV;
/netbsd-current/sys/arch/x68k/x68k/
H A Dpmap_bootstrap.c254 *pte++ = PG_NV;
290 *pte++ = PG_NV;
309 *pte++ = PG_NV;
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dpmap_bootstrap.c271 *pte++ = PG_NV;
307 *pte++ = PG_NV;
326 *pte++ = PG_NV;
/netbsd-current/sys/arch/news68k/news68k/
H A Dpmap_bootstrap.c276 *pte++ = PG_NV;
313 *pte++ = PG_NV;
332 *pte++ = PG_NV;
/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dpmap_bootstrap.c302 *pte++ = PG_NV;
338 *pte++ = PG_NV;
357 *pte++ = PG_NV;
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dpmap_bootstrap.c309 *pte++ = PG_NV;
343 *pte++ = PG_NV;
362 *pte++ = PG_NV;
/netbsd-current/sys/arch/next68k/next68k/
H A Dpmap_bootstrap.c311 *pte++ = PG_NV;
347 *pte++ = PG_NV;
366 *pte++ = PG_NV;
/netbsd-current/sys/arch/m68k/m68k/
H A Dpmap_motorola.c1562 *pte = PG_NV;
1741 while (--pte >= (pt_entry_t *)pv->pv_va && *pte == PG_NV)
1889 *caddr1_pte = PG_NV;
1952 *caddr1_pte = PG_NV;
1955 *caddr2_pte = PG_NV;
2102 if (*pte == PG_NV)
2157 *pte = PG_NV;
2987 *pte++ = PG_NV;
/netbsd-current/sys/arch/atari/atari/
H A Datari_init.c442 *pg++ = PG_NV;
498 *pg++ = PG_NV;
1177 *pg++ = PG_NV;
1285 *pg++ = PG_NV;
/netbsd-current/sys/arch/amiga/amiga/
H A Damiga_init.c546 *pg++ = PG_NV;
562 *pg++ = PG_NV; /* Make page 0 invalid */
612 *pg++ = PG_NV;
/netbsd-current/sys/arch/alpha/alpha/
H A Dpmap.c2512 atomic_store_relaxed(pte, PG_NV);
3015 atomic_store_relaxed(pte, PG_NV);
3728 atomic_store_relaxed(pte, PG_NV);

Completed in 225 milliseconds