Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dtlb.h108 if (mm_p4d_folded(tlb->mm)) in p4d_free_tlb()
H A Dpgalloc.h64 if (!mm_p4d_folded(mm)) in p4d_free()
H A Dpgtable.h498 static inline bool mm_p4d_folded(struct mm_struct *mm) in mm_p4d_folded() function
502 #define mm_p4d_folded(mm) mm_p4d_folded(mm) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h1471 #ifndef mm_p4d_folded
1472 #define mm_p4d_folded(mm) __is_defined(__PAGETABLE_P4D_FOLDED) macro
/OK3568_Linux_fs/kernel/mm/
H A Ddebug_vm_pgtable.c562 if (mm_p4d_folded(mm)) in pgd_clear_tests()
578 if (mm_p4d_folded(mm)) in pgd_populate_tests()