Home
last modified time | relevance | path

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

12

/arch/sh/mm/
Dfault_64.c140 if (pgd_none(*dir) || !pgd_present(*dir)) in handle_tlbmiss()
142 if (!pgd_present(*dir)) in handle_tlbmiss()
/arch/m68k/include/asm/
Dpgtable_no.h18 #define pgd_present(pgd) (1) macro
/arch/alpha/mm/
Dfault.c226 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
/arch/h8300/include/asm/
Dpgtable.h11 #define pgd_present(pgd) (1) /* pages are always present on NO_MM */ macro
/arch/arm/include/asm/
Dpgtable-nommu.h23 #define pgd_present(pgd) (1) macro
/arch/c6x/include/asm/
Dpgtable.h26 #define pgd_present(pgd) (1) macro
/arch/powerpc/include/asm/
Dpgtable-ppc64-4k.h57 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
/arch/mips/mm/
Dhugetlbpage.c47 if (pgd_present(*pgd)) { in huge_pte_offset()
Dfault.c292 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/m32r/include/asm/
Dpgtable-2level.h35 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/arch/blackfin/include/asm/
Dpgtable.h19 #define pgd_present(pgd) (1) macro
/arch/mn10300/mm/
Dfault.c78 if (!pgd_present(*pgd)) {
371 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/m68k/mm/
Dmotorola.c81 if (!pgd_present(kernel_pg_dir[i])) in kernel_ptr_table()
144 if (!pgd_present(*pgd_dir)) { in map_node()
Dinit_mm.c145 if (pgd_present(kernel_pg_dir[i])) in mem_init()
/arch/s390/mm/
Dhugetlbpage.c86 if (pgd_present(*pgdp)) { in huge_pte_offset()
/arch/x86/kernel/
Dmachine_kexec_64.c34 if (!pgd_present(*pgd)) { in init_one_level2_page()
156 if (!pgd_present(*pgd)) { in init_transition_pgtable()
/arch/sparc/include/asm/
Dpgtable_32.h173 BTFIXUPDEF_CALL_CONST(int, pgd_present, pgd_t)
178 #define pgd_present(pgd) BTFIXUP_CALL(pgd_present)(pgd) macro
/arch/score/mm/
Dfault.c215 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/x86/mm/
Dfault.c198 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
322 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd)) in dump_pagetable()
463 if (!pgd_present(*pgd)) in dump_pagetable()
933 if (!pgd_present(*pgd)) in spurious_fault()
/arch/um/kernel/
Dtlb.c270 if (!pgd_present(*pgd)) { in fix_range_common()
303 if (!pgd_present(*pgd)) { in flush_tlb_kernel_range_common()
388 if (!pgd_present(*pgd)) in flush_tlb_page()
/arch/ia64/mm/
Dhugetlbpage.c56 if (pgd_present(*pgd)) { in huge_pte_offset()
/arch/xtensa/mm/
Dfault.c187 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/sparc/mm/
Dfault_32.c411 if (!pgd_present(*pgd)) { in do_sparc_fault()
412 if (!pgd_present(*pgd_k)) in do_sparc_fault()
/arch/microblaze/include/asm/
Dpgtable.h25 #define pgd_present(pgd) (1) /* pages are always present on non MMU */ macro
335 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/arch/frv/mm/
Dfault.c304 if (!pgd_present(*pgd_k)) in do_page_fault()

12