Home
last modified time | relevance | path

Searched refs:pud_leaf (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable-64.h46 #define pud_leaf pud_leaf macro
47 static inline int pud_leaf(pud_t pud) in pud_leaf() function
/OK3568_Linux_fs/kernel/arch/riscv/mm/
H A Dhugetlbpage.c7 return pud_leaf(pud); in pud_huge()
H A Dpageattr.c59 if (pud_leaf(val)) { in pageattr_pud_entry()
/OK3568_Linux_fs/kernel/mm/
H A Dptdump.c85 if (pud_leaf(val)) in ptdump_pud_entry()
H A Dpagewalk.c150 if ((!walk->vma && (pud_leaf(*pud) || !pud_present(*pud))) || in walk_pud_range()
H A Ddebug_vm_pgtable.c398 WARN_ON(!pud_leaf(pud)); in pud_leaf_tests()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h1506 #ifndef pud_leaf
1507 #define pud_leaf(x) 0 macro
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Darch_pgtable_helpers.rst163 | pud_leaf | Tests a leaf mapped PUD |
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h879 #define pud_leaf pud_large macro
891 #define pud_leaf pud_large macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h732 #define pud_leaf(pud) ((pud_val(pud) & _PAGE_HUGE) != 0) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_64.h871 #define pud_leaf pud_large macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h623 #define pud_leaf(pud) (pud_present(pud) && !pud_table(pud)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1381 #define pud_leaf pud_is_leaf macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h687 #define pud_leaf pud_large macro