Home
last modified time | relevance | path

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

123

/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/mm/
H A Dpagewalk.c212 if (pud_present(*pud) && pud_trans_huge(*pud)) in walk_pud_range()
218 else if (pud_leaf(*pud) || !pud_present(*pud)) in walk_pud_range()
916 (!pud_present(pud) || pud_leaf(pud))) { in folio_walk_start()
928 } else if (pud_present(pud) && !pud_leaf(pud)) { in folio_walk_start()
931 } else if (pud_present(pud)) { in folio_walk_start()
945 VM_WARN_ON_ONCE(!pud_present(pud) || pud_leaf(pud)); in folio_walk_start()
H A Dhmm.c477 if (!pud_present(pud)) in pud_to_hmm_pfn_flags()
500 if (!pud_present(pud)) { in hmm_vma_walk_pud()
/linux/arch/xtensa/mm/
H A Dfault.c59 if (!pud_present(*pud) || !pud_present(*pud_k)) in vmalloc_fault()
/linux/arch/sh/include/asm/
H A Dpgtable-3level.h49 #define pud_present(x) (pud_val(x)) macro
/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()
H A Dfault.c54 if (!pud_present(pudp_get(pud))) in spurious_fault()
/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/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/nios2/mm/
H A Dfault.c249 if (!pud_present(*pud_k)) in do_page_fault()
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h131 #define pud_present(x) (pud_val(x)) macro
/linux/arch/x86/kernel/
H A Despfix_64.c164 if (!pud_present(pud)) { in init_espfix_ap()
/linux/arch/openrisc/mm/
H A Dfault.c330 if (!pud_present(*pud_k)) in do_page_fault()
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h122 #define pud_present(pud) (pud_val(pud) != 0) macro
/linux/arch/x86/mm/
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()
H A Dpgtable.c538 VM_WARN_ON_ONCE(!pud_present(*pudp)); in pudp_invalidate()
644 if (pud_present(*pud) && !pud_leaf(*pud)) in pud_set_huge()
/linux/arch/csky/mm/
H A Dfault.c149 if (!pud_present(*pud_k)) { in vmalloc_fault()
/linux/arch/mips/mm/
H A Dfault.c306 if (!pud_present(*pud_k)) in __do_page_fault()
/linux/arch/sh/kernel/
H A Dio_trapped.c152 if (!pud_present(*pud_k)) in lookup_tiop()
/linux/arch/m68k/include/asm/
H A Dmotorola_pgtable.h130 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro
/linux/arch/um/kernel/
H A Dtlb.c126 if (!pud_present(*pud)) { in update_pud_range()
/linux/arch/arm/include/asm/
H A Dpgtable-3level.h116 #define pud_present(pud) (pud_val(pud)) macro
/linux/arch/um/kernel/skas/
H A Duaccess.c36 if (!pud_present(*pud)) in virt_to_pte()

123