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

  /src/sys/arch/sun2/sun2/
pmap.c 271 static struct pv_entry **pv_head_tbl; variable in typeref:struct:pv_entry **
433 return (&pv_head_tbl[idx]);
1047 sz += (npp * sizeof(*pv_head_tbl));
1066 pv_head_tbl = (void*) p;
1067 p += (npp * sizeof(*pv_head_tbl));
3871 pv = pv_head_tbl[idx];
  /src/sys/arch/sun3/sun3/
pmap.c 278 static struct pv_entry **pv_head_tbl; variable in typeref:struct:pv_entry **
442 return (&pv_head_tbl[idx]);
1056 sz += (npp * sizeof(*pv_head_tbl));
1075 pv_head_tbl = (void*) p;
1076 p += (npp * sizeof(*pv_head_tbl));
3789 pv = pv_head_tbl[idx];

Completed in 16 milliseconds