Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
A Dpgtable.h207 #define pmd_leaf pmd_leaf macro
208 static inline int pmd_leaf(pmd_t pmd) in pmd_leaf() function
586 return pmd_leaf(pmd); in pmd_trans_huge()
A Dkfence.h39 if (pmd_leaf(*pmd)) { in arch_kfence_init_pool()
/linux/arch/riscv/mm/
A Dhugetlbpage.c12 return pmd_leaf(pmd); in pmd_huge()
A Dpageattr.c72 if (pmd_leaf(val)) { in pageattr_pmd_entry()
/linux/arch/arm/include/asm/
A Dpgtable-2level.h212 #define pmd_leaf(pmd) (pmd_val(pmd) & 2) macro
A Dpgtable-3level.h119 #define pmd_leaf(pmd) pmd_sect(pmd) macro
/linux/mm/
A Dptdump.c104 if (pmd_leaf(val)) in ptdump_pmd_entry()
A Dsparse-vmemmap.c124 if (pmd_leaf(*pmd)) { in vmemmap_pmd_range()
A Dpagewalk.c139 if ((!walk->vma && (pmd_leaf(*pmd) || !pmd_present(*pmd))) || in walk_pmd_range()
A Ddebug_vm_pgtable.c304 WARN_ON(!pmd_leaf(pmd)); in pmd_leaf_tests()
A Dvmalloc.c687 if (pmd_leaf(*pmd)) in vmalloc_to_page()
A Dmemory.c2555 if (WARN_ON_ONCE(pmd_leaf(*pmd))) in apply_to_pmd_range()
/linux/arch/arc/include/asm/
A Dpgtable-levels.h184 #define pmd_leaf(x) (pmd_val(x) & _PAGE_HW_SZ) macro
/linux/include/linux/
A Dpgtable.h1593 #ifndef pmd_leaf
1594 #define pmd_leaf(x) 0 macro
/linux/Documentation/vm/
A Darch_pgtable_helpers.rst89 | pmd_leaf | Tests a leaf mapped PMD |
/linux/arch/mips/include/asm/
A Dpgtable.h724 #define pmd_leaf(pmd) ((pmd_val(pmd) & _PAGE_HUGE) != 0) macro
/linux/arch/sparc/include/asm/
A Dpgtable_64.h682 #define pmd_leaf pmd_large macro
/linux/arch/arm64/include/asm/
A Dpgtable.h538 #define pmd_leaf(pmd) pmd_sect(pmd) macro
/linux/arch/x86/include/asm/
A Dpgtable.h223 #define pmd_leaf pmd_large macro
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h1425 #define pmd_leaf pmd_is_leaf macro
/linux/arch/s390/include/asm/
A Dpgtable.h689 #define pmd_leaf pmd_large macro
/linux/kernel/events/
A Dcore.c7232 if (pmd_leaf(pmd)) in perf_get_pgtable_size()

Completed in 79 milliseconds