Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dpgtable.h182 #define pte_valid(pte) (pte_isset((pte), L_PTE_VALID)) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h128 #define pte_valid(pte) (!!(pte_val(pte) & PTE_VALID)) macro