Home
last modified time | relevance | path

Searched refs:pud_present (Results 1 – 51 of 51) sorted by relevance

/linux-4.4.14/arch/sh/include/asm/
Dpgtable-3level.h46 #define pud_present(x) (pud_val(x)) macro
/linux-4.4.14/arch/mips/mm/
Dhugetlbpage.c48 if (pud_present(*pud)) in huge_pte_offset()
Dfault.c318 if (!pud_present(*pud_k)) in __do_page_fault()
/linux-4.4.14/include/asm-generic/
D4level-fixup.h22 #define pud_present(pud) 1 macro
Dpgtable-nopmd.h31 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
/linux-4.4.14/arch/sh/mm/
Dtlbex_64.c62 if (pud_none(*pud) || !pud_present(*pud)) in handle_tlbmiss()
Dfault.c142 if (!pud_present(*pud_k)) in vmalloc_sync_one()
145 if (!pud_present(*pud)) in vmalloc_sync_one()
/linux-4.4.14/arch/arm/include/asm/
Dpgtable-2level.h185 #define pud_present(pud) (1) macro
Dpgtable-3level.h144 #define pud_present(pud) (pud_val(pud)) macro
/linux-4.4.14/arch/um/include/asm/
Dpgtable-3level.h58 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
/linux-4.4.14/arch/tile/include/asm/
Dpgtable_64.h78 static inline int pud_present(pud_t pud) in pud_present() function
/linux-4.4.14/arch/um/kernel/
Dtlb.c262 if (!pud_present(*pud)) { in update_pud_range()
338 if (!pud_present(*pud)) { in flush_tlb_kernel_range_common()
410 if (!pud_present(*pud)) in flush_tlb_page()
/linux-4.4.14/arch/s390/mm/
Dhugetlbpage.c138 if (pud_present(*pudp)) in huge_pte_offset()
/linux-4.4.14/arch/arc/mm/
Dfault.c46 if (!pud_present(*pud_k)) in handle_kernel_vaddr_fault()
/linux-4.4.14/arch/ia64/mm/
Dhugetlbpage.c58 if (pud_present(*pud)) { in huge_pte_offset()
/linux-4.4.14/arch/score/mm/
Dfault.c223 if (!pud_present(*pud_k)) in do_page_fault()
/linux-4.4.14/arch/nios2/mm/
Dfault.c261 if (!pud_present(*pud_k)) in do_page_fault()
/linux-4.4.14/arch/x86/kernel/
Despfix_64.c172 if (!pud_present(pud)) { in init_espfix_ap()
Dmachine_kexec_64.c63 if (!pud_present(*pud)) { in init_transition_pgtable()
/linux-4.4.14/arch/tile/mm/
Dpgtable.c114 BUG_ON(!pud_present(*pud)); in shatter_huge_page()
351 if (!pud_present(*pud)) in virt_to_pte()
Dfault.c120 if (!pud_present(*pud_k)) in vmalloc_sync_one()
225 if (!pud || !pud_present(*pud)) in handle_migrating_pte()
Dhugetlbpage.c121 if (!pud_present(*pud)) in huge_pte_offset()
/linux-4.4.14/arch/openrisc/mm/
Dfault.c339 if (!pud_present(*pud_k)) in do_page_fault()
/linux-4.4.14/arch/metag/mm/
Dfault.c87 if (!pud_present(*pud_k)) in do_page_fault()
Dinit.c53 BUG_ON(!pud_present(*pud)); in insert_gateway_page()
/linux-4.4.14/arch/cris/mm/
Dfault.c346 if (!pud_present(*pud_k)) in do_page_fault()
/linux-4.4.14/arch/frv/mm/
Dfault.c313 if (!pud_present(*pud_k)) in do_page_fault()
/linux-4.4.14/arch/mips/include/asm/
Dpgtable-64.h214 static inline int pud_present(pud_t pud) in pud_present() function
/linux-4.4.14/arch/x86/mm/
Dfault.c214 if (!pud_present(*pud_k)) in vmalloc_sync_one()
488 if (!pud_present(*pud) || pud_large(*pud)) in dump_pagetable()
978 if (!pud_present(*pud)) in spurious_fault()
Ddump_pagetables.c341 if (pud_large(*start) || !pud_present(*start)) { in walk_pud_level()
Dinit_64.c83 if (pud_present(*pud)) { in ident_pud_init()
931 if (!pud_present(*pud)) in remove_pud_table()
Dpageattr.c343 if (pud_large(*pud) || !pud_present(*pud)) in lookup_address_in_pgd()
397 if (pud_none(*pud) || pud_large(*pud) || !pud_present(*pud)) in lookup_pmd_address()
/linux-4.4.14/arch/um/kernel/skas/
Duaccess.c31 if (!pud_present(*pud)) in virt_to_pte()
/linux-4.4.14/arch/mn10300/mm/
Dfault.c397 if (!pud_present(*pud_k)) in do_page_fault()
/linux-4.4.14/arch/sh/kernel/
Dio_trapped.c152 if (!pud_present(*pud_k)) in lookup_tiop()
/linux-4.4.14/arch/powerpc/mm/
Dpgtable_32.c378 if (pud && pud_present(*pud)) { in get_pteptr()
/linux-4.4.14/arch/arm/mm/
Dfault.c451 if (!pud_present(*pud)) in do_translation_fault()
/linux-4.4.14/arch/frv/include/asm/
Dpgtable.h235 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
/linux-4.4.14/arch/powerpc/include/asm/
Dpgtable-ppc64.h164 #define pud_present(pud) (pud_val(pud) != 0) macro
/linux-4.4.14/arch/ia64/include/asm/
Dpgtable.h279 #define pud_present(pud) (pud_val(pud) != 0UL) macro
/linux-4.4.14/arch/x86/include/asm/
Dpgtable.h586 static inline int pud_present(pud_t pud) in pud_present() function
/linux-4.4.14/arch/arm64/include/asm/
Dpgtable.h447 #define pud_present(pud) (pud_val(pud)) macro
/linux-4.4.14/arch/sparc/include/asm/
Dpgtable_64.h828 #define pud_present(pud) (pud_val(pud) != 0U) macro
/linux-4.4.14/fs/
Duserfaultfd.c209 if (!pud_present(*pud)) in userfaultfd_must_wait()
/linux-4.4.14/mm/
Drmap.c729 if (!pud_present(*pud)) in mm_find_pmd()
Dhuge_memory.c1642 if (!pud_present(*pud)) in page_check_address_pmd()
3032 if (!pud_present(*pud)) in split_huge_page_address()
Dhugetlb.c4314 if (pud_present(*pud)) { in huge_pte_offset()
Dmemory.c3548 if (!pud_present(*pud)) { in __pmd_alloc()
/linux-4.4.14/arch/tile/kernel/
Dsetup.c1560 BUG_ON(!pud_present(*pud)); in pcpu_fc_populate_pte()
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h460 static inline int pud_present(pud_t pud) in pud_present() function
/linux-4.4.14/arch/x86/xen/
Dmmu.c2060 if (!pud_present(pud)) in xen_early_virt_to_phys()