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

  /src/sys/arch/ia64/ia64/
pmap.c 548 u_int vhpt_ofs; local in function:pmap_invalidate_page
554 vhpt_ofs = ia64_thash(va) - curcpu()->ci_vhpt;
559 pte = (struct ia64_lpte *)(ci->ci_vhpt + vhpt_ofs);
pmap.c 548 u_int vhpt_ofs; local in function:pmap_invalidate_page
554 vhpt_ofs = ia64_thash(va) - curcpu()->ci_vhpt;
559 pte = (struct ia64_lpte *)(ci->ci_vhpt + vhpt_ofs);

Completed in 113 milliseconds