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

  /src/sys/arch/ia64/include/
cpu.h 117 uint64_t ci_vhpt; /* address of vhpt */ member in struct:cpu_info
  /src/sys/arch/ia64/ia64/
pmap.c 470 curcpu()->ci_vhpt = base;
554 vhpt_ofs = ia64_thash(va) - curcpu()->ci_vhpt;
559 pte = (struct ia64_lpte *)(ci->ci_vhpt + vhpt_ofs);

Completed in 14 milliseconds