| /linux/arch/xtensa/mm/ |
| H A D | fault.c | 54 if (!p4d_present(*p4d) || !p4d_present(*p4d_k)) in vmalloc_fault()
|
| /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
|
| /linux/arch/loongarch/mm/ |
| H A D | hugetlbpage.c | 44 if (p4d_present(p4dp_get(p4d))) { in huge_pte_offset()
|
| H A D | fault.c | 50 if (!p4d_present(p4dp_get(p4d))) in spurious_fault()
|
| /linux/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable-4k.h | 58 #define p4d_present(p4d) (p4d_val(p4d) != 0) macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable-64.h | 292 static inline int p4d_present(p4d_t p4d) in p4d_present() function 303 return !p4d_present(p4d); in p4d_bad()
|
| H A D | pgtable.h | 1277 WARN_ON_ONCE(p4d_present(*p4dp) && !p4d_same(*p4dp, p4d)); \
|
| /linux/arch/um/include/asm/ |
| H A D | pgtable-4level.h | 68 #define p4d_present(x) (p4d_val(x) & _PAGE_PRESENT) macro
|
| /linux/arch/arc/mm/ |
| H A D | fault.c | 49 if (!p4d_present(*p4d)) in handle_kernel_vaddr_fault()
|
| /linux/arch/nios2/mm/ |
| H A D | fault.c | 245 if (!p4d_present(*p4d_k)) in do_page_fault()
|
| /linux/arch/arc/include/asm/ |
| H A D | pgtable-levels.h | 109 #define p4d_present(x) (p4d_val(x)) macro
|
| /linux/arch/openrisc/mm/ |
| H A D | fault.c | 325 if (!p4d_present(*p4d_k)) in do_page_fault()
|
| /linux/arch/x86/mm/ |
| H A D | fault.c | 196 if (!p4d_present(*p4d_k)) in vmalloc_sync_one() 372 if (!p4d_present(*p4d) || p4d_leaf(*p4d)) in dump_pagetable() 1007 if (!p4d_present(*p4d)) in spurious_kernel_fault()
|
| /linux/arch/mips/mm/ |
| H A D | fault.c | 301 if (!p4d_present(*p4d_k)) in __do_page_fault()
|
| /linux/arch/sh/kernel/ |
| H A D | io_trapped.c | 148 if (!p4d_present(*p4d_k)) in lookup_tiop()
|
| /linux/arch/m68k/kernel/ |
| H A D | sys_m68k.c | 482 if (!p4d_present(*p4d)) in sys_atomic_cmpxchg_32()
|
| /linux/arch/sh/mm/ |
| H A D | fault.c | 136 if (!p4d_present(*p4d_k)) in vmalloc_sync_one()
|
| /linux/arch/riscv/mm/ |
| H A D | fault.c | 202 if (!p4d_present(p4dp_get(p4d_k))) { in vmalloc_fault()
|
| /linux/arch/arm/mm/ |
| H A D | fault.c | 264 if (!p4d_present(*p4d)) in vmalloc_fault()
|
| /linux/arch/riscv/kvm/ |
| H A D | mmu.c | 371 if (p4d_none(p4d) || !p4d_present(p4d)) in get_hva_mapping_size()
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_64_mmu_radix.c | 556 if (!p4d_present(*p4d)) in kvmppc_free_pgtable_radix() 632 if (p4d_present(*p4d)) in kvmppc_create_pte()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 167 static inline int p4d_present(p4d_t p4d) in p4d_present() function
|
| /linux/arch/x86/include/asm/ |
| H A D | pgtable.h | 1076 static inline int p4d_present(p4d_t p4d) in p4d_present() function 1727 WARN_ON_ONCE(p4d_present(*p4dp) && !p4d_same(*p4dp, p4d)); \
|
| /linux/arch/loongarch/kvm/ |
| H A D | mmu.c | 706 if (p4d_none(p4d) || !p4d_present(p4d)) in host_pfn_mapping_level()
|
| /linux/arch/x86/mm/pat/ |
| H A D | set_memory.c | 740 if (p4d_leaf(*p4d) || !p4d_present(*p4d)) in lookup_address_in_pgd_attr() 825 if (p4d_none(*p4d) || p4d_leaf(*p4d) || !p4d_present(*p4d)) in lookup_pmd_address()
|