Home
last modified time | relevance | path

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

12

/arch/riscv/include/asm/
Dpgtable-64.h31 static inline int pud_present(pud_t pud) in pud_present() function
43 return !pud_present(pud); in pud_bad()
/arch/riscv/mm/
Dhugetlbpage.c7 return pud_present(pud) && in pud_huge()
Dfault.c249 if (!pud_present(*pud_k)) in do_page_fault()
/arch/x86/mm/
Dident_map.c37 if (pud_present(*pud)) in ident_pud_init()
46 if (pud_present(*pud)) { in ident_pud_init()
/arch/sh/include/asm/
Dpgtable-3level.h51 #define pud_present(x) (pud_val(x)) macro
/arch/mips/mm/
Dhugetlbpage.c49 if (pud_present(*pud)) in huge_pte_offset()
Dfault.c310 if (!pud_present(*pud_k)) in __do_page_fault()
/arch/sh/mm/
Dtlbex_64.c62 if (pud_none(*pud) || !pud_present(*pud)) in handle_tlbmiss()
Dfault.c121 if (!pud_present(*pud_k)) in vmalloc_sync_one()
124 if (!pud_present(*pud)) in vmalloc_sync_one()
/arch/arm/include/asm/
Dstage2_pgtable.h28 #define stage2_pud_present(kvm, pud) pud_present(pud)
Dpgtable-2level.h184 #define pud_present(pud) (1) macro
/arch/um/include/asm/
Dpgtable-3level.h59 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
/arch/arc/mm/
Dfault.c44 if (!pud_present(*pud_k)) in handle_kernel_vaddr_fault()
/arch/csky/mm/
Dfault.c95 if (!pud_present(*pud_k)) in do_page_fault()
/arch/s390/mm/
Dhugetlbpage.c79 present = pud_present(__pud(rste)); in __rste_to_pte()
227 if (pud_present(*pudp)) { in huge_pte_offset()
/arch/ia64/mm/
Dhugetlbpage.c59 if (pud_present(*pud)) { in huge_pte_offset()
/arch/x86/kernel/
Despfix_64.c166 if (!pud_present(pud)) { in init_espfix_ap()
/arch/openrisc/mm/
Dfault.c327 if (!pud_present(*pud_k)) in do_page_fault()
/arch/nios2/mm/
Dfault.c261 if (!pud_present(*pud_k)) in do_page_fault()
/arch/um/kernel/
Dtlb.c297 if (!pud_present(*pud)) { in update_pud_range()
374 if (!pud_present(*pud)) { in flush_tlb_kernel_range_common()
451 if (!pud_present(*pud)) in flush_tlb_page()
/arch/arm64/include/asm/
Dstage2_pgtable.h161 return pud_present(pud); in stage2_pud_present()
/arch/powerpc/mm/
Dpgtable_32.c144 if (pud && pud_present(*pud)) { in get_pteptr()
/arch/um/kernel/skas/
Duaccess.c31 if (!pud_present(*pud)) in virt_to_pte()
/arch/nds32/mm/
Dfault.c374 if (!pud_present(*pud_k)) in do_page_fault()
/arch/sh/kernel/
Dio_trapped.c149 if (!pud_present(*pud_k)) in lookup_tiop()

12