Home
last modified time | relevance | path

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

/linux-4.4.14/arch/alpha/mm/
Dfault.c252 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
/linux-4.4.14/arch/m68k/include/asm/
Dpgtable_no.h18 #define pgd_present(pgd) (1) macro
Dsun3_pgtable.h149 static inline int pgd_present (pgd_t pgd) { return 1; } in pgd_present() function
Dmcf_pgtable.h202 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
Dmotorola_pgtable.h151 #define pgd_present(pgd) (pgd_val(pgd) & _PAGE_TABLE) macro
/linux-4.4.14/arch/metag/mm/
Dfault.c78 if (!pgd_present(*pgd)) { in do_page_fault()
79 if (!pgd_present(*pgd_k)) in do_page_fault()
Dinit.c50 BUG_ON(!pgd_present(*pgd)); in insert_gateway_page()
/linux-4.4.14/arch/mips/mm/
Dhugetlbpage.c46 if (pgd_present(*pgd)) { in huge_pte_offset()
Dfault.c312 if (!pgd_present(*pgd_k)) in __do_page_fault()
/linux-4.4.14/include/asm-generic/
Dpgtable-nopud.h27 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux-4.4.14/arch/arm/include/asm/
Dpgtable-nommu.h23 #define pgd_present(pgd) (1) macro
/linux-4.4.14/arch/c6x/include/asm/
Dpgtable.h26 #define pgd_present(pgd) (1) macro
/linux-4.4.14/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.c156 if (pgd_present(kernel_pg_dir[i])) in init_pointer_tables()
/linux-4.4.14/arch/mn10300/mm/
Dfault.c78 if (!pgd_present(*pgd)) {
393 if (!pgd_present(*pgd_k)) in do_page_fault()
/linux-4.4.14/arch/powerpc/include/asm/
Dpgtable-ppc64-4k.h57 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
/linux-4.4.14/arch/m32r/include/asm/
Dpgtable-2level.h36 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux-4.4.14/arch/blackfin/include/asm/
Dpgtable.h19 #define pgd_present(pgd) (1) macro
/linux-4.4.14/arch/sparc/mm/
Dfault_32.c365 if (!pgd_present(*pgd)) { in do_sparc_fault()
366 if (!pgd_present(*pgd_k)) in do_sparc_fault()
/linux-4.4.14/arch/um/kernel/
Dtlb.c285 if (!pgd_present(*pgd)) { in fix_range_common()
321 if (!pgd_present(*pgd)) { in flush_tlb_kernel_range_common()
406 if (!pgd_present(*pgd)) in flush_tlb_page()
/linux-4.4.14/arch/x86/mm/
Dfault.c204 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
334 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd)) in dump_pagetable()
480 if (!pgd_present(*pgd)) in dump_pagetable()
974 if (!pgd_present(*pgd)) in spurious_fault()
Ddump_pagetables.c400 if (pgd_large(*start) || !pgd_present(*start)) { in ptdump_walk_pgd_level_core()
Dinit_64.c113 if (pgd_present(*pgd)) { in kernel_ident_mapping_init()
987 if (!pgd_present(*pgd)) in remove_pagetable()
Dinit_32.c473 if (!pgd_present(*pgd)) in native_pagetable_init()
/linux-4.4.14/arch/s390/mm/
Dhugetlbpage.c136 if (pgd_present(*pgdp)) { in huge_pte_offset()
/linux-4.4.14/arch/arc/mm/
Dfault.c41 if (!pgd_present(*pgd_k)) in handle_kernel_vaddr_fault()
/linux-4.4.14/arch/ia64/mm/
Dhugetlbpage.c56 if (pgd_present(*pgd)) { in huge_pte_offset()
/linux-4.4.14/arch/score/mm/
Dfault.c217 if (!pgd_present(*pgd_k)) in do_page_fault()
/linux-4.4.14/arch/nios2/mm/
Dfault.c255 if (!pgd_present(*pgd_k)) in do_page_fault()
/linux-4.4.14/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
/linux-4.4.14/arch/frv/include/asm/
Dpgtable.h46 #define pgd_present(pgd) (1) /* pages are always present on NO_MM */ macro
198 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux-4.4.14/arch/parisc/include/asm/
Dpgtable.h331 #define pgd_present(x) (pgd_flag(x) & PxD_FLAG_PRESENT) macro
349 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux-4.4.14/arch/frv/mm/
Dfault.c308 if (!pgd_present(*pgd_k)) in do_page_fault()
/linux-4.4.14/arch/xtensa/mm/
Dfault.c219 if (!pgd_present(*pgd_k)) in do_page_fault()
/linux-4.4.14/arch/um/kernel/skas/
Duaccess.c27 if (!pgd_present(*pgd)) in virt_to_pte()
/linux-4.4.14/arch/sh/kernel/
Dio_trapped.c148 if (!pgd_present(*pgd_k)) in lookup_tiop()
/linux-4.4.14/arch/score/include/asm/
Dpgtable.h112 #define pgd_present(pgd) (1) macro
/linux-4.4.14/arch/m68k/kernel/
Dsys_m68k.c475 if (!pgd_present(*pgd)) in sys_atomic_cmpxchg_32()
/linux-4.4.14/arch/sparc/include/asm/
Dpgtable_32.h196 static inline int pgd_present(pgd_t pgd) in pgd_present() function
Dpgtable_64.h832 #define pgd_present(pgd) (pgd_val(pgd) != 0U) macro
/linux-4.4.14/arch/m32r/mm/
Dfault.c316 if (!pgd_present(*pgd_k)) in do_page_fault()
/linux-4.4.14/arch/alpha/include/asm/
Dpgtable.h260 extern inline int pgd_present(pgd_t pgd) { return pgd_val(pgd) & _PAGE_VALID; } in pgd_present() function
/linux-4.4.14/arch/sh/mm/
Dfault.c137 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
/linux-4.4.14/arch/x86/kernel/
Dmachine_kexec_64.c55 if (!pgd_present(*pgd)) { in init_transition_pgtable()
/linux-4.4.14/arch/arm/mm/
Dfault.c443 if (!pgd_present(*pgd)) in do_translation_fault()
/linux-4.4.14/arch/tile/mm/
Dfault.c115 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
/linux-4.4.14/arch/ia64/include/asm/
Dpgtable.h287 #define pgd_present(pgd) (pgd_val(pgd) != 0UL) macro
/linux-4.4.14/arch/x86/include/asm/
Dpgtable.h627 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/linux-4.4.14/arch/arm64/include/asm/
Dpgtable.h484 #define pgd_present(pgd) (pgd_val(pgd)) macro
/linux-4.4.14/fs/
Duserfaultfd.c206 if (!pgd_present(*pgd)) in userfaultfd_must_wait()
/linux-4.4.14/mm/
Drmap.c725 if (!pgd_present(*pgd)) in mm_find_pmd()
Dhuge_memory.c1639 if (!pgd_present(*pgd)) in page_check_address_pmd()
3028 if (!pgd_present(*pgd)) in split_huge_page_address()
Dmemory.c3524 if (pgd_present(*pgd)) /* Another has populated it */ in __pud_alloc()
3554 if (!pgd_present(*pud)) { in __pmd_alloc()
Dhugetlb.c4312 if (pgd_present(*pgd)) { in huge_pte_offset()
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h433 static inline int pgd_present(pgd_t pgd) in pgd_present() function
/linux-4.4.14/arch/arm/kvm/
Dmmu.c1142 if (pgd_present(*pgd)) in stage2_wp_range()
/linux-4.4.14/arch/x86/xen/
Dmmu.c2054 if (!pgd_present(pgd)) in xen_early_virt_to_phys()