Searched refs:pml4e (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
213 pml4e = virt_create_upper_pte(vm, &vm->pgd, vaddr, paddr, PG_LEVEL_512G, level);
214 if (*pml4e & PTE_LARGE_MASK)
217 pdpe = virt_create_upper_pte(vm, pml4e, vaddr, paddr, PG_LEVEL_1G, level);
280 uint64_t *pml4e, *pdpe, *pde; local
301 pml4e = virt_get_pte(vm, &vm->pgd, vaddr, PG_LEVEL_512G);
302 if (vm_is_target_pte(pml4e, level, PG_LEVEL_512G))
303 return pml4e;
305 pdpe = virt_get_pte(vm, pml4e, vaddr, PG_LEVEL_1G);
325 uint64_t *pml4e, *pml4e_star local
[all...]

Completed in 221 milliseconds