Home
last modified time | relevance | path

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

123

/Linux-v4.19/arch/alpha/mm/
Dfault.c245 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
/Linux-v4.19/arch/m68k/include/asm/
Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/Linux-v4.19/arch/m68k/mm/
Dmotorola.c83 if (!pgd_present(kernel_pg_dir[i])) in kernel_ptr_table()
146 if (!pgd_present(*pgd_dir)) { in map_node()
Dinit.c130 if (pgd_present(kernel_pg_dir[i])) in init_pointer_tables()
/Linux-v4.19/arch/mips/mm/
Dhugetlbpage.c47 if (pgd_present(*pgd)) { in huge_pte_offset()
/Linux-v4.19/include/asm-generic/
Dpgtable-nop4d-hack.h29 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
Dpgtable-nop4d.h24 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/Linux-v4.19/arch/c6x/include/asm/
Dpgtable.h26 #define pgd_present(pgd) (1) macro
/Linux-v4.19/arch/arm/include/asm/
Dpgtable-nommu.h23 #define pgd_present(pgd) (1) macro
Dstage2_pgtable.h24 #define stage2_pgd_present(pgd) pgd_present(pgd)
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/
Dpgtable-4k.h58 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
/Linux-v4.19/arch/sparc/mm/
Dfault_32.c359 if (!pgd_present(*pgd)) { in do_sparc_fault()
360 if (!pgd_present(*pgd_k)) in do_sparc_fault()
/Linux-v4.19/arch/arm64/include/asm/
Dstage2_pgtable.h82 #define stage2_pgd_present(pgd) pgd_present(pgd)
/Linux-v4.19/arch/um/kernel/
Dtlb.c286 if (!pgd_present(*pgd)) { in fix_range_common()
322 if (!pgd_present(*pgd)) { in flush_tlb_kernel_range_common()
407 if (!pgd_present(*pgd)) in flush_tlb_page()
/Linux-v4.19/arch/x86/mm/
Dfault.c244 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
379 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd)) in dump_pagetable()
527 if (!pgd_present(*pgd)) in dump_pagetable()
1097 if (!pgd_present(*pgd)) in spurious_fault()
Dident_map.c112 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
/Linux-v4.19/arch/ia64/mm/
Dhugetlbpage.c57 if (pgd_present(*pgd)) { in huge_pte_offset()
/Linux-v4.19/arch/microblaze/include/asm/
Dpgtable.h22 #define pgd_present(pgd) (1) /* pages are always present on non MMU */ macro
325 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/Linux-v4.19/arch/riscv/mm/
Dfault.c251 if (!pgd_present(*pgd_k)) in do_page_fault()
/Linux-v4.19/arch/arc/mm/
Dfault.c42 if (!pgd_present(*pgd_k)) in handle_kernel_vaddr_fault()
/Linux-v4.19/arch/nios2/mm/
Dfault.c256 if (!pgd_present(*pgd_k)) in do_page_fault()
/Linux-v4.19/arch/xtensa/mm/
Dfault.c209 if (!pgd_present(*pgd_k)) in do_page_fault()
/Linux-v4.19/arch/parisc/include/asm/
Dpgtable.h332 #define pgd_present(x) (pgd_flag(x) & PxD_FLAG_PRESENT) macro
350 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/Linux-v4.19/arch/um/kernel/skas/
Duaccess.c27 if (!pgd_present(*pgd)) in virt_to_pte()
/Linux-v4.19/mm/
Dpage_vma_mapped.c147 if (!pgd_present(*pgd)) in page_vma_mapped_walk()

123