Home
last modified time | relevance | path

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

12

/arch/xtensa/mm/
Dfault.c54 if (!p4d_present(*p4d) || !p4d_present(*p4d_k)) in vmalloc_fault()
/arch/mips/mm/
Dhugetlbpage.c52 if (p4d_present(*p4d)) { in huge_pte_offset()
Dfault.c300 if (!p4d_present(*p4d_k)) in __do_page_fault()
/arch/loongarch/mm/
Dhugetlbpage.c44 if (p4d_present(*p4d)) { in huge_pte_offset()
/arch/powerpc/include/asm/nohash/64/
Dpgtable-4k.h58 #define p4d_present(p4d) (p4d_val(p4d) != 0) macro
/arch/riscv/include/asm/
Dpgtable-64.h290 static inline int p4d_present(p4d_t p4d) in p4d_present() function
301 return !p4d_present(p4d); in p4d_bad()
/arch/arc/mm/
Dfault.c49 if (!p4d_present(*p4d)) in handle_kernel_vaddr_fault()
/arch/ia64/mm/
Dhugetlbpage.c62 if (p4d_present(*p4d)) { in huge_pte_offset()
/arch/x86/mm/
Dident_map.c75 if (p4d_present(*p4d)) { in ident_p4d_init()
Dfault.c195 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()
/arch/nios2/mm/
Dfault.c245 if (!p4d_present(*p4d_k)) in do_page_fault()
/arch/um/kernel/
Dtlb.c306 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()
/arch/openrisc/mm/
Dfault.c325 if (!p4d_present(*p4d_k)) in do_page_fault()
/arch/arc/include/asm/
Dpgtable-levels.h109 #define p4d_present(x) (p4d_val(x)) macro
/arch/mips/include/asm/
Dpgtable-64.h197 static inline int p4d_present(p4d_t p4d) in p4d_present() function
/arch/sh/kernel/
Dio_trapped.c148 if (!p4d_present(*p4d_k)) in lookup_tiop()
/arch/riscv/mm/
Dfault.c147 if (!p4d_present(*p4d_k)) { in vmalloc_fault()
Dhugetlbpage.c100 if (!p4d_present(*p4d)) in huge_pte_offset()
Dpageattr.c436 if (!p4d_present(*p4d)) in kernel_page_present()
/arch/um/kernel/skas/
Duaccess.c32 if (!p4d_present(*p4d)) in virt_to_pte()
/arch/sh/mm/
Dfault.c136 if (!p4d_present(*p4d_k)) in vmalloc_sync_one()
/arch/m68k/kernel/
Dsys_m68k.c482 if (!p4d_present(*p4d)) in sys_atomic_cmpxchg_32()
/arch/s390/mm/
Dhugetlbpage.c224 if (p4d_present(*p4dp)) { in huge_pte_offset()
/arch/arm/mm/
Dfault.c420 if (!p4d_present(*p4d)) in do_translation_fault()
/arch/ia64/include/asm/
Dpgtable.h253 #define p4d_present(p4d) (p4d_val(p4d) != 0UL) macro

12