Home
last modified time | relevance | path

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

12

/arch/m68k/include/asm/
Dpgtable_no.h18 #define pgd_present(pgd) (1) macro
/arch/mips/mm/
Dhugetlbpage.c46 if (pgd_present(*pgd)) { in huge_pte_offset()
/arch/alpha/mm/
Dfault.c253 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
/arch/c6x/include/asm/
Dpgtable.h26 #define pgd_present(pgd) (1) macro
/arch/arm/include/asm/
Dpgtable-nommu.h23 #define pgd_present(pgd) (1) macro
/arch/metag/mm/
Dfault.c78 if (!pgd_present(*pgd)) { in do_page_fault()
79 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/powerpc/include/asm/
Dpgtable-ppc64-4k.h57 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
/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.c157 if (pgd_present(kernel_pg_dir[i])) in init_pointer_tables()
/arch/m32r/include/asm/
Dpgtable-2level.h35 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/arch/mn10300/mm/
Dfault.c78 if (!pgd_present(*pgd)) {
393 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/blackfin/include/asm/
Dpgtable.h19 #define pgd_present(pgd) (1) macro
/arch/sparc/mm/
Dfault_32.c365 if (!pgd_present(*pgd)) { in do_sparc_fault()
366 if (!pgd_present(*pgd_k)) in do_sparc_fault()
/arch/x86/mm/
Dfault.c202 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
327 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd)) in dump_pagetable()
469 if (!pgd_present(*pgd)) in dump_pagetable()
963 if (!pgd_present(*pgd)) in spurious_fault()
/arch/ia64/mm/
Dhugetlbpage.c56 if (pgd_present(*pgd)) { in huge_pte_offset()
/arch/arc/mm/
Dfault.c33 if (!pgd_present(*pgd_k)) in handle_vmalloc_fault()
/arch/score/mm/
Dfault.c216 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/um/kernel/
Dtlb.c275 if (!pgd_present(*pgd)) { in fix_range_common()
311 if (!pgd_present(*pgd)) { in flush_tlb_kernel_range_common()
396 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
326 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/arch/xtensa/mm/
Dfault.c212 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/s390/mm/
Dhugetlbpage.c182 if (pgd_present(*pgdp)) { in huge_pte_offset()
/arch/parisc/include/asm/
Dpgtable.h318 #define pgd_present(x) (pgd_flag(x) & PxD_FLAG_PRESENT) macro
336 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/arch/frv/include/asm/
Dpgtable.h46 #define pgd_present(pgd) (1) /* pages are always present on NO_MM */ macro
200 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/arch/frv/mm/
Dfault.c308 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/sh/kernel/
Dio_trapped.c148 if (!pgd_present(*pgd_k)) in lookup_tiop()

12