HomeSort by: relevance | last modified time | path
    Searched refs:PG_NV (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/arch/alpha/include/
pte.h 84 #define PG_NV 0
  /src/sys/arch/vax/include/
pte.h 52 #define PG_NV 0x00000000
  /src/sys/arch/cesfic/cesfic/
pmap_bootstrap.c 259 *pte++ = PG_NV;
296 *pte++ = PG_NV;
324 *pte++ = PG_NV;
332 *pte++ = PG_NV;
  /src/sys/arch/hp300/hp300/
pmap_bootstrap.c 263 *pte++ = PG_NV;
301 *pte++ = PG_NV;
328 *pte++ = PG_NV;
337 *pte++ = PG_NV;
  /src/sys/arch/m68k/include/
pte_motorola.h 93 #define PG_NV DT51_INVALID /* == PTE40_INVALID */
  /src/sys/arch/luna68k/luna68k/
pmap_bootstrap.c 254 *pte++ = PG_NV;
291 *pte++ = PG_NV;
311 *pte++ = PG_NV;
  /src/sys/arch/x68k/x68k/
pmap_bootstrap.c 254 *pte++ = PG_NV;
290 *pte++ = PG_NV;
309 *pte++ = PG_NV;
  /src/sys/arch/virt68k/virt68k/
pmap_bootstrap.c 271 *pte++ = PG_NV;
307 *pte++ = PG_NV;
326 *pte++ = PG_NV;
  /src/sys/arch/news68k/news68k/
pmap_bootstrap.c 276 *pte++ = PG_NV;
313 *pte++ = PG_NV;
332 *pte++ = PG_NV;
  /src/sys/arch/mvme68k/mvme68k/
pmap_bootstrap.c 302 *pte++ = PG_NV;
338 *pte++ = PG_NV;
357 *pte++ = PG_NV;
  /src/sys/arch/next68k/next68k/
pmap_bootstrap.c 311 *pte++ = PG_NV;
347 *pte++ = PG_NV;
366 *pte++ = PG_NV;
  /src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c 310 *pte++ = PG_NV;
344 *pte++ = PG_NV;
363 *pte++ = PG_NV;
  /src/sys/arch/m68k/m68k/
pmap_motorola.c 1562 *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;
  /src/sys/arch/atari/atari/
atari_init.c 442 *pg++ = PG_NV;
498 *pg++ = PG_NV;
1177 *pg++ = PG_NV;
1285 *pg++ = PG_NV;
  /src/sys/arch/amiga/amiga/
amiga_init.c 546 *pg++ = PG_NV;
562 *pg++ = PG_NV; /* Make page 0 invalid */
612 *pg++ = PG_NV;
  /src/sys/arch/alpha/alpha/
pmap.c 2512 atomic_store_relaxed(pte, PG_NV);
3015 atomic_store_relaxed(pte, PG_NV);
3728 atomic_store_relaxed(pte, PG_NV);

Completed in 30 milliseconds