/linux-6.12.1/arch/alpha/mm/ |
D | fault.c | 241 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | pgtable_no.h | 19 #define pgd_present(pgd) (1) macro
|
/linux-6.12.1/arch/arm/include/asm/ |
D | pgtable-nommu.h | 20 #define pgd_present(pgd) (1) macro
|
/linux-6.12.1/arch/x86/mm/ |
D | ident_map.c | 71 if (!pgd_present(pgd[i])) in kernel_ident_mapping_free() 206 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
|
D | fault.c | 188 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/ |
D | hugetlbpage.c | 50 if (pgd_present(*pgd)) { in huge_pte_offset()
|
D | fault.c | 295 if (!pgd_present(*pgd_k)) in __do_page_fault()
|
/linux-6.12.1/include/asm-generic/ |
D | pgtable-nop4d.h | 23 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-6.12.1/arch/loongarch/mm/ |
D | hugetlbpage.c | 42 if (pgd_present(pgdp_get(pgd))) { in huge_pte_offset()
|
D | fault.c | 46 if (!pgd_present(pgdp_get(pgd))) in spurious_fault()
|
/linux-6.12.1/arch/sparc/mm/ |
D | fault_32.c | 281 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/ |
D | pgtable-64.h | 359 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/ |
D | fault.c | 42 if (!pgd_present(*pgd)) in handle_kernel_vaddr_fault()
|
/linux-6.12.1/arch/nios2/mm/ |
D | fault.c | 239 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/linux-6.12.1/arch/xtensa/mm/ |
D | fault.c | 47 if (!pgd_present(*pgd_k)) in vmalloc_fault()
|
/linux-6.12.1/arch/mips/kvm/ |
D | mmu.c | 239 if (!pgd_present(pgd[i])) in kvm_mips_flush_gpa_pgd() 360 if (!pgd_present(pgd[i])) \
|
/linux-6.12.1/arch/csky/mm/ |
D | fault.c | 141 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
|
/linux-6.12.1/arch/x86/kernel/acpi/ |
D | madt_wakeup.c | 90 if (!pgd_present(*pgd)) { in init_transition_pgtable()
|
/linux-6.12.1/arch/sh/kernel/ |
D | io_trapped.c | 144 if (!pgd_present(*pgd_k)) in lookup_tiop()
|
/linux-6.12.1/arch/um/kernel/ |
D | tlb.c | 193 if (!pgd_present(*pgd)) { in um_tlb_sync()
|
/linux-6.12.1/arch/riscv/mm/ |
D | fault.c | 140 if (!pgd_present(pgdp_get(pgd_k))) { in vmalloc_fault()
|
/linux-6.12.1/mm/ |
D | page_vma_mapped.c | 215 if (!pgd_present(*pgd)) { in page_vma_mapped_walk()
|
/linux-6.12.1/arch/um/kernel/skas/ |
D | uaccess.c | 28 if (!pgd_present(*pgd)) in virt_to_pte()
|
/linux-6.12.1/arch/m68k/kernel/ |
D | sys_m68k.c | 479 if (!pgd_present(*pgd)) in sys_atomic_cmpxchg_32()
|
/linux-6.12.1/arch/sh/mm/ |
D | fault.c | 131 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
|