/linux-4.1.27/arch/alpha/mm/ |
D | fault.c | 253 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
|
/linux-4.1.27/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 | motorola_pgtable.h | 151 #define pgd_present(pgd) (pgd_val(pgd) & _PAGE_TABLE) macro
|
D | mcf_pgtable.h | 202 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-4.1.27/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.1.27/include/asm-generic/ |
D | pgtable-nopud.h | 27 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-4.1.27/arch/mips/mm/ |
D | hugetlbpage.c | 46 if (pgd_present(*pgd)) { in huge_pte_offset()
|
D | fault.c | 311 if (!pgd_present(*pgd_k)) in __do_page_fault()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | pgtable-nommu.h | 23 #define pgd_present(pgd) (1) macro
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | pgtable.h | 26 #define pgd_present(pgd) (1) macro
|
/linux-4.1.27/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.1.27/arch/mn10300/mm/ |
D | fault.c | 78 if (!pgd_present(*pgd)) { 393 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgtable-ppc64-4k.h | 57 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
|
/linux-4.1.27/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.1.27/arch/blackfin/include/asm/ |
D | pgtable.h | 19 #define pgd_present(pgd) (1) macro
|
/linux-4.1.27/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.1.27/arch/um/kernel/ |
D | tlb.c | 275 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()
|
/linux-4.1.27/arch/x86/mm/ |
D | fault.c | 202 if (!pgd_present(*pgd_k)) in vmalloc_sync_one() 330 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd)) in dump_pagetable() 476 if (!pgd_present(*pgd)) in dump_pagetable() 970 if (!pgd_present(*pgd)) in spurious_fault()
|
D | dump_pagetables.c | 367 if (pgd_large(*start) || !pgd_present(*start)) in ptdump_walk_pgd_level()
|
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.1.27/arch/ia64/mm/ |
D | hugetlbpage.c | 56 if (pgd_present(*pgd)) { in huge_pte_offset()
|
/linux-4.1.27/arch/score/mm/ |
D | fault.c | 216 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/linux-4.1.27/arch/nios2/mm/ |
D | fault.c | 255 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/linux-4.1.27/arch/arc/mm/ |
D | fault.c | 34 if (!pgd_present(*pgd_k)) in handle_vmalloc_fault()
|
/linux-4.1.27/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.1.27/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.1.27/arch/parisc/include/asm/ |
D | pgtable.h | 326 #define pgd_present(x) (pgd_flag(x) & PxD_FLAG_PRESENT) macro 344 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-4.1.27/arch/s390/mm/ |
D | hugetlbpage.c | 188 if (pgd_present(*pgdp)) { in huge_pte_offset()
|
/linux-4.1.27/arch/xtensa/mm/ |
D | fault.c | 212 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/linux-4.1.27/arch/frv/mm/ |
D | fault.c | 308 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/linux-4.1.27/arch/sh/kernel/ |
D | io_trapped.c | 148 if (!pgd_present(*pgd_k)) in lookup_tiop()
|
/linux-4.1.27/arch/um/kernel/skas/ |
D | uaccess.c | 27 if (!pgd_present(*pgd)) in virt_to_pte()
|
/linux-4.1.27/arch/score/include/asm/ |
D | pgtable.h | 112 #define pgd_present(pgd) (1) macro
|
/linux-4.1.27/arch/m68k/kernel/ |
D | sys_m68k.c | 475 if (!pgd_present(*pgd)) in sys_atomic_cmpxchg_32()
|
/linux-4.1.27/arch/sh/mm/ |
D | fault.c | 136 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
|
/linux-4.1.27/arch/m32r/mm/ |
D | fault.c | 316 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/linux-4.1.27/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 | 816 #define pgd_present(pgd) (pgd_val(pgd) != 0U) macro
|
/linux-4.1.27/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.1.27/arch/x86/kernel/ |
D | machine_kexec_64.c | 53 if (!pgd_present(*pgd)) { in init_transition_pgtable()
|
/linux-4.1.27/arch/arm/mm/ |
D | fault.c | 443 if (!pgd_present(*pgd)) in do_translation_fault()
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pgtable.h | 287 #define pgd_present(pgd) (pgd_val(pgd) != 0UL) macro
|
/linux-4.1.27/arch/tile/mm/ |
D | fault.c | 115 if (!pgd_present(*pgd_k)) in vmalloc_sync_one()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | pgtable.h | 422 #define pgd_present(pgd) (pgd_val(pgd)) macro
|
/linux-4.1.27/arch/arm/kernel/ |
D | traps.c | 653 if (!pgd_present(*pgd)) in arm_syscall()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable.h | 600 static inline int pgd_present(pgd_t pgd) in pgd_present() function
|
/linux-4.1.27/mm/ |
D | rmap.c | 619 if (!pgd_present(*pgd)) in mm_find_pmd()
|
D | huge_memory.c | 1570 if (!pgd_present(*pgd)) in page_check_address_pmd() 2949 if (!pgd_present(*pgd)) in split_huge_page_address()
|
D | memory.c | 3448 if (pgd_present(*pgd)) /* Another has populated it */ in __pud_alloc() 3478 if (!pgd_present(*pud)) { in __pmd_alloc()
|
D | hugetlb.c | 3840 if (pgd_present(*pgd)) { in huge_pte_offset()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | pgtable.h | 421 static inline int pgd_present(pgd_t pgd) in pgd_present() function
|
/linux-4.1.27/arch/arm/kvm/ |
D | mmu.c | 1142 if (pgd_present(*pgd)) in stage2_wp_range()
|