Home
last modified time | relevance | path

Searched defs:mm_pud_folded (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/riscv/include/asm/
Dpgtable-64.h240 #define mm_pud_folded mm_pud_folded macro
241 static inline bool mm_pud_folded(struct mm_struct *mm) in mm_pud_folded() function
/linux-6.12.1/arch/s390/include/asm/
Dpgtable.h519 static inline bool mm_pud_folded(struct mm_struct *mm) in mm_pud_folded() function
523 #define mm_pud_folded(mm) mm_pud_folded(mm) macro
/linux-6.12.1/arch/arm64/include/asm/
Dpgtable.h890 static inline bool mm_pud_folded(const struct mm_struct *mm) in mm_pud_folded() function
894 #define mm_pud_folded mm_pud_folded macro
/linux-6.12.1/include/linux/
Dpgtable.h1853 #define mm_pud_folded(mm) __is_defined(__PAGETABLE_PUD_FOLDED) macro