Home
last modified time | relevance | path

Searched refs:pte_huge (Results 1 – 3 of 3) sorted by relevance

/linux/arch/parisc/include/asm/
H A Dpgtable.h321 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro
325 #define pte_huge(pte) (0) macro
/linux/arch/arm/include/asm/
H A Dpgtable-3level.h173 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst207 | pte_huge | Tests a HugeTLB |