Home
last modified time | relevance | path

Searched refs:p4d_present (Results 1 – 24 of 24) sorted by relevance

/linux/arch/xtensa/mm/
H A Dfault.c54 if (!p4d_present(*p4d) || !p4d_present(*p4d_k)) in vmalloc_fault()
/linux/arch/loongarch/mm/
H A Dhugetlbpage.c44 if (p4d_present(p4dp_get(p4d))) { in huge_pte_offset()
H A Dfault.c50 if (!p4d_present(p4dp_get(p4d))) in spurious_fault()
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h58 #define p4d_present(p4d) (p4d_val(p4d) != 0) macro
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h292 static inline int p4d_present(p4d_t p4d) in p4d_present() function
303 return !p4d_present(p4d); in p4d_bad()
/linux/arch/um/include/asm/
H A Dpgtable-4level.h68 #define p4d_present(x) (p4d_val(x) & _PAGE_PRESENT) macro
/linux/arch/arc/mm/
H A Dfault.c49 if (!p4d_present(*p4d)) in handle_kernel_vaddr_fault()
/linux/arch/nios2/mm/
H A Dfault.c245 if (!p4d_present(*p4d_k)) in do_page_fault()
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h109 #define p4d_present(x) (p4d_val(x)) macro
/linux/arch/openrisc/mm/
H A Dfault.c325 if (!p4d_present(*p4d_k)) in do_page_fault()
/linux/arch/mips/mm/
H A Dfault.c301 if (!p4d_present(*p4d_k)) in __do_page_fault()
/linux/arch/sh/kernel/
H A Dio_trapped.c148 if (!p4d_present(*p4d_k)) in lookup_tiop()
/linux/arch/m68k/kernel/
H A Dsys_m68k.c482 if (!p4d_present(*p4d)) in sys_atomic_cmpxchg_32()
/linux/arch/sh/mm/
H A Dfault.c136 if (!p4d_present(*p4d_k)) in vmalloc_sync_one()
/linux/arch/riscv/mm/
H A Dfault.c202 if (!p4d_present(p4dp_get(p4d_k))) { in vmalloc_fault()
H A Dinit.c1660 if (!p4d_present(p4d)) in remove_p4d_mapping()
/linux/arch/arm64/mm/
H A Dmmu.c716 if (!p4d_present(p4d)) in split_kernel_leaf_mapping_locked()
1629 WARN_ON(!p4d_present(p4d)); in unmap_hotplug_p4d_range()
1795 WARN_ON(!p4d_present(p4d)); in free_empty_p4d_table()
2080 if (!p4d_present(p4d)) in addr_splits_kernel_leaf()
H A Dhugetlbpage.c291 if (!p4d_present(READ_ONCE(*p4dp))) in huge_pte_offset()
/linux/arch/arm/mm/
H A Dfault.c264 if (!p4d_present(*p4d)) in vmalloc_fault()
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c556 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 Dpgtable.h174 static inline int p4d_present(p4d_t p4d) in p4d_present() function
/linux/arch/loongarch/kvm/
H A Dmmu.c706 if (p4d_none(p4d) || !p4d_present(p4d)) in host_pfn_mapping_level()
/linux/mm/
H A Dmemory.c546 if (!p4d_present(p4d) || p4d_leaf(p4d)) { in __print_bad_page_map_pgtable()
6881 if (!p4d_present(*p4d)) { in follow_pfnmap_start()
/linux/kernel/events/
H A Dcore.c8532 if (!p4d_present(p4d)) in perf_get_pgtable_size()