Home
last modified time | relevance | path

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

12

/arch/sh/mm/
Dfault_64.c150 if (pgd_none(*dir) || !pgd_present(*dir)) in handle_tlbmiss()
152 if (!pgd_present(*dir)) in handle_tlbmiss()
Dfault_32.c64 if (!pgd_present(*pgd)) { in do_page_fault()
65 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/m68k/include/asm/
Dpgtable_no.h18 #define pgd_present(pgd) (1) macro
Dsun3_pgtable.h151 static inline int pgd_present (pgd_t pgd) { return 1; } in pgd_present() function
/arch/alpha/mm/
Dfault.c234 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/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.c119 if (pgd_present(kernel_pg_dir[i])) in mem_init()
/arch/mn10300/mm/
Dfault.c83 if (!pgd_present(*pgd)) {
384 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/blackfin/include/asm/
Dpgtable.h13 #define pgd_present(pgd) (1) macro
/arch/sparc/include/asm/
Dpgtable_32.h172 BTFIXUPDEF_CALL_CONST(int, pgd_present, pgd_t)
177 #define pgd_present(pgd) BTFIXUP_CALL(pgd_present)(pgd) macro
/arch/powerpc/include/asm/
Dpgtable-4k.h103 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
/arch/s390/mm/
Dhugetlbpage.c96 if (pgd_present(*pgdp)) { in huge_pte_offset()
/arch/x86/mm/
Dfault.c244 if (!pgd_present(*pgd)) goto ret; in dump_pagetable()
279 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
464 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.c57 if (pgd_present(*pgd)) { in huge_pte_offset()
/arch/mips/mm/
Dfault.c223 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/sparc/mm/
Dfault_32.c351 if (!pgd_present(*pgd)) { in do_sparc_fault()
352 if (!pgd_present(*pgd_k)) in do_sparc_fault()
/arch/xtensa/mm/
Dfault.c194 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/parisc/include/asm/
Dpgtable.h296 #define pgd_present(x) (pgd_flag(x) & PxD_FLAG_PRESENT) macro
314 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/arch/frv/mm/
Dfault.c305 if (!pgd_present(*pgd_k)) in do_page_fault()
/arch/um/kernel/skas/
Duaccess.c26 if (!pgd_present(*pgd)) in virt_to_pte()
/arch/sh/kernel/
Dio_trapped.c131 if (!pgd_present(*pgd_k)) in lookup_tiop()
/arch/x86/include/asm/
Dpgtable_64.h190 #define pgd_present(pgd) (pgd_val(pgd) & _PAGE_PRESENT) macro

12