Home
last modified time | relevance | path

Searched refs:mm_p4d_folded (Results 1 – 3 of 3) 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/arm64/mm/
H A Dptdump.c200 if (st->mm && ((level == 1 && mm_p4d_folded(st->mm)) || in note_page()