Home
last modified time | relevance | path

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

123

/linux-6.12.1/arch/x86/mm/
Dident_map.c38 if (!pud_present(pud[i])) in free_pud()
122 use_gbpage &= !pud_present(*pud); in ident_pud_init()
132 if (pud_present(*pud)) { in ident_pud_init()
/linux-6.12.1/arch/riscv/include/asm/
Dpgtable-64.h175 static inline int pud_present(pud_t pud) in pud_present() function
187 return !pud_present(pud); in pud_bad()
193 return pud_present(pud) && (pud_val(pud) & _PAGE_LEAF); in pud_leaf()
/linux-6.12.1/arch/xtensa/mm/
Dfault.c59 if (!pud_present(*pud) || !pud_present(*pud_k)) in vmalloc_fault()
/linux-6.12.1/arch/sh/include/asm/
Dpgtable-3level.h49 #define pud_present(x) (pud_val(x)) macro
/linux-6.12.1/arch/mips/mm/
Dhugetlbpage.c54 if (pud_present(*pud)) in huge_pte_offset()
/linux-6.12.1/arch/loongarch/mm/
Dhugetlbpage.c46 if (pud_present(pudp_get(pud))) in huge_pte_offset()
/linux-6.12.1/arch/m68k/mm/
Dinit.c105 if (!pud_present(*pud)) in init_pointer_tables()
Dmotorola.c262 if (!pud_present(*pud)) in kernel_ptr_table()
328 if (!pud_present(*pud_dir)) { in map_node()
/linux-6.12.1/include/asm-generic/
Dpgtable-nopmd.h32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
/linux-6.12.1/arch/powerpc/mm/book3s64/
Dpgtable.c184 VM_WARN_ON_ONCE(!pud_present(*pudp)); in pudp_invalidate()
214 VM_BUG_ON((pud_present(*pudp) && !pud_devmap(*pudp)) || in pudp_huge_get_and_clear_full()
215 !pud_present(*pudp)); in pudp_huge_get_and_clear_full()
/linux-6.12.1/mm/
Dpagewalk.c168 if ((!walk->vma && (pud_leaf(*pud) || !pud_present(*pud))) || in walk_pud_range()
748 (!pud_present(pud) || pud_leaf(pud))) { in folio_walk_start()
761 if (!pud_present(pud) || pud_devmap(pud) || pud_special(pud)) { in folio_walk_start()
777 VM_WARN_ON_ONCE(!pud_present(pud) || pud_leaf(pud)); in folio_walk_start()
Dhmm.c404 if (!pud_present(pud)) in pud_to_hmm_pfn_flags()
427 if (!pud_present(pud)) { in hmm_vma_walk_pud()
/linux-6.12.1/arch/sh/mm/
Dfault.c141 if (!pud_present(*pud_k)) in vmalloc_sync_one()
144 if (!pud_present(*pud)) in vmalloc_sync_one()
/linux-6.12.1/arch/um/include/asm/
Dpgtable-3level.h57 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
/linux-6.12.1/arch/s390/mm/
Dhugetlbpage.c80 present = pud_present(__pud(rste)); in __rste_to_pte()
226 if (pud_present(*pudp)) { in huge_pte_offset()
/linux-6.12.1/arch/arm/include/asm/
Dpgtable-2level.h195 static inline int pud_present(pud_t pud) in pud_present() function
/linux-6.12.1/arch/arc/mm/
Dfault.c56 if (!pud_present(*pud)) in handle_kernel_vaddr_fault()
/linux-6.12.1/arch/nios2/mm/
Dfault.c249 if (!pud_present(*pud_k)) in do_page_fault()
/linux-6.12.1/arch/powerpc/include/asm/nohash/64/
Dpgtable.h122 #define pud_present(pud) (pud_val(pud) != 0) macro
/linux-6.12.1/arch/x86/kernel/
Despfix_64.c164 if (!pud_present(pud)) { in init_espfix_ap()
/linux-6.12.1/arch/arc/include/asm/
Dpgtable-levels.h131 #define pud_present(x) (pud_val(x)) macro
/linux-6.12.1/arch/openrisc/mm/
Dfault.c330 if (!pud_present(*pud_k)) in do_page_fault()
/linux-6.12.1/arch/mips/kvm/
Dmmu.c210 if (!pud_present(pud[i])) in kvm_mips_flush_gpa_pud()
336 if (!pud_present(pud[i])) \
/linux-6.12.1/arch/csky/mm/
Dfault.c149 if (!pud_present(*pud_k)) { in vmalloc_fault()
/linux-6.12.1/arch/x86/kernel/acpi/
Dmadt_wakeup.c104 if (!pud_present(*pud)) { in init_transition_pgtable()

123