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.c214 TEST_ASSERT((*parent_pte == mmu->pgd) || is_present_pte(mmu, parent_pte), in virt_get_pte()
233 if (!is_present_pte(mmu, pte)) { in virt_create_upper_pte()
300 TEST_ASSERT(!is_present_pte(mmu, pte), in __virt_pg_map()
427 if (!is_present_pte(mmu, pml4e)) in virt_arch_dump()
439 if (!is_present_pte(mmu, pdpe)) in virt_arch_dump()
452 if (!is_present_pte(mmu, pde)) in virt_arch_dump()
464 if (!is_present_pte(mmu, pte)) in virt_arch_dump()
624 TEST_ASSERT(is_present_pte(&vm->mmu, pte), in addr_arch_gva2gpa()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1486 #define is_present_pte(mmu, pte) \ macro