Home
last modified time | relevance | path

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

12

/arch/m68k/include/asm/
Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/arch/arm/include/asm/
Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
/arch/alpha/mm/
Dfault.c243 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
/arch/mips/mm/
Dhugetlbpage.c50 if (pgd_present(*pgd)) { in huge_pte_offset()
Dfault.c299 if (!pgd_present(*pgd_k)) in __do_page_fault()
/arch/sparc/mm/
Dfault_32.c286 if (!pgd_present(*pgd)) { in do_sparc_fault()
287 if (!pgd_present(*pgd_k)) in do_sparc_fault()
/arch/arc/mm/
Dfault.c41 if (!pgd_present(*pgd)) in handle_kernel_vaddr_fault()
/arch/ia64/mm/
Dhugetlbpage.c60 if (pgd_present(*pgd)) { in huge_pte_offset()
/arch/nios2/mm/
Dfault.c247 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/x86/mm/
Dident_map.c133 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
Dfault.c184 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()
1030 if (!pgd_present(*pgd)) in spurious_kernel_fault()
/arch/um/kernel/
Dtlb.c329 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()
/arch/xtensa/mm/
Dfault.c205 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/riscv/mm/
Dpageattr.c218 if (!pgd_present(*pgd)) in kernel_page_present()
Dfault.c129 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
/arch/csky/mm/
Dfault.c142 if (!pgd_present(*pgd_k)) { in vmalloc_fault()
/arch/nds32/mm/
Dfault.c359 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/mips/kvm/
Dmmu.c240 if (!pgd_present(pgd[i])) in kvm_mips_flush_gpa_pgd()
361 if (!pgd_present(pgd[i])) \
/arch/sh/kernel/
Dio_trapped.c144 if (!pgd_present(*pgd_k)) in lookup_tiop()
/arch/m68k/kernel/
Dsys_m68k.c479 if (!pgd_present(*pgd)) in sys_atomic_cmpxchg_32()
/arch/um/kernel/skas/
Duaccess.c28 if (!pgd_present(*pgd)) in virt_to_pte()
/arch/sh/mm/
Dfault.c131 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
/arch/s390/mm/
Dhugetlbpage.c223 if (pgd_present(*pgdp)) { in huge_pte_offset()
/arch/nds32/include/asm/
Dpgtable.h331 #define pgd_present(pgd) (1) macro
/arch/arm64/mm/
Dhugetlbpage.c309 if (!pgd_present(READ_ONCE(*pgdp))) in huge_pte_offset()

12