Home
last modified time | relevance | path

Searched refs:pmd_leaf (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable.h152 #define pmd_leaf pmd_leaf macro
153 static inline int pmd_leaf(pmd_t pmd) in pmd_leaf() function
/OK3568_Linux_fs/kernel/arch/riscv/mm/
H A Dhugetlbpage.c12 return pmd_leaf(pmd); in pmd_huge()
H A Dpageattr.c72 if (pmd_leaf(val)) { in pageattr_pmd_entry()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-2level.h195 #define pmd_leaf(pmd) (pmd_val(pmd) & 2) macro
H A Dpgtable-3level.h119 #define pmd_leaf(pmd) pmd_sect(pmd) macro
/OK3568_Linux_fs/kernel/mm/
H A Dptdump.c104 if (pmd_leaf(val)) in ptdump_pmd_entry()
H A Dpagewalk.c100 if ((!walk->vma && (pmd_leaf(*pmd) || !pmd_present(*pmd))) || in walk_pmd_range()
H A Ddebug_vm_pgtable.c250 WARN_ON(!pmd_leaf(pmd)); in pmd_leaf_tests()
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dpgtable.h269 #define pmd_leaf(x) (pmd_val(x) & _PAGE_HW_SZ) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h1509 #ifndef pmd_leaf
1510 #define pmd_leaf(x) 0 macro
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Darch_pgtable_helpers.rst89 | pmd_leaf | Tests a leaf mapped PMD |
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h731 #define pmd_leaf(pmd) ((pmd_val(pmd) & _PAGE_HUGE) != 0) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_64.h686 #define pmd_leaf pmd_large macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h529 #define pmd_leaf(pmd) (pmd_present(pmd) && !pmd_table(pmd)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1374 #define pmd_leaf pmd_is_leaf macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h252 #define pmd_leaf pmd_large macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h695 #define pmd_leaf pmd_large macro