Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dpgtable_64.h56 #define mm_p4d_folded mm_p4d_folded macro
57 static inline bool mm_p4d_folded(struct mm_struct *mm) in mm_p4d_folded() function
/linux-6.15/arch/riscv/include/asm/
H A Dpgtable-64.h231 #define mm_p4d_folded mm_p4d_folded macro
232 static inline bool mm_p4d_folded(struct mm_struct *mm) in mm_p4d_folded() function
/linux-6.15/arch/s390/include/asm/
H A Dtlb.h121 if (mm_p4d_folded(tlb->mm)) in p4d_free_tlb()
H A Dpgalloc.h65 if (mm_p4d_folded(mm)) in p4d_free()
H A Dpgtable.h551 static inline bool mm_p4d_folded(struct mm_struct *mm) in mm_p4d_folded() function
555 #define mm_p4d_folded(mm) mm_p4d_folded(mm) macro
/linux-6.15/include/asm-generic/
H A Dpgalloc.h254 if (!mm_p4d_folded(mm)) in p4d_free()
/linux-6.15/arch/arm64/mm/
H A Dptdump.c200 if (st->mm && ((level == 1 && mm_p4d_folded(st->mm)) || in note_page()
/linux-6.15/include/linux/
H A Dpgtable.h1859 #ifndef mm_p4d_folded
1860 #define mm_p4d_folded(mm) __is_defined(__PAGETABLE_P4D_FOLDED) macro
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h1039 static inline bool mm_p4d_folded(const struct mm_struct *mm) in mm_p4d_folded() function
1043 #define mm_p4d_folded mm_p4d_folded macro
/linux-6.15/mm/
H A Ddebug_vm_pgtable.c564 if (mm_p4d_folded(args->mm)) in pgd_clear_tests()
578 if (mm_p4d_folded(args->mm)) in pgd_populate_tests()