/linux-6.3-rc2/arch/alpha/mm/ |
A D | fault.c | 248 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | pgtable_no.h | 19 #define pgd_present(pgd) (1) macro
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgtable-nommu.h | 20 #define pgd_present(pgd) (1) macro
|
/linux-6.3-rc2/arch/mips/mm/ |
A D | hugetlbpage.c | 50 if (pgd_present(*pgd)) { in huge_pte_offset()
|
A D | fault.c | 302 if (!pgd_present(*pgd_k)) in __do_page_fault()
|
/linux-6.3-rc2/include/asm-generic/ |
A D | pgtable-nop4d.h | 23 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-6.3-rc2/arch/loongarch/mm/ |
A D | hugetlbpage.c | 42 if (pgd_present(*pgd)) { in huge_pte_offset()
|
/linux-6.3-rc2/arch/sparc/mm/ |
A D | fault_32.c | 290 if (!pgd_present(*pgd)) { in do_sparc_fault() 291 if (!pgd_present(*pgd_k)) in do_sparc_fault()
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable-64.h | 329 static inline int pgd_present(pgd_t pgd) in pgd_present() function 340 return !pgd_present(pgd); in pgd_bad()
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | fault.c | 184 if (!pgd_present(*pgd_k)) in vmalloc_sync_one() 303 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd)) in dump_pagetable() 362 if (!pgd_present(*pgd)) in dump_pagetable() 1040 if (!pgd_present(*pgd)) in spurious_kernel_fault()
|
A D | ident_map.c | 120 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
|
/linux-6.3-rc2/arch/um/kernel/ |
A 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.3-rc2/arch/arc/mm/ |
A D | fault.c | 41 if (!pgd_present(*pgd)) in handle_kernel_vaddr_fault()
|
/linux-6.3-rc2/arch/ia64/mm/ |
A D | hugetlbpage.c | 60 if (pgd_present(*pgd)) { in huge_pte_offset()
|
/linux-6.3-rc2/arch/nios2/mm/ |
A D | fault.c | 252 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/linux-6.3-rc2/arch/xtensa/mm/ |
A D | fault.c | 46 if (!pgd_present(*pgd_k)) in vmalloc_fault()
|
/linux-6.3-rc2/arch/riscv/mm/ |
A D | pageattr.c | 218 if (!pgd_present(*pgd)) in kernel_page_present()
|
A D | fault.c | 129 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
|
/linux-6.3-rc2/arch/csky/mm/ |
A D | fault.c | 142 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
|
/linux-6.3-rc2/arch/mips/kvm/ |
A D | mmu.c | 239 if (!pgd_present(pgd[i])) in kvm_mips_flush_gpa_pgd() 360 if (!pgd_present(pgd[i])) \
|
/linux-6.3-rc2/arch/sh/kernel/ |
A D | io_trapped.c | 144 if (!pgd_present(*pgd_k)) in lookup_tiop()
|
/linux-6.3-rc2/mm/ |
A D | page_vma_mapped.c | 192 if (!pgd_present(*pgd)) { in page_vma_mapped_walk()
|
/linux-6.3-rc2/arch/um/kernel/skas/ |
A D | uaccess.c | 28 if (!pgd_present(*pgd)) in virt_to_pte()
|
/linux-6.3-rc2/arch/m68k/kernel/ |
A D | sys_m68k.c | 479 if (!pgd_present(*pgd)) in sys_atomic_cmpxchg_32()
|
/linux-6.3-rc2/arch/s390/mm/ |
A D | hugetlbpage.c | 216 if (pgd_present(*pgdp)) { in huge_pte_offset()
|