Home
last modified time | relevance | path

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

1234

/linux/arch/x86/mm/
H A Dident_map.c38 if (!pud_present(pud[i])) in free_pud()
120 use_gbpage &= !pud_present(*pud); in ident_pud_init()
130 if (pud_present(*pud)) { in ident_pud_init()
H A Dfault.c201 if (!pud_present(*pud_k)) in vmalloc_sync_one()
380 if (!pud_present(*pud) || pud_leaf(*pud)) in dump_pagetable()
1014 if (!pud_present(*pud)) in spurious_kernel_fault()
/linux/mm/
H A Dpagewalk.c122 if (!pud_present(pudval) || pud_leaf(pudval)) { in walk_pmd_range()
231 if (pud_present(*pud) && pud_trans_huge(*pud)) in walk_pud_range()
237 else if (pud_leaf(*pud) || !pud_present(*pud)) in walk_pud_range()
935 (!pud_present(pud) || pud_leaf(pud))) { in folio_walk_start()
947 } else if (pud_present(pud) && !pud_leaf(pud)) { in folio_walk_start()
950 } else if (pud_present(pud)) { in folio_walk_start()
964 VM_WARN_ON_ONCE(!pud_present(pud) || pud_leaf(pud)); in folio_walk_start()
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h177 static inline int pud_present(pud_t pud) in pud_present() function
189 return !pud_present(pud) || (pud_val(pud) & _PAGE_LEAF); in pud_bad()
195 return pud_present(pud) && (pud_val(pud) & _PAGE_LEAF); in pud_leaf()
/linux/arch/xtensa/mm/
H A Dfault.c59 if (!pud_present(*pud) || !pud_present(*pud_k)) in vmalloc_fault()
/linux/arch/s390/mm/
H A Dhugetlbpage.c88 present = pud_present(__pud(rste)); in __rste_to_pte()
218 if (pud_present(*pudp)) in huge_pte_offset()
H A Dgmap_helpers.c135 if (pud_none(pud) || pud_leaf(pud) || !pud_present(pud)) in gmap_helper_try_set_pte_unused()
/linux/arch/sh/include/asm/
H A Dpgtable-3level.h49 #define pud_present(x) (pud_val(x)) macro
/linux/arch/mips/mm/
H A Dhugetlbpage.c54 if (pud_present(*pud)) in huge_pte_offset()
/linux/arch/m68k/mm/
H A Dinit.c104 if (!pud_present(*pud)) in init_pointer_tables()
H A Dmotorola.c274 if (!pud_present(*pud)) in kernel_ptr_table()
340 if (!pud_present(*pud_dir)) { in map_node()
/linux/include/asm-generic/
H A Dpgtable-nopmd.h32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
/linux/arch/loongarch/mm/
H A Dhugetlbpage.c46 if (pud_present(pudp_get(pud))) in huge_pte_offset()
/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()
/linux/arch/arm/include/asm/
H A Dpgtable-2level.h195 static inline int pud_present(pud_t pud) in pud_present() function
/linux/arch/um/include/asm/
H A Dpgtable-4level.h60 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
/linux/arch/arc/mm/
H A Dfault.c56 if (!pud_present(*pud)) in handle_kernel_vaddr_fault()
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h131 #define pud_present(x) (pud_val(x)) macro
/linux/arch/nios2/mm/
H A Dfault.c249 if (!pud_present(*pud_k)) in do_page_fault()
/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c200 VM_WARN_ON_ONCE(!pud_present(*pudp)); in pudp_invalidate()
232 VM_BUG_ON(!pud_present(*pudp)); in pudp_huge_get_and_clear_full()
/linux/arch/riscv/mm/
H A Dpgtable.c161 VM_WARN_ON_ONCE(!pud_present(*pudp)); in pudp_invalidate()
/linux/arch/openrisc/mm/
H A Dfault.c330 if (!pud_present(*pud_k)) in do_page_fault()
/linux/arch/x86/kernel/
H A Despfix_64.c164 if (!pud_present(pud)) { in init_espfix_ap()
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h122 #define pud_present(pud) (pud_val(pud) != 0) macro
/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])) \

1234