Home
last modified time | relevance | path

Searched refs:pgd_present (Results 1 – 25 of 42) sorted by relevance

12

/Linux-v6.1/arch/alpha/mm/
Dfault.c245 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
/Linux-v6.1/arch/m68k/include/asm/
Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/Linux-v6.1/arch/arm/include/asm/
Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/Linux-v6.1/include/asm-generic/
Dpgtable-nop4d.h23 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/Linux-v6.1/arch/mips/mm/
Dhugetlbpage.c50 if (pgd_present(*pgd)) { in huge_pte_offset()
Dfault.c302 if (!pgd_present(*pgd_k)) in __do_page_fault()
/Linux-v6.1/arch/riscv/include/asm/
Dpgtable-64.h325 static inline int pgd_present(pgd_t pgd) in pgd_present() function
336 return !pgd_present(pgd); in pgd_bad()
/Linux-v6.1/arch/loongarch/mm/
Dhugetlbpage.c42 if (pgd_present(*pgd)) { in huge_pte_offset()
/Linux-v6.1/arch/sparc/mm/
Dfault_32.c287 if (!pgd_present(*pgd)) { in do_sparc_fault()
288 if (!pgd_present(*pgd_k)) in do_sparc_fault()
/Linux-v6.1/arch/x86/mm/
Dfault.c184 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
324 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd)) in dump_pagetable()
383 if (!pgd_present(*pgd)) in dump_pagetable()
1061 if (!pgd_present(*pgd)) in spurious_kernel_fault()
Dident_map.c120 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
/Linux-v6.1/arch/um/kernel/
Dtlb.c329 if (!pgd_present(*pgd)) { in fix_range_common()
367 if (!pgd_present(*pgd)) { in flush_tlb_kernel_range_common()
470 if (!pgd_present(*pgd)) in flush_tlb_page()
/Linux-v6.1/arch/arc/mm/
Dfault.c41 if (!pgd_present(*pgd)) in handle_kernel_vaddr_fault()
/Linux-v6.1/arch/ia64/mm/
Dhugetlbpage.c60 if (pgd_present(*pgd)) { in huge_pte_offset()
/Linux-v6.1/arch/nios2/mm/
Dfault.c249 if (!pgd_present(*pgd_k)) in do_page_fault()
/Linux-v6.1/arch/xtensa/mm/
Dfault.c46 if (!pgd_present(*pgd_k)) in vmalloc_fault()
/Linux-v6.1/arch/csky/mm/
Dfault.c142 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
/Linux-v6.1/arch/riscv/mm/
Dpageattr.c218 if (!pgd_present(*pgd)) in kernel_page_present()
Dfault.c129 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
/Linux-v6.1/arch/mips/kvm/
Dmmu.c240 if (!pgd_present(pgd[i])) in kvm_mips_flush_gpa_pgd()
361 if (!pgd_present(pgd[i])) \
/Linux-v6.1/arch/sh/kernel/
Dio_trapped.c144 if (!pgd_present(*pgd_k)) in lookup_tiop()
/Linux-v6.1/mm/
Dpage_vma_mapped.c189 if (!pgd_present(*pgd)) { in page_vma_mapped_walk()
/Linux-v6.1/arch/um/kernel/skas/
Duaccess.c28 if (!pgd_present(*pgd)) in virt_to_pte()
/Linux-v6.1/arch/m68k/kernel/
Dsys_m68k.c479 if (!pgd_present(*pgd)) in sys_atomic_cmpxchg_32()
/Linux-v6.1/arch/sh/mm/
Dfault.c131 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()

12