HomeSort by: relevance | last modified time | path
    Searched defs:pv_link (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sun2/sun2/
pmap.c 365 static int pv_link (pmap_t, int, vaddr_t);
1321 pv_link(pmap_t pmap, int pte, vaddr_t va) function in typeref:typename:int
1336 printf("pv_link(%p, 0x%x, 0x%lx)\n", pmap, pte, va);
1348 panic("pv_link: duplicate entry for PA=0x%lx", pa);
1375 panic("pv_link: pv_alloc");
2107 if (pv_link(pmap, new_pte, pgva) & PV_NC)
2284 if (pv_link(pmap, new_pte, pgva) & PV_NC)
  /src/sys/arch/sun3/sun3/
pmap.c 374 static int pv_link (pmap_t, int, vaddr_t);
1326 pv_link(pmap_t pmap, int pte, vaddr_t va) function in typeref:typename:int
1344 printf("pv_link(%p, 0x%x, 0x%lx)\n", pmap, pte, va);
1356 panic("pv_link: duplicate entry for PA=0x%lx", pa);
1382 panic("pv_link: pv_alloc");
2137 if (pv_link(pmap, new_pte, pgva) & PV_NC)
2313 if (pv_link(pmap, new_pte, pgva) & PV_NC)

Completed in 109 milliseconds