Home
last modified time | relevance | path

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

/linux/mm/
H A Dptdump.c45 if (pgd_leaf(val)) { in ptdump_pgd_entry()
H A Dgup.c3116 BUILD_BUG_ON(pgd_leaf(pgd)); in gup_fast_pgd_range()
H A Dmemory.c537 if (!pgd_present(*pgdp) || pgd_leaf(*pgdp)) { in __print_bad_page_map_pgtable()
3325 if (WARN_ON_ONCE(pgd_leaf(*pgd))) { in __apply_to_page_range()
H A Dvmalloc.c812 if (WARN_ON_ONCE(pgd_leaf(*pgd))) in vmalloc_to_page()
/linux/arch/riscv/kernel/
H A Dhibernate.c327 if (pgd_leaf(pgd)) { in temp_pgtable_mapping()
/linux/arch/x86/mm/
H A Dpti.c195 BUILD_BUG_ON(pgd_leaf(*pgd)); in pti_user_pagetable_walk_p4d()
/linux/arch/riscv/mm/
H A Dfault.c47 if (pgd_none(pgd) || pgd_bad(pgd) || pgd_leaf(pgd)) in show_pte()
H A Dinit.c1783 if (pgd_leaf(*pgd)) in remove_pgd_mapping()
/linux/include/linux/
H A Dpgtable.h2089 #ifndef pgd_leaf
2090 #define pgd_leaf(x) false macro
/linux/kernel/events/
H A Dcore.c8128 if (pgd_leaf(pgd)) in perf_get_pgtable_size()