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

  /src/sys/arch/sun3/sun3x/
pmap.c 213 * pvbase -> +-------------------------------------------------------+
242 static pv_t *pvbase; variable in typeref:typename:pv_t *
473 * (&pvbase[(unsigned long)\
499 return &pvbase[idx];
946 pvbase = (pv_t *)pmap_bootstrap_alloc(sizeof(pv_t) *
1206 pvbase[i].pv_idx = PVE_EOL; /* Indicate no mappings */
1207 pvbase[i].pv_flags = 0; /* Zero out page flags */

Completed in 32 milliseconds