/linux-6.6.21/arch/alpha/mm/ |
D | fault.c | 241 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
|
/linux-6.6.21/arch/m68k/include/asm/ |
D | pgtable_no.h | 19 #define pgd_present(pgd) (1) macro
|
/linux-6.6.21/arch/arm/include/asm/ |
D | pgtable-nommu.h | 20 #define pgd_present(pgd) (1) macro
|
/linux-6.6.21/include/asm-generic/ |
D | pgtable-nop4d.h | 23 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-6.6.21/arch/mips/mm/ |
D | hugetlbpage.c | 50 if (pgd_present(*pgd)) { in huge_pte_offset()
|
D | fault.c | 294 if (!pgd_present(*pgd_k)) in __do_page_fault()
|
/linux-6.6.21/arch/loongarch/mm/ |
D | hugetlbpage.c | 42 if (pgd_present(*pgd)) { in huge_pte_offset()
|
/linux-6.6.21/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.6.21/arch/riscv/include/asm/ |
D | pgtable-64.h | 363 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/ |
D | fault.c | 185 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()
|
D | ident_map.c | 133 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
|
/linux-6.6.21/arch/um/kernel/ |
D | tlb.c | 329 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/ |
D | fault.c | 42 if (!pgd_present(*pgd)) in handle_kernel_vaddr_fault()
|
/linux-6.6.21/arch/ia64/mm/ |
D | hugetlbpage.c | 60 if (pgd_present(*pgd)) { in huge_pte_offset()
|
/linux-6.6.21/arch/nios2/mm/ |
D | fault.c | 239 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/linux-6.6.21/arch/xtensa/mm/ |
D | fault.c | 47 if (!pgd_present(*pgd_k)) in vmalloc_fault()
|
/linux-6.6.21/arch/csky/mm/ |
D | fault.c | 141 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
|
/linux-6.6.21/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.6.21/arch/sh/kernel/ |
D | io_trapped.c | 144 if (!pgd_present(*pgd_k)) in lookup_tiop()
|
/linux-6.6.21/arch/riscv/mm/ |
D | fault.c | 139 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
|
/linux-6.6.21/mm/ |
D | page_vma_mapped.c | 215 if (!pgd_present(*pgd)) { in page_vma_mapped_walk()
|
/linux-6.6.21/arch/um/kernel/skas/ |
D | uaccess.c | 28 if (!pgd_present(*pgd)) in virt_to_pte()
|
/linux-6.6.21/arch/sh/mm/ |
D | fault.c | 131 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
|
/linux-6.6.21/arch/m68k/kernel/ |
D | sys_m68k.c | 479 if (!pgd_present(*pgd)) in sys_atomic_cmpxchg_32()
|
/linux-6.6.21/arch/s390/mm/ |
D | hugetlbpage.c | 222 if (pgd_present(*pgdp)) { in huge_pte_offset()
|