Home | Sort by: relevance | last modified time | path |
/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; |