Home
last modified time | relevance | path

Searched refs:mm_p4d_folded (Results 1 – 10 of 10) sorted by relevance

/linux/arch/x86/include/asm/
H A Dpgtable_64.h52 #define mm_p4d_folded mm_p4d_folded macro
53 static inline bool mm_p4d_folded(struct mm_struct *mm) in mm_p4d_folded() function
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h233 #define mm_p4d_folded mm_p4d_folded macro
234 static inline bool mm_p4d_folded(struct mm_struct *mm) in mm_p4d_folded() function
/linux/arch/s390/include/asm/
H A Dtlb.h117 if (mm_p4d_folded(tlb->mm)) in p4d_free_tlb()
H A Dpgalloc.h66 if (mm_p4d_folded(mm)) in p4d_free()
H A Dpgtable.h529 static inline bool mm_p4d_folded(struct mm_struct *mm) in mm_p4d_folded() function
533 #define mm_p4d_folded(mm) mm_p4d_folded(mm) macro
/linux/include/asm-generic/
H A Dpgalloc.h270 if (!mm_p4d_folded(mm)) in p4d_free()
/linux/arch/arm64/mm/
H A Dptdump.c200 if (st->mm && ((level == 1 && mm_p4d_folded(st->mm)) || in note_page()
/linux/arch/arm64/include/asm/
H A Dpgtable.h1080 static inline bool mm_p4d_folded(const struct mm_struct *mm) in mm_p4d_folded() function
1084 #define mm_p4d_folded mm_p4d_folded macro
/linux/include/linux/
H A Dpgtable.h2221 #ifndef mm_p4d_folded
2222 #define mm_p4d_folded(mm) __is_defined(__PAGETABLE_P4D_FOLDED) macro
/linux/mm/
H A Ddebug_vm_pgtable.c571 if (mm_p4d_folded(args->mm)) in pgd_clear_tests()
585 if (mm_p4d_folded(args->mm)) in pgd_populate_tests()