Home
last modified time | relevance | path

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

12

/linux-6.12.1/arch/alpha/mm/
Dfault.c241 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
/linux-6.12.1/arch/m68k/include/asm/
Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/linux-6.12.1/arch/arm/include/asm/
Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/linux-6.12.1/arch/x86/mm/
Dident_map.c71 if (!pgd_present(pgd[i])) in kernel_ident_mapping_free()
206 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
Dfault.c188 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
307 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd)) in dump_pagetable()
366 if (!pgd_present(*pgd)) in dump_pagetable()
1007 if (!pgd_present(*pgd)) in spurious_kernel_fault()
/linux-6.12.1/arch/mips/mm/
Dhugetlbpage.c50 if (pgd_present(*pgd)) { in huge_pte_offset()
Dfault.c295 if (!pgd_present(*pgd_k)) in __do_page_fault()
/linux-6.12.1/include/asm-generic/
Dpgtable-nop4d.h23 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux-6.12.1/arch/loongarch/mm/
Dhugetlbpage.c42 if (pgd_present(pgdp_get(pgd))) { in huge_pte_offset()
Dfault.c46 if (!pgd_present(pgdp_get(pgd))) in spurious_fault()
/linux-6.12.1/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.12.1/arch/riscv/include/asm/
Dpgtable-64.h359 static inline int pgd_present(pgd_t pgd) in pgd_present() function
370 return !pgd_present(pgd); in pgd_bad()
/linux-6.12.1/arch/arc/mm/
Dfault.c42 if (!pgd_present(*pgd)) in handle_kernel_vaddr_fault()
/linux-6.12.1/arch/nios2/mm/
Dfault.c239 if (!pgd_present(*pgd_k)) in do_page_fault()
/linux-6.12.1/arch/xtensa/mm/
Dfault.c47 if (!pgd_present(*pgd_k)) in vmalloc_fault()
/linux-6.12.1/arch/mips/kvm/
Dmmu.c239 if (!pgd_present(pgd[i])) in kvm_mips_flush_gpa_pgd()
360 if (!pgd_present(pgd[i])) \
/linux-6.12.1/arch/csky/mm/
Dfault.c141 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
/linux-6.12.1/arch/x86/kernel/acpi/
Dmadt_wakeup.c90 if (!pgd_present(*pgd)) { in init_transition_pgtable()
/linux-6.12.1/arch/sh/kernel/
Dio_trapped.c144 if (!pgd_present(*pgd_k)) in lookup_tiop()
/linux-6.12.1/arch/um/kernel/
Dtlb.c193 if (!pgd_present(*pgd)) { in um_tlb_sync()
/linux-6.12.1/arch/riscv/mm/
Dfault.c140 if (!pgd_present(pgdp_get(pgd_k))) { in vmalloc_fault()
/linux-6.12.1/mm/
Dpage_vma_mapped.c215 if (!pgd_present(*pgd)) { in page_vma_mapped_walk()
/linux-6.12.1/arch/um/kernel/skas/
Duaccess.c28 if (!pgd_present(*pgd)) in virt_to_pte()
/linux-6.12.1/arch/m68k/kernel/
Dsys_m68k.c479 if (!pgd_present(*pgd)) in sys_atomic_cmpxchg_32()
/linux-6.12.1/arch/sh/mm/
Dfault.c131 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()

12