Searched refs:pdpe (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c190 uint64_t *pml4e, *pdpe, *pde; local
219 pdpe = virt_create_upper_pte(vm, pml4e, vaddr, paddr, PG_LEVEL_1G, level);
220 if (*pdpe & PTE_LARGE_MASK)
223 pde = virt_create_upper_pte(vm, pdpe, vaddr, paddr, PG_LEVEL_2M, level);
282 uint64_t *pml4e, *pdpe, *pde; local
307 pdpe = virt_get_pte(vm, pml4e, vaddr, PG_LEVEL_1G);
308 if (vm_is_target_pte(pdpe, level, PG_LEVEL_1G))
309 return pdpe;
311 pde = virt_get_pte(vm, pdpe, vaddr, PG_LEVEL_2M);
328 uint64_t *pdpe, *pdpe_star local
[all...]

Completed in 183 milliseconds