Home
last modified time | relevance | path

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

12

/linux-6.6.21/arch/alpha/mm/
Dfault.c241 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
/linux-6.6.21/arch/m68k/include/asm/
Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/linux-6.6.21/arch/arm/include/asm/
Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/linux-6.6.21/include/asm-generic/
Dpgtable-nop4d.h23 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux-6.6.21/arch/mips/mm/
Dhugetlbpage.c50 if (pgd_present(*pgd)) { in huge_pte_offset()
Dfault.c294 if (!pgd_present(*pgd_k)) in __do_page_fault()
/linux-6.6.21/arch/loongarch/mm/
Dhugetlbpage.c42 if (pgd_present(*pgd)) { in huge_pte_offset()
/linux-6.6.21/arch/sparc/mm/
Dfault_32.c281 if (!pgd_present(*pgd)) { in do_sparc_fault()
282 if (!pgd_present(*pgd_k)) in do_sparc_fault()
/linux-6.6.21/arch/riscv/include/asm/
Dpgtable-64.h363 static inline int pgd_present(pgd_t pgd) in pgd_present() function
374 return !pgd_present(pgd); in pgd_bad()
/linux-6.6.21/arch/x86/mm/
Dfault.c185 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
304 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd)) in dump_pagetable()
363 if (!pgd_present(*pgd)) in dump_pagetable()
1035 if (!pgd_present(*pgd)) in spurious_kernel_fault()
Dident_map.c133 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
/linux-6.6.21/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-6.6.21/arch/arc/mm/
Dfault.c42 if (!pgd_present(*pgd)) in handle_kernel_vaddr_fault()
/linux-6.6.21/arch/ia64/mm/
Dhugetlbpage.c60 if (pgd_present(*pgd)) { in huge_pte_offset()
/linux-6.6.21/arch/nios2/mm/
Dfault.c239 if (!pgd_present(*pgd_k)) in do_page_fault()
/linux-6.6.21/arch/xtensa/mm/
Dfault.c47 if (!pgd_present(*pgd_k)) in vmalloc_fault()
/linux-6.6.21/arch/csky/mm/
Dfault.c141 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
/linux-6.6.21/arch/mips/kvm/
Dmmu.c239 if (!pgd_present(pgd[i])) in kvm_mips_flush_gpa_pgd()
360 if (!pgd_present(pgd[i])) \
/linux-6.6.21/arch/sh/kernel/
Dio_trapped.c144 if (!pgd_present(*pgd_k)) in lookup_tiop()
/linux-6.6.21/arch/riscv/mm/
Dfault.c139 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
/linux-6.6.21/mm/
Dpage_vma_mapped.c215 if (!pgd_present(*pgd)) { in page_vma_mapped_walk()
/linux-6.6.21/arch/um/kernel/skas/
Duaccess.c28 if (!pgd_present(*pgd)) in virt_to_pte()
/linux-6.6.21/arch/sh/mm/
Dfault.c131 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
/linux-6.6.21/arch/m68k/kernel/
Dsys_m68k.c479 if (!pgd_present(*pgd)) in sys_atomic_cmpxchg_32()
/linux-6.6.21/arch/s390/mm/
Dhugetlbpage.c222 if (pgd_present(*pgdp)) { in huge_pte_offset()

12