/Linux-v6.1/arch/riscv/include/asm/ |
D | pgtable-64.h | 135 static inline int pud_present(pud_t pud) in pud_present() function 147 return !pud_present(pud); in pud_bad() 153 return pud_present(pud) && (pud_val(pud) & _PAGE_LEAF); in pud_leaf()
|
/Linux-v6.1/arch/x86/mm/ |
D | ident_map.c | 37 if (pud_present(*pud)) in ident_pud_init() 46 if (pud_present(*pud)) { in ident_pud_init()
|
D | fault.c | 199 if (!pud_present(*pud_k)) in vmalloc_sync_one() 399 if (!pud_present(*pud) || pud_large(*pud)) in dump_pagetable() 1072 if (!pud_present(*pud)) in spurious_kernel_fault()
|
/Linux-v6.1/arch/xtensa/mm/ |
D | fault.c | 58 if (!pud_present(*pud) || !pud_present(*pud_k)) in vmalloc_fault()
|
/Linux-v6.1/arch/sh/include/asm/ |
D | pgtable-3level.h | 43 #define pud_present(x) (pud_val(x)) macro
|
/Linux-v6.1/arch/mips/mm/ |
D | hugetlbpage.c | 54 if (pud_present(*pud)) in huge_pte_offset()
|
/Linux-v6.1/arch/m68k/mm/ |
D | init.c | 105 if (!pud_present(*pud)) in init_pointer_tables()
|
D | motorola.c | 262 if (!pud_present(*pud)) in kernel_ptr_table() 328 if (!pud_present(*pud_dir)) { in map_node()
|
/Linux-v6.1/include/asm-generic/ |
D | pgtable-nopmd.h | 32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
|
/Linux-v6.1/arch/loongarch/mm/ |
D | hugetlbpage.c | 46 if (pud_present(*pud)) in huge_pte_offset()
|
/Linux-v6.1/arch/um/include/asm/ |
D | pgtable-3level.h | 57 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
|
/Linux-v6.1/arch/s390/mm/ |
D | hugetlbpage.c | 80 present = pud_present(__pud(rste)); in __rste_to_pte() 220 if (pud_present(*pudp)) { in huge_pte_offset()
|
/Linux-v6.1/arch/sh/mm/ |
D | fault.c | 141 if (!pud_present(*pud_k)) in vmalloc_sync_one() 144 if (!pud_present(*pud)) in vmalloc_sync_one()
|
/Linux-v6.1/arch/arm/include/asm/ |
D | pgtable-2level.h | 192 static inline int pud_present(pud_t pud) in pud_present() function
|
/Linux-v6.1/arch/um/kernel/ |
D | tlb.c | 284 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()
|
/Linux-v6.1/arch/arc/mm/ |
D | fault.c | 55 if (!pud_present(*pud)) in handle_kernel_vaddr_fault()
|
/Linux-v6.1/arch/openrisc/mm/ |
D | fault.c | 324 if (!pud_present(*pud_k)) in do_page_fault()
|
/Linux-v6.1/arch/x86/kernel/ |
D | espfix_64.c | 166 if (!pud_present(pud)) { in init_espfix_ap()
|
/Linux-v6.1/arch/nios2/mm/ |
D | fault.c | 259 if (!pud_present(*pud_k)) in do_page_fault()
|
/Linux-v6.1/arch/ia64/mm/ |
D | hugetlbpage.c | 64 if (pud_present(*pud)) { in huge_pte_offset()
|
/Linux-v6.1/arch/arc/include/asm/ |
D | pgtable-levels.h | 131 #define pud_present(x) (pud_val(x)) macro
|
/Linux-v6.1/mm/ |
D | hmm.c | 403 if (!pud_present(pud)) in pud_to_hmm_pfn_flags() 437 if (!pud_present(pud)) { in hmm_vma_walk_pud()
|
/Linux-v6.1/arch/csky/mm/ |
D | fault.c | 150 if (!pud_present(*pud_k)) { in vmalloc_fault()
|
/Linux-v6.1/arch/riscv/mm/ |
D | pageattr.c | 226 if (!pud_present(*pud)) in kernel_page_present()
|
/Linux-v6.1/arch/m68k/include/asm/ |
D | motorola_pgtable.h | 132 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro
|