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

/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c188 uint64_t *pml4e, *pdpe, *pde; local
217 pdpe = virt_create_upper_pte(vm, pml4e, vaddr, paddr, PG_LEVEL_1G, level);
218 if (*pdpe & PTE_LARGE_MASK)
221 pde = virt_create_upper_pte(vm, pdpe, vaddr, paddr, PG_LEVEL_2M, level);
280 uint64_t *pml4e, *pdpe, *pde; local
305 pdpe = virt_get_pte(vm, pml4e, vaddr, PG_LEVEL_1G);
306 if (vm_is_target_pte(pdpe, level, PG_LEVEL_1G))
307 return pdpe;
309 pde = virt_get_pte(vm, pdpe, vaddr, PG_LEVEL_2M);
326 uint64_t *pdpe, *pdpe_star local
[all...]

Completed in 142 milliseconds