Home
last modified time | relevance | path

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

123

/arch/m68k/include/asm/
Dpgtable_no.h19 #define pgd_present(pgd) (1) macro
/arch/alpha/mm/
Dfault.c245 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
/arch/mips/mm/
Dhugetlbpage.c47 if (pgd_present(*pgd)) { in huge_pte_offset()
Dfault.c304 if (!pgd_present(*pgd_k)) in __do_page_fault()
/arch/arm/include/asm/
Dpgtable-nommu.h20 #define pgd_present(pgd) (1) macro
Dstage2_pgtable.h21 #define stage2_pgd_present(kvm, pgd) pgd_present(pgd)
/arch/c6x/include/asm/
Dpgtable.h23 #define pgd_present(pgd) (1) macro
/arch/powerpc/include/asm/nohash/64/
Dpgtable-4k.h58 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
/arch/m68k/mm/
Dinit.c133 if (pgd_present(kernel_pg_dir[i])) in init_pointer_tables()
Dmotorola.c85 if (!pgd_present(kernel_pg_dir[i])) in kernel_ptr_table()
152 if (!pgd_present(*pgd_dir)) { in map_node()
/arch/arc/mm/
Dfault.c39 if (!pgd_present(*pgd_k)) in handle_kernel_vaddr_fault()
/arch/sparc/mm/
Dfault_32.c359 if (!pgd_present(*pgd)) { in do_sparc_fault()
360 if (!pgd_present(*pgd_k)) in do_sparc_fault()
/arch/csky/mm/
Dfault.c89 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/ia64/mm/
Dhugetlbpage.c57 if (pgd_present(*pgd)) { in huge_pte_offset()
/arch/x86/mm/
Dident_map.c120 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
Dfault.c160 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
302 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd)) in dump_pagetable()
460 if (!pgd_present(*pgd)) in dump_pagetable()
1144 if (!pgd_present(*pgd)) in spurious_kernel_fault()
/arch/riscv/mm/
Dfault.c238 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/nios2/mm/
Dfault.c255 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/um/kernel/
Dtlb.c320 if (!pgd_present(*pgd)) { in fix_range_common()
358 if (!pgd_present(*pgd)) { in flush_tlb_kernel_range_common()
447 if (!pgd_present(*pgd)) in flush_tlb_page()
/arch/microblaze/include/asm/
Dpgtable.h22 #define pgd_present(pgd) (1) /* pages are always present on non MMU */ macro
323 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/arch/xtensa/mm/
Dfault.c209 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/arm64/include/asm/
Dstage2_pgtable.h88 return pgd_present(pgd); in stage2_pgd_present()
/arch/um/kernel/skas/
Duaccess.c27 if (!pgd_present(*pgd)) in virt_to_pte()
/arch/parisc/include/asm/
Dpgtable.h353 #define pgd_present(x) (pgd_flag(x) & PxD_FLAG_PRESENT) macro
371 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/arch/nds32/mm/
Dfault.c369 if (!pgd_present(*pgd_k)) in do_page_fault()

123