/linux-6.3-rc2/arch/xtensa/mm/ |
A D | fault.c | 53 if (!p4d_present(*p4d) || !p4d_present(*p4d_k)) in vmalloc_fault()
|
/linux-6.3-rc2/arch/mips/mm/ |
A D | hugetlbpage.c | 52 if (p4d_present(*p4d)) { in huge_pte_offset()
|
A D | fault.c | 308 if (!p4d_present(*p4d_k)) in __do_page_fault()
|
/linux-6.3-rc2/include/asm-generic/ |
A D | pgtable-nopud.h | 30 static inline int p4d_present(p4d_t p4d) { return 1; } in p4d_present() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable-4k.h | 58 #define p4d_present(p4d) (p4d_val(p4d) != 0) macro
|
/linux-6.3-rc2/arch/loongarch/mm/ |
A D | hugetlbpage.c | 44 if (p4d_present(*p4d)) { in huge_pte_offset()
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable-64.h | 256 static inline int p4d_present(p4d_t p4d) in p4d_present() function 267 return !p4d_present(p4d); in p4d_bad()
|
/linux-6.3-rc2/arch/um/kernel/ |
A D | tlb.c | 306 if (!p4d_present(*p4d)) { in update_p4d_range() 383 if (!p4d_present(*p4d)) { in flush_tlb_kernel_range_common() 474 if (!p4d_present(*p4d)) in flush_tlb_page()
|
/linux-6.3-rc2/arch/arc/mm/ |
A D | fault.c | 48 if (!p4d_present(*p4d)) in handle_kernel_vaddr_fault()
|
/linux-6.3-rc2/arch/ia64/mm/ |
A D | hugetlbpage.c | 62 if (p4d_present(*p4d)) { in huge_pte_offset()
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | ident_map.c | 75 if (p4d_present(*p4d)) { in ident_p4d_init()
|
A D | fault.c | 194 if (!p4d_present(*p4d_k)) in vmalloc_sync_one() 370 if (!p4d_present(*p4d) || p4d_large(*p4d)) in dump_pagetable() 1044 if (!p4d_present(*p4d)) in spurious_kernel_fault()
|
/linux-6.3-rc2/arch/nios2/mm/ |
A D | fault.c | 258 if (!p4d_present(*p4d_k)) in do_page_fault()
|
/linux-6.3-rc2/arch/openrisc/mm/ |
A D | fault.c | 322 if (!p4d_present(*p4d_k)) in do_page_fault()
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | pgtable-levels.h | 109 #define p4d_present(x) (p4d_val(x)) macro
|
/linux-6.3-rc2/arch/riscv/mm/ |
A D | pageattr.c | 222 if (!p4d_present(*p4d)) in kernel_page_present()
|
A D | fault.c | 136 if (!p4d_present(*p4d_k)) { in vmalloc_fault()
|
/linux-6.3-rc2/arch/sh/kernel/ |
A D | io_trapped.c | 148 if (!p4d_present(*p4d_k)) in lookup_tiop()
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | pgtable-64.h | 197 static inline int p4d_present(p4d_t p4d) in p4d_present() function
|
/linux-6.3-rc2/mm/ |
A D | page_vma_mapped.c | 197 if (!p4d_present(*p4d)) { in page_vma_mapped_walk()
|
/linux-6.3-rc2/arch/um/kernel/skas/ |
A D | uaccess.c | 32 if (!p4d_present(*p4d)) in virt_to_pte()
|
/linux-6.3-rc2/arch/m68k/kernel/ |
A D | sys_m68k.c | 482 if (!p4d_present(*p4d)) in sys_atomic_cmpxchg_32()
|
/linux-6.3-rc2/arch/s390/mm/ |
A D | hugetlbpage.c | 218 if (p4d_present(*p4dp)) { in huge_pte_offset()
|
/linux-6.3-rc2/arch/sh/mm/ |
A D | fault.c | 136 if (!p4d_present(*p4d_k)) in vmalloc_sync_one()
|
/linux-6.3-rc2/include/linux/ |
A D | pgtable.h | 671 (p4d_present(p4d) && (!(write) || p4d_write(p4d))) 733 WARN_ON_ONCE(p4d_present(*p4dp) && !p4d_same(*p4dp, p4d)); \
|