Home
last modified time | relevance | path

Searched refs:pmd_thp_or_huge (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/arm/lib/
Duaccess_with_memcpy.c59 if (unlikely(pmd_thp_or_huge(*pmd))) { in pin_page_for_write()
62 if (unlikely(!pmd_thp_or_huge(*pmd) in pin_page_for_write()
/linux-5.19.10/arch/arm/include/asm/
Dpgtable-2level.h242 #define pmd_thp_or_huge(pmd) (0) macro
Dpgtable-3level.h191 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd)) macro
/linux-5.19.10/arch/arm64/include/asm/
Dpgtable.h484 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd)) macro