Home
last modified time | relevance | path

Searched refs:pgd_leaf (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/arch/loongarch/mm/
H A Dpageattr.c33 if (pgd_leaf(val)) { in pageattr_pgd_entry()
176 if (pgd_leaf(pgdp_get(pgd))) in kernel_page_present()
/linux-6.15/mm/
H A Dptdump.c44 if (pgd_leaf(val)) { in ptdump_pgd_entry()
H A Dgup.c3310 if (unlikely(pgd_leaf(pgd))) { in gup_fast_pgd_range()
H A Dvmalloc.c757 if (WARN_ON_ONCE(pgd_leaf(*pgd))) in vmalloc_to_page()
H A Dmemory.c3084 if (WARN_ON_ONCE(pgd_leaf(*pgd))) { in __apply_to_page_range()
/linux-6.15/arch/riscv/kernel/
H A Dhibernate.c327 if (pgd_leaf(pgd)) { in temp_pgtable_mapping()
/linux-6.15/arch/x86/mm/
H A Dpti.c188 BUILD_BUG_ON(pgd_leaf(*pgd) != 0); in pti_user_pagetable_walk_p4d()
/linux-6.15/arch/riscv/mm/
H A Dfault.c44 if (pgd_none(pgd) || pgd_bad(pgd) || pgd_leaf(pgd)) in show_pte()
H A Dpageattr.c447 if (pgd_leaf(pgdp_get(pgd))) in kernel_page_present()
H A Dinit.c1771 if (pgd_leaf(*pgd)) in remove_pgd_mapping()
/linux-6.15/arch/x86/include/asm/
H A Dpgtable.h1475 #define pgd_leaf pgd_leaf macro
1476 static inline bool pgd_leaf(pgd_t pgd) { return false; } in pgd_leaf() function
/linux-6.15/include/linux/
H A Dpgtable.h1902 #ifndef pgd_leaf
1903 #define pgd_leaf(x) false macro
/linux-6.15/kernel/events/
H A Dcore.c7990 if (pgd_leaf(pgd)) in perf_get_pgtable_size()