/kernel/linux/linux-5.10/arch/xtensa/mm/ |
D | fault.c | 212 if (!p4d_present(*p4d) || !p4d_present(*p4d_k)) in do_page_fault()
|
/kernel/linux/linux-5.10/include/asm-generic/ |
D | pgtable-nopud.h | 30 static inline int p4d_present(p4d_t p4d) { return 1; } in p4d_present() function
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
D | hugetlbpage.c | 52 if (p4d_present(*p4d)) { in huge_pte_offset()
|
D | fault.c | 302 if (!p4d_present(*p4d_k)) in __do_page_fault()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/ |
D | pgtable-4k.h | 58 #define p4d_present(p4d) (p4d_val(p4d) != 0) macro
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
D | fault.c | 44 if (!p4d_present(*p4d_k)) in handle_kernel_vaddr_fault()
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
D | tlb.c | 318 if (!p4d_present(*p4d)) { in update_p4d_range() 395 if (!p4d_present(*p4d)) { in flush_tlb_kernel_range_common() 489 if (!p4d_present(*p4d)) in flush_tlb_page()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
D | ident_map.c | 75 if (p4d_present(*p4d)) { in ident_p4d_init()
|
D | fault.c | 178 if (!p4d_present(*p4d_k)) in vmalloc_sync_one() 382 if (!p4d_present(*p4d) || p4d_large(*p4d)) in dump_pagetable() 1056 if (!p4d_present(*p4d)) in spurious_kernel_fault()
|
/kernel/linux/linux-5.10/arch/openrisc/mm/ |
D | fault.c | 326 if (!p4d_present(*p4d_k)) in do_page_fault()
|
/kernel/linux/linux-5.10/arch/ia64/mm/ |
D | hugetlbpage.c | 61 if (p4d_present(*p4d)) { in huge_pte_offset()
|
/kernel/linux/linux-5.10/arch/nios2/mm/ |
D | fault.c | 253 if (!p4d_present(*p4d_k)) in do_page_fault()
|
/kernel/linux/linux-5.10/arch/riscv/mm/ |
D | fault.c | 116 if (!p4d_present(*p4d_k)) { in vmalloc_fault()
|
/kernel/linux/linux-5.10/arch/um/kernel/skas/ |
D | uaccess.c | 31 if (!p4d_present(*p4d)) in virt_to_pte()
|
/kernel/linux/linux-5.10/arch/nds32/mm/ |
D | fault.c | 364 if (!p4d_present(*p4d_k)) in do_page_fault()
|
/kernel/linux/linux-5.10/mm/ |
D | page_vma_mapped.c | 199 if (!p4d_present(*p4d)) { in page_vma_mapped_walk()
|
D | ioremap.c | 192 if (p4d_present(*p4d) && !p4d_free_pud_page(p4d, addr)) in ioremap_try_huge_p4d()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | pgtable-64.h | 203 static inline int p4d_present(p4d_t p4d) in p4d_present() function
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
D | io_trapped.c | 148 if (!p4d_present(*p4d_k)) in lookup_tiop()
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
D | sys_m68k.c | 482 if (!p4d_present(*p4d)) in sys_atomic_cmpxchg_32()
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
D | hugetlbpage.c | 225 if (p4d_present(*p4dp)) { in huge_pte_offset()
|
/kernel/linux/linux-5.10/arch/sh/mm/ |
D | fault.c | 136 if (!p4d_present(*p4d_k)) in vmalloc_sync_one()
|
/kernel/linux/linux-5.10/include/linux/ |
D | pgtable.h | 529 (p4d_present(p4d) && (!(write) || p4d_write(p4d))) 591 WARN_ON_ONCE(p4d_present(*p4dp) && !p4d_same(*p4dp, p4d)); \
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
D | fault.c | 423 if (!p4d_present(*p4d)) in do_translation_fault()
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
D | hugetlbpage.c | 314 if (!p4d_present(READ_ONCE(*p4dp))) in huge_pte_offset()
|