/kernel/linux/linux-5.10/arch/alpha/mm/ |
D | fault.c | 243 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
D | pgtable_no.h | 19 #define pgd_present(pgd) (1) macro
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | pgtable-nommu.h | 20 #define pgd_present(pgd) (1) macro
|
/kernel/linux/linux-5.10/arch/c6x/include/asm/ |
D | pgtable.h | 23 #define pgd_present(pgd) (1) macro
|
/kernel/linux/linux-5.10/include/asm-generic/ |
D | pgtable-nop4d.h | 24 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
D | hugetlbpage.c | 50 if (pgd_present(*pgd)) { in huge_pte_offset()
|
D | fault.c | 296 if (!pgd_present(*pgd_k)) in __do_page_fault()
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
D | fault_32.c | 346 if (!pgd_present(*pgd)) { in do_sparc_fault() 347 if (!pgd_present(*pgd_k)) in do_sparc_fault()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
D | fault.c | 168 if (!pgd_present(*pgd_k)) in vmalloc_sync_one() 306 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd)) in dump_pagetable() 374 if (!pgd_present(*pgd)) in dump_pagetable() 1052 if (!pgd_present(*pgd)) in spurious_kernel_fault()
|
D | ident_map.c | 120 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
D | fault.c | 39 if (!pgd_present(*pgd_k)) in handle_kernel_vaddr_fault()
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
D | tlb.c | 341 if (!pgd_present(*pgd)) { in fix_range_common() 379 if (!pgd_present(*pgd)) { in flush_tlb_kernel_range_common() 485 if (!pgd_present(*pgd)) in flush_tlb_page()
|
/kernel/linux/linux-5.10/arch/csky/mm/ |
D | fault.c | 93 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/kernel/linux/linux-5.10/arch/ia64/mm/ |
D | hugetlbpage.c | 59 if (pgd_present(*pgd)) { in huge_pte_offset()
|
/kernel/linux/linux-5.10/arch/nios2/mm/ |
D | fault.c | 247 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/kernel/linux/linux-5.10/arch/xtensa/mm/ |
D | fault.c | 205 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/kernel/linux/linux-5.10/arch/riscv/mm/ |
D | fault.c | 108 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
|
/kernel/linux/linux-5.10/arch/um/kernel/skas/ |
D | uaccess.c | 27 if (!pgd_present(*pgd)) in virt_to_pte()
|
/kernel/linux/linux-5.10/arch/nds32/mm/ |
D | fault.c | 359 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/kernel/linux/linux-5.10/mm/ |
D | page_vma_mapped.c | 194 if (!pgd_present(*pgd)) { in page_vma_mapped_walk()
|
/kernel/linux/linux-5.10/arch/mips/kvm/ |
D | mmu.c | 240 if (!pgd_present(pgd[i])) in kvm_mips_flush_gpa_pgd() 361 if (!pgd_present(pgd[i])) \ 901 if (!pgd_present(pgd[i])) in kvm_mips_flush_gva_pgd()
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
D | io_trapped.c | 144 if (!pgd_present(*pgd_k)) in lookup_tiop()
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
D | sys_m68k.c | 479 if (!pgd_present(*pgd)) in sys_atomic_cmpxchg_32()
|
/kernel/linux/linux-5.10/arch/sh/mm/ |
D | fault.c | 131 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
D | hugetlbpage.c | 223 if (pgd_present(*pgdp)) { in huge_pte_offset()
|