Home
last modified time | relevance | path

Searched refs:pmd_trans_huge (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arc/include/asm/
H A Dhugepage.h43 #define pmd_trans_huge(pmd) (pmd_val(pmd) & _PAGE_HW_SZ) macro
/linux/mm/
H A Dmapping_dirty_helpers.c132 if (pmd_trans_huge(pmdval)) { in wp_clean_pmd_entry()
/linux/arch/loongarch/include/asm/
H A Dpgtable.h517 static inline int pmd_trans_huge(pmd_t pmd) in pmd_trans_huge() function
593 if (pmd_trans_huge(pmd)) in pmd_page()
/linux/arch/arm/include/asm/
H A Dpgtable-3level.h195 #define pmd_trans_huge(pmd) (pmd_val(pmd) && !pmd_table(pmd)) macro
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst89 | pmd_trans_huge | Tests a Transparent Huge Page (THP) at PMD |