Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/alpha/mm/
Dfault.c243 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/kernel/linux/linux-5.10/arch/c6x/include/asm/
Dpgtable.h23 #define pgd_present(pgd) (1) macro
/kernel/linux/linux-5.10/include/asm-generic/
Dpgtable-nop4d.h24 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/kernel/linux/linux-5.10/arch/mips/mm/
Dhugetlbpage.c50 if (pgd_present(*pgd)) { in huge_pte_offset()
Dfault.c296 if (!pgd_present(*pgd_k)) in __do_page_fault()
/kernel/linux/linux-5.10/arch/sparc/mm/
Dfault_32.c346 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/
Dfault.c168 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()
Dident_map.c120 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
/kernel/linux/linux-5.10/arch/arc/mm/
Dfault.c39 if (!pgd_present(*pgd_k)) in handle_kernel_vaddr_fault()
/kernel/linux/linux-5.10/arch/um/kernel/
Dtlb.c341 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/
Dfault.c93 if (!pgd_present(*pgd_k)) in do_page_fault()
/kernel/linux/linux-5.10/arch/ia64/mm/
Dhugetlbpage.c59 if (pgd_present(*pgd)) { in huge_pte_offset()
/kernel/linux/linux-5.10/arch/nios2/mm/
Dfault.c247 if (!pgd_present(*pgd_k)) in do_page_fault()
/kernel/linux/linux-5.10/arch/xtensa/mm/
Dfault.c205 if (!pgd_present(*pgd_k)) in do_page_fault()
/kernel/linux/linux-5.10/arch/riscv/mm/
Dfault.c108 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
/kernel/linux/linux-5.10/arch/um/kernel/skas/
Duaccess.c27 if (!pgd_present(*pgd)) in virt_to_pte()
/kernel/linux/linux-5.10/arch/nds32/mm/
Dfault.c359 if (!pgd_present(*pgd_k)) in do_page_fault()
/kernel/linux/linux-5.10/mm/
Dpage_vma_mapped.c194 if (!pgd_present(*pgd)) { in page_vma_mapped_walk()
/kernel/linux/linux-5.10/arch/mips/kvm/
Dmmu.c240 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/
Dio_trapped.c144 if (!pgd_present(*pgd_k)) in lookup_tiop()
/kernel/linux/linux-5.10/arch/m68k/kernel/
Dsys_m68k.c479 if (!pgd_present(*pgd)) in sys_atomic_cmpxchg_32()
/kernel/linux/linux-5.10/arch/sh/mm/
Dfault.c131 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
/kernel/linux/linux-5.10/arch/s390/mm/
Dhugetlbpage.c223 if (pgd_present(*pgdp)) { in huge_pte_offset()

12