Home
last modified time | relevance | path

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

/linux/arch/arm/lib/
A 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/arch/arm/include/asm/
A Dpgtable-2level.h240 #define pmd_thp_or_huge(pmd) (0) macro
A Dpgtable-3level.h191 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd)) macro
/linux/arch/arm64/include/asm/
A Dpgtable.h457 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd)) macro

Completed in 9 milliseconds