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

  /src/lib/libkvm/
kvm_sparc.c 90 * this is the same as the sparc one, except for the kphys addition,
106 paddr_t kphys; /* Physical address of 4MB locked TLB */ member in struct:sparc64_cpu_kcore_hdr
289 int64_t kphys = cpup->kphys; local in function:_kvm_kvatop4u
303 return (va - kernbase) + kphys;

Completed in 13 milliseconds