Home
last modified time | relevance | path

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

/arch/sh/mm/
Dfault_32.c74 if (!pud_present(*pud)) { in do_page_fault()
75 if (!pud_present(*pud_k)) in do_page_fault()
Dfault_64.c156 if (pud_none(*pud) || !pud_present(*pud)) in handle_tlbmiss()
Dioremap_64.c285 if (pud_none(*pudp) || !pud_present(*pudp)) { in shmedia_mapioaddr()
/arch/um/include/asm/
Dpgtable-3level.h58 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
/arch/s390/mm/
Dhugetlbpage.c98 if (pud_present(*pudp)) in huge_pte_offset()
/arch/x86/mm/
Dfault.c249 if (!pud_present(*pud) || pud_large(*pud)) in dump_pagetable()
290 if (!pud_present(*pud_k)) in vmalloc_sync_one()
468 if (!pud_present(*pud)) in spurious_fault()
Ddump_pagetables.c258 if (pud_large(*start) || !pud_present(*start)) in walk_pud_level()
Dhugetlbpage.c160 if (pud_present(*pud)) { in huge_pte_offset()
Dpageattr.c302 if (pud_large(*pud) || !pud_present(*pud)) in lookup_address()
/arch/um/kernel/
Dtlb.c247 if (!pud_present(*pud)) { in update_pud_range()
320 if (!pud_present(*pud)) { in flush_tlb_kernel_range_common()
392 if (!pud_present(*pud)) in flush_tlb_page()
/arch/x86/include/asm/
Dpgtable-3level.h31 static inline int pud_present(pud_t pud) in pud_present() function
Dpgtable_64.h202 #define pud_present(pud) (pud_val((pud)) & _PAGE_PRESENT) macro
/arch/ia64/mm/
Dhugetlbpage.c59 if (pud_present(*pud)) { in huge_pte_offset()
/arch/mips/mm/
Dfault.c229 if (!pud_present(*pud_k)) in do_page_fault()
/arch/cris/mm/
Dfault.c307 if (!pud_present(*pud_k)) in do_page_fault()
/arch/frv/mm/
Dfault.c310 if (!pud_present(*pud_k)) in do_page_fault()
/arch/mips/include/asm/
Dpgtable-64.h160 static inline int pud_present(pud_t pud) in pud_present() function
/arch/um/kernel/skas/
Duaccess.c30 if (!pud_present(*pud)) in virt_to_pte()
/arch/sh/kernel/
Dio_trapped.c135 if (!pud_present(*pud_k)) in lookup_tiop()
/arch/mn10300/mm/
Dfault.c388 if (!pud_present(*pud_k)) in do_page_fault()
/arch/powerpc/mm/
Dpgtable_32.c319 if (pud && pud_present(*pud)) { in get_pteptr()
/arch/s390/include/asm/
Dpgtable.h445 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
478 static inline int pud_present(pud_t pud) in pud_present() function
/arch/powerpc/include/asm/
Dpgtable-ppc64.h207 #define pud_present(pud) (pud_val(pud) != 0) macro
/arch/ia64/include/asm/
Dpgtable.h283 #define pud_present(pud) (pud_val(pud) != 0UL) macro
/arch/sparc/include/asm/
Dpgtable_64.h631 #define pud_present(pud) (pud_val(pud) != 0U) macro