Lines Matching defs:va
123 static bool get_pml4e(struct va_space *vs, uint64_t va, uint64_t *value) in get_pml4e()
130 static bool get_pdpi(struct va_space *vs, uint64_t va, uint64_t pml4e, in get_pdpi()
139 static uint64_t pde_index(uint64_t va) in pde_index()
149 static bool get_pgd(struct va_space *vs, uint64_t va, uint64_t pdpe, in get_pgd()
157 static uint64_t pte_index(uint64_t va) in pte_index()
167 static bool get_pte(struct va_space *vs, uint64_t va, uint64_t pgd, in get_pte()
175 static uint64_t get_paddr(uint64_t va, uint64_t pte) in get_paddr()
190 static uint64_t get_1GB_paddr(uint64_t va, uint64_t pdpte) in get_1GB_paddr()
195 static uint64_t get_2MB_paddr(uint64_t va, uint64_t pgd_entry) in get_2MB_paddr()
200 static uint64_t va_space_va2pa(struct va_space *vs, uint64_t va) in va_space_va2pa()
231 void *va_space_resolve(struct va_space *vs, uint64_t va) in va_space_resolve()