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

  /src/sys/arch/ia64/ia64/
pmap.c 191 struct pv_entry pc_pventry[_NPCPV]; member in struct:pv_chunk
735 pv = &pc->pc_pventry[idx];
816 idx = pv - &pc->pc_pventry[0];
887 pv = &pc->pc_pventry[idx];
924 pv = &pc->pc_pventry[0];
pmap.c 191 struct pv_entry pc_pventry[_NPCPV]; member in struct:pv_chunk
735 pv = &pc->pc_pventry[idx];
816 idx = pv - &pc->pc_pventry[0];
887 pv = &pc->pc_pventry[idx];
924 pv = &pc->pc_pventry[0];

Completed in 126 milliseconds