/linux-4.4.14/arch/alpha/mm/ |
D | fault.c | 252 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | pgtable_no.h | 18 #define pgd_present(pgd) (1) macro
|
D | sun3_pgtable.h | 149 static inline int pgd_present (pgd_t pgd) { return 1; } in pgd_present() function
|
D | mcf_pgtable.h | 202 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
D | motorola_pgtable.h | 151 #define pgd_present(pgd) (pgd_val(pgd) & _PAGE_TABLE) macro
|
/linux-4.4.14/arch/metag/mm/ |
D | fault.c | 78 if (!pgd_present(*pgd)) { in do_page_fault() 79 if (!pgd_present(*pgd_k)) in do_page_fault()
|
D | init.c | 50 BUG_ON(!pgd_present(*pgd)); in insert_gateway_page()
|
/linux-4.4.14/arch/mips/mm/ |
D | hugetlbpage.c | 46 if (pgd_present(*pgd)) { in huge_pte_offset()
|
D | fault.c | 312 if (!pgd_present(*pgd_k)) in __do_page_fault()
|
/linux-4.4.14/include/asm-generic/ |
D | pgtable-nopud.h | 27 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable-nommu.h | 23 #define pgd_present(pgd) (1) macro
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | pgtable.h | 26 #define pgd_present(pgd) (1) macro
|
/linux-4.4.14/arch/m68k/mm/ |
D | motorola.c | 81 if (!pgd_present(kernel_pg_dir[i])) in kernel_ptr_table() 144 if (!pgd_present(*pgd_dir)) { in map_node()
|
D | init.c | 156 if (pgd_present(kernel_pg_dir[i])) in init_pointer_tables()
|
/linux-4.4.14/arch/mn10300/mm/ |
D | fault.c | 78 if (!pgd_present(*pgd)) { 393 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable-ppc64-4k.h | 57 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable-2level.h | 36 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | pgtable.h | 19 #define pgd_present(pgd) (1) macro
|
/linux-4.4.14/arch/sparc/mm/ |
D | fault_32.c | 365 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/ |
D | tlb.c | 285 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/ |
D | fault.c | 204 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()
|
D | dump_pagetables.c | 400 if (pgd_large(*start) || !pgd_present(*start)) { in ptdump_walk_pgd_level_core()
|
D | init_64.c | 113 if (pgd_present(*pgd)) { in kernel_ident_mapping_init() 987 if (!pgd_present(*pgd)) in remove_pagetable()
|
D | init_32.c | 473 if (!pgd_present(*pgd)) in native_pagetable_init()
|
/linux-4.4.14/arch/s390/mm/ |
D | hugetlbpage.c | 136 if (pgd_present(*pgdp)) { in huge_pte_offset()
|
/linux-4.4.14/arch/arc/mm/ |
D | fault.c | 41 if (!pgd_present(*pgd_k)) in handle_kernel_vaddr_fault()
|
/linux-4.4.14/arch/ia64/mm/ |
D | hugetlbpage.c | 56 if (pgd_present(*pgd)) { in huge_pte_offset()
|
/linux-4.4.14/arch/score/mm/ |
D | fault.c | 217 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/linux-4.4.14/arch/nios2/mm/ |
D | fault.c | 255 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 22 #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/ |
D | pgtable.h | 46 #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/ |
D | pgtable.h | 331 #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/ |
D | fault.c | 308 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/linux-4.4.14/arch/xtensa/mm/ |
D | fault.c | 219 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/linux-4.4.14/arch/um/kernel/skas/ |
D | uaccess.c | 27 if (!pgd_present(*pgd)) in virt_to_pte()
|
/linux-4.4.14/arch/sh/kernel/ |
D | io_trapped.c | 148 if (!pgd_present(*pgd_k)) in lookup_tiop()
|
/linux-4.4.14/arch/score/include/asm/ |
D | pgtable.h | 112 #define pgd_present(pgd) (1) macro
|
/linux-4.4.14/arch/m68k/kernel/ |
D | sys_m68k.c | 475 if (!pgd_present(*pgd)) in sys_atomic_cmpxchg_32()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_32.h | 196 static inline int pgd_present(pgd_t pgd) in pgd_present() function
|
D | pgtable_64.h | 832 #define pgd_present(pgd) (pgd_val(pgd) != 0U) macro
|
/linux-4.4.14/arch/m32r/mm/ |
D | fault.c | 316 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | pgtable.h | 260 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/ |
D | fault.c | 137 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
|
/linux-4.4.14/arch/x86/kernel/ |
D | machine_kexec_64.c | 55 if (!pgd_present(*pgd)) { in init_transition_pgtable()
|
/linux-4.4.14/arch/arm/mm/ |
D | fault.c | 443 if (!pgd_present(*pgd)) in do_translation_fault()
|
/linux-4.4.14/arch/tile/mm/ |
D | fault.c | 115 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 287 #define pgd_present(pgd) (pgd_val(pgd) != 0UL) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable.h | 627 static inline int pgd_present(pgd_t pgd) in pgd_present() function
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 484 #define pgd_present(pgd) (pgd_val(pgd)) macro
|
/linux-4.4.14/fs/ |
D | userfaultfd.c | 206 if (!pgd_present(*pgd)) in userfaultfd_must_wait()
|
/linux-4.4.14/mm/ |
D | rmap.c | 725 if (!pgd_present(*pgd)) in mm_find_pmd()
|
D | huge_memory.c | 1639 if (!pgd_present(*pgd)) in page_check_address_pmd() 3028 if (!pgd_present(*pgd)) in split_huge_page_address()
|
D | memory.c | 3524 if (pgd_present(*pgd)) /* Another has populated it */ in __pud_alloc() 3554 if (!pgd_present(*pud)) { in __pmd_alloc()
|
D | hugetlb.c | 4312 if (pgd_present(*pgd)) { in huge_pte_offset()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 433 static inline int pgd_present(pgd_t pgd) in pgd_present() function
|
/linux-4.4.14/arch/arm/kvm/ |
D | mmu.c | 1142 if (pgd_present(*pgd)) in stage2_wp_range()
|
/linux-4.4.14/arch/x86/xen/ |
D | mmu.c | 2054 if (!pgd_present(pgd)) in xen_early_virt_to_phys()
|