Home
last modified time | relevance | path

Searched defs:pte_valid (Results 1 – 4 of 4) sorted by relevance

/kvm-unit-tests/lib/arm/asm/
H A Dpgtable.h36 #define pte_valid(pte) (pte_val(pte) & L_PTE_VALID) macro
/kvm-unit-tests/lib/ppc64/asm/
H A Dpgtable.h34 #define pte_valid(pte) (pte_val(pte) & cpu_to_be64(_PAGE_VALID)) macro
/kvm-unit-tests/lib/arm64/asm/
H A Dpgtable.h40 #define pte_valid(pte) (pte_val(pte) & PTE_VALID) macro
/kvm-unit-tests/x86/
H A Daccess.c510 bool pde_valid, pte_valid; in ac_emulate_access() local