/openbmc/linux/arch/xtensa/mm/ |
H A D | fault.c | 54 if (!p4d_present(*p4d) || !p4d_present(*p4d_k)) in vmalloc_fault()
|
/openbmc/linux/arch/mips/mm/ |
H A D | hugetlbpage.c | 52 if (p4d_present(*p4d)) { in huge_pte_offset()
|
H A D | fault.c | 300 if (!p4d_present(*p4d_k)) in __do_page_fault()
|
/openbmc/linux/include/asm-generic/ |
H A D | pgtable-nopud.h | 30 static inline int p4d_present(p4d_t p4d) { return 1; } in p4d_present() function
|
/openbmc/linux/arch/loongarch/mm/ |
H A D | hugetlbpage.c | 44 if (p4d_present(*p4d)) { in huge_pte_offset()
|
/openbmc/linux/arch/powerpc/include/asm/nohash/64/ |
H A D | pgtable-4k.h | 58 #define p4d_present(p4d) (p4d_val(p4d) != 0) macro
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | pgtable-64.h | 290 static inline int p4d_present(p4d_t p4d) in p4d_present() function 301 return !p4d_present(p4d); in p4d_bad()
|
/openbmc/linux/arch/um/kernel/ |
H 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()
|
/openbmc/linux/arch/arc/mm/ |
H A D | fault.c | 49 if (!p4d_present(*p4d)) in handle_kernel_vaddr_fault()
|
/openbmc/linux/arch/ia64/mm/ |
H A D | hugetlbpage.c | 62 if (p4d_present(*p4d)) { in huge_pte_offset()
|
/openbmc/linux/arch/nios2/mm/ |
H A D | fault.c | 245 if (!p4d_present(*p4d_k)) in do_page_fault()
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | pgtable-levels.h | 109 #define p4d_present(x) (p4d_val(x)) macro
|
/openbmc/linux/arch/openrisc/mm/ |
H A D | fault.c | 325 if (!p4d_present(*p4d_k)) in do_page_fault()
|
/openbmc/linux/arch/x86/mm/ |
H A D | ident_map.c | 88 if (p4d_present(*p4d)) { in ident_p4d_init()
|
H A D | fault.c | 195 if (!p4d_present(*p4d_k)) in vmalloc_sync_one() 371 if (!p4d_present(*p4d) || p4d_large(*p4d)) in dump_pagetable() 999 if (!p4d_present(*p4d)) in spurious_kernel_fault()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | io_trapped.c | 148 if (!p4d_present(*p4d_k)) in lookup_tiop()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | pgtable-64.h | 197 static inline int p4d_present(p4d_t p4d) in p4d_present() function
|
/openbmc/linux/arch/riscv/mm/ |
H A D | fault.c | 147 if (!p4d_present(p4dp_get(p4d_k))) { in vmalloc_fault()
|
H A D | pageattr.c | 436 if (!p4d_present(p4dp_get(p4d))) in kernel_page_present()
|
H A D | hugetlbpage.c | 100 if (!p4d_present(p4dp_get(p4d))) in huge_pte_offset()
|
/openbmc/linux/mm/ |
H A D | page_vma_mapped.c | 220 if (!p4d_present(*p4d)) { in page_vma_mapped_walk()
|
/openbmc/linux/arch/um/kernel/skas/ |
H A D | uaccess.c | 32 if (!p4d_present(*p4d)) in virt_to_pte()
|
/openbmc/linux/arch/sh/mm/ |
H A D | fault.c | 136 if (!p4d_present(*p4d_k)) in vmalloc_sync_one()
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | sys_m68k.c | 482 if (!p4d_present(*p4d)) in sys_atomic_cmpxchg_32()
|
/openbmc/linux/arch/s390/mm/ |
H A D | hugetlbpage.c | 224 if (p4d_present(*p4dp)) { in huge_pte_offset()
|