Home
last modified time | relevance | path

Searched refs:pud_present (Results 1 – 25 of 73) sorted by relevance

123

/openbmc/linux/arch/x86/mm/
H A Dident_map.c37 if (pud_present(*pud)) in ident_pud_init()
46 if (pud_present(*pud)) { in ident_pud_init()
H A Dfault.c200 if (!pud_present(*pud_k)) in vmalloc_sync_one()
379 if (!pud_present(*pud) || pud_leaf(*pud)) in dump_pagetable()
1006 if (!pud_present(*pud)) in spurious_kernel_fault()
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable-64.h173 static inline int pud_present(pud_t pud) in pud_present() function
185 return !pud_present(pud); in pud_bad()
191 return pud_present(pud) && (pud_val(pud) & _PAGE_LEAF); in pud_leaf()
/openbmc/linux/arch/xtensa/mm/
H A Dfault.c59 if (!pud_present(*pud) || !pud_present(*pud_k)) in vmalloc_fault()
/openbmc/linux/arch/sh/include/asm/
H A Dpgtable-3level.h49 #define pud_present(x) (pud_val(x)) macro
/openbmc/linux/arch/mips/mm/
H A Dhugetlbpage.c54 if (pud_present(*pud)) in huge_pte_offset()
/openbmc/linux/arch/m68k/mm/
H A Dinit.c105 if (!pud_present(*pud)) in init_pointer_tables()
H A Dmotorola.c262 if (!pud_present(*pud)) in kernel_ptr_table()
328 if (!pud_present(*pud_dir)) { in map_node()
/openbmc/linux/include/asm-generic/
H A Dpgtable-nopmd.h32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
/openbmc/linux/arch/loongarch/mm/
H A Dhugetlbpage.c46 if (pud_present(*pud)) in huge_pte_offset()
/openbmc/linux/arch/um/include/asm/
H A Dpgtable-3level.h57 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
/openbmc/linux/arch/sh/mm/
H A Dfault.c141 if (!pud_present(*pud_k)) in vmalloc_sync_one()
144 if (!pud_present(*pud)) in vmalloc_sync_one()
/openbmc/linux/arch/s390/mm/
H A Dhugetlbpage.c80 present = pud_present(__pud(rste)); in __rste_to_pte()
226 if (pud_present(*pudp)) { in huge_pte_offset()
/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-2level.h195 static inline int pud_present(pud_t pud) in pud_present() function
/openbmc/linux/arch/arc/mm/
H A Dfault.c56 if (!pud_present(*pud)) in handle_kernel_vaddr_fault()
/openbmc/linux/arch/um/kernel/
H A Dtlb.c284 if (!pud_present(*pud)) { in update_pud_range()
399 if (!pud_present(*pud)) { in flush_tlb_kernel_range_common()
478 if (!pud_present(*pud)) in flush_tlb_page()
/openbmc/linux/arch/ia64/mm/
H A Dhugetlbpage.c64 if (pud_present(*pud)) { in huge_pte_offset()
/openbmc/linux/arch/nios2/mm/
H A Dfault.c249 if (!pud_present(*pud_k)) in do_page_fault()
/openbmc/linux/arch/x86/kernel/
H A Despfix_64.c156 if (!pud_present(pud)) { in init_espfix_ap()
/openbmc/linux/arch/arc/include/asm/
H A Dpgtable-levels.h131 #define pud_present(x) (pud_val(x)) macro
/openbmc/linux/arch/openrisc/mm/
H A Dfault.c330 if (!pud_present(*pud_k)) in do_page_fault()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c203 VM_BUG_ON((pud_present(*pudp) && !pud_devmap(*pudp)) || in pudp_huge_get_and_clear_full()
204 !pud_present(*pudp)); in pudp_huge_get_and_clear_full()
/openbmc/linux/arch/csky/mm/
H A Dfault.c149 if (!pud_present(*pud_k)) { in vmalloc_fault()
/openbmc/linux/mm/
H A Dhmm.c404 if (!pud_present(pud)) in pud_to_hmm_pfn_flags()
438 if (!pud_present(pud)) { in hmm_vma_walk_pud()
/openbmc/linux/arch/mips/kvm/
H A Dmmu.c210 if (!pud_present(pud[i])) in kvm_mips_flush_gpa_pud()
336 if (!pud_present(pud[i])) \

123