Home
last modified time | relevance | path

Searched refs:is_present_pte (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c216 TEST_ASSERT((*parent_pte == mmu->pgd) || is_present_pte(mmu, parent_pte), in virt_get_pte()
235 if (!is_present_pte(mmu, pte)) { in virt_create_upper_pte()
302 TEST_ASSERT(!is_present_pte(mmu, pte), in __virt_pg_map()
426 if (!is_present_pte(mmu, pml4e)) in virt_arch_dump()
438 if (!is_present_pte(mmu, pdpe)) in virt_arch_dump()
451 if (!is_present_pte(mmu, pde)) in virt_arch_dump()
463 if (!is_present_pte(mmu, pte)) in virt_arch_dump()
621 TEST_ASSERT(is_present_pte(&vm->mmu, pte), in addr_arch_gva2gpa()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1494 #define is_present_pte(mmu, pte) \ macro