| /Linux-v6.1/arch/xtensa/mm/ |
| D | fault.c | 53 if (!p4d_present(*p4d) || !p4d_present(*p4d_k)) in vmalloc_fault()
|
| /Linux-v6.1/arch/mips/mm/ |
| D | hugetlbpage.c | 52 if (p4d_present(*p4d)) { in huge_pte_offset()
|
| D | fault.c | 308 if (!p4d_present(*p4d_k)) in __do_page_fault()
|
| /Linux-v6.1/include/asm-generic/ |
| D | pgtable-nopud.h | 30 static inline int p4d_present(p4d_t p4d) { return 1; } in p4d_present() function
|
| /Linux-v6.1/arch/riscv/include/asm/ |
| D | pgtable-64.h | 252 static inline int p4d_present(p4d_t p4d) in p4d_present() function 263 return !p4d_present(p4d); in p4d_bad()
|
| /Linux-v6.1/arch/powerpc/include/asm/nohash/64/ |
| D | pgtable-4k.h | 58 #define p4d_present(p4d) (p4d_val(p4d) != 0) macro
|
| /Linux-v6.1/arch/loongarch/mm/ |
| D | hugetlbpage.c | 44 if (p4d_present(*p4d)) { in huge_pte_offset()
|
| /Linux-v6.1/arch/um/kernel/ |
| 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-v6.1/arch/arc/mm/ |
| D | fault.c | 48 if (!p4d_present(*p4d)) in handle_kernel_vaddr_fault()
|
| /Linux-v6.1/arch/x86/mm/ |
| D | ident_map.c | 75 if (p4d_present(*p4d)) { in ident_p4d_init()
|
| D | fault.c | 194 if (!p4d_present(*p4d_k)) in vmalloc_sync_one() 391 if (!p4d_present(*p4d) || p4d_large(*p4d)) in dump_pagetable() 1065 if (!p4d_present(*p4d)) in spurious_kernel_fault()
|
| /Linux-v6.1/arch/openrisc/mm/ |
| D | fault.c | 319 if (!p4d_present(*p4d_k)) in do_page_fault()
|
| /Linux-v6.1/arch/nios2/mm/ |
| D | fault.c | 255 if (!p4d_present(*p4d_k)) in do_page_fault()
|
| /Linux-v6.1/arch/ia64/mm/ |
| D | hugetlbpage.c | 62 if (p4d_present(*p4d)) { in huge_pte_offset()
|
| /Linux-v6.1/arch/arc/include/asm/ |
| D | pgtable-levels.h | 109 #define p4d_present(x) (p4d_val(x)) macro
|
| /Linux-v6.1/arch/riscv/mm/ |
| D | pageattr.c | 222 if (!p4d_present(*p4d)) in kernel_page_present()
|
| D | fault.c | 136 if (!p4d_present(*p4d_k)) { in vmalloc_fault()
|
| /Linux-v6.1/arch/sh/kernel/ |
| D | io_trapped.c | 148 if (!p4d_present(*p4d_k)) in lookup_tiop()
|
| /Linux-v6.1/arch/mips/include/asm/ |
| D | pgtable-64.h | 197 static inline int p4d_present(p4d_t p4d) in p4d_present() function
|
| /Linux-v6.1/mm/ |
| D | page_vma_mapped.c | 194 if (!p4d_present(*p4d)) { in page_vma_mapped_walk()
|
| /Linux-v6.1/arch/um/kernel/skas/ |
| D | uaccess.c | 32 if (!p4d_present(*p4d)) in virt_to_pte()
|
| /Linux-v6.1/arch/m68k/kernel/ |
| D | sys_m68k.c | 482 if (!p4d_present(*p4d)) in sys_atomic_cmpxchg_32()
|
| /Linux-v6.1/arch/s390/mm/ |
| D | hugetlbpage.c | 218 if (p4d_present(*p4dp)) { in huge_pte_offset()
|
| /Linux-v6.1/arch/sh/mm/ |
| D | fault.c | 136 if (!p4d_present(*p4d_k)) in vmalloc_sync_one()
|
| /Linux-v6.1/include/linux/ |
| D | pgtable.h | 666 (p4d_present(p4d) && (!(write) || p4d_write(p4d))) 728 WARN_ON_ONCE(p4d_present(*p4dp) && !p4d_same(*p4dp, p4d)); \
|