/Linux-v4.19/arch/riscv/include/asm/ |
D | pgtable-64.h | 39 static inline int pud_present(pud_t pud) in pud_present() function 51 return !pud_present(pud); in pud_bad()
|
/Linux-v4.19/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 | 259 if (!pud_present(*pud_k)) in vmalloc_sync_one() 543 if (!pud_present(*pud) || pud_large(*pud)) in dump_pagetable() 1108 if (!pud_present(*pud)) in spurious_fault()
|
/Linux-v4.19/arch/sh/include/asm/ |
D | pgtable-3level.h | 48 #define pud_present(x) (pud_val(x)) macro
|
/Linux-v4.19/arch/mips/mm/ |
D | hugetlbpage.c | 49 if (pud_present(*pud)) in huge_pte_offset()
|
D | fault.c | 310 if (!pud_present(*pud_k)) in __do_page_fault()
|
/Linux-v4.19/include/asm-generic/ |
D | 4level-fixup.h | 22 #define pud_present(pud) 1 macro
|
D | pgtable-nopmd.h | 32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
|
/Linux-v4.19/arch/s390/mm/ |
D | hugetlbpage.c | 76 present = pud_present(__pud(rste)); in __rste_to_pte() 221 if (pud_present(*pudp)) { in huge_pte_offset()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | stage2_pgtable.h | 31 #define stage2_pud_present(pud) pud_present(pud)
|
D | pgtable-2level.h | 185 #define pud_present(pud) (1) macro
|
/Linux-v4.19/arch/sh/mm/ |
D | tlbex_64.c | 62 if (pud_none(*pud) || !pud_present(*pud)) in handle_tlbmiss()
|
D | fault.c | 136 if (!pud_present(*pud_k)) in vmalloc_sync_one() 139 if (!pud_present(*pud)) in vmalloc_sync_one()
|
/Linux-v4.19/arch/um/include/asm/ |
D | pgtable-3level.h | 59 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | stage2_pgtable.h | 107 #define stage2_pud_present(pud) pud_present(pud)
|
/Linux-v4.19/arch/um/kernel/ |
D | tlb.c | 263 if (!pud_present(*pud)) { in update_pud_range() 339 if (!pud_present(*pud)) { in flush_tlb_kernel_range_common() 411 if (!pud_present(*pud)) in flush_tlb_page()
|
/Linux-v4.19/arch/ia64/mm/ |
D | hugetlbpage.c | 59 if (pud_present(*pud)) { in huge_pte_offset()
|
/Linux-v4.19/arch/x86/kernel/ |
D | espfix_64.c | 174 if (!pud_present(pud)) { in init_espfix_ap()
|
/Linux-v4.19/arch/openrisc/mm/ |
D | fault.c | 331 if (!pud_present(*pud_k)) in do_page_fault()
|
/Linux-v4.19/arch/riscv/mm/ |
D | fault.c | 262 if (!pud_present(*pud_k)) in do_page_fault()
|
/Linux-v4.19/arch/arc/mm/ |
D | fault.c | 47 if (!pud_present(*pud_k)) in handle_kernel_vaddr_fault()
|
/Linux-v4.19/arch/nios2/mm/ |
D | fault.c | 262 if (!pud_present(*pud_k)) in do_page_fault()
|
/Linux-v4.19/arch/um/kernel/skas/ |
D | uaccess.c | 31 if (!pud_present(*pud)) in virt_to_pte()
|
/Linux-v4.19/mm/ |
D | page_vma_mapped.c | 153 if (!pud_present(*pud)) in page_vma_mapped_walk()
|
/Linux-v4.19/arch/nds32/mm/ |
D | fault.c | 369 if (!pud_present(*pud_k)) in do_page_fault()
|