Home
last modified time | relevance | path

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

12

/arch/sh/include/asm/
Dpgtable-3level.h46 #define pud_present(x) (pud_val(x)) macro
/arch/mips/mm/
Dhugetlbpage.c49 if (pud_present(*pud)) in huge_pte_offset()
Dfault.c305 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.c141 if (!pud_present(*pud_k)) in vmalloc_sync_one()
144 if (!pud_present(*pud)) in vmalloc_sync_one()
/arch/arm/include/asm/
Dpgtable-2level.h154 #define pud_present(pud) (1) macro
Dpgtable-3level.h125 #define pud_present(pud) (pud_val(pud)) macro
/arch/tile/include/asm/
Dpgtable_64.h71 static inline int pud_present(pud_t pud) in pud_present() function
/arch/um/include/asm/
Dpgtable-3level.h58 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
/arch/s390/mm/
Dhugetlbpage.c90 if (pud_present(*pudp)) in huge_pte_offset()
/arch/arc/mm/
Dfault.c37 if (!pud_present(*pud_k)) in handle_vmalloc_fault()
/arch/x86/kernel/
Despfix_64.c175 if (!pud_present(pud)) { in init_espfix_ap()
Dmachine_kexec_64.c51 if (!pud_present(*pud)) { in init_transition_pgtable()
/arch/score/mm/
Dfault.c221 if (!pud_present(*pud_k)) in do_page_fault()
/arch/um/kernel/
Dtlb.c248 if (!pud_present(*pud)) { in update_pud_range()
321 if (!pud_present(*pud)) { in flush_tlb_kernel_range_common()
393 if (!pud_present(*pud)) in flush_tlb_page()
/arch/ia64/mm/
Dhugetlbpage.c58 if (pud_present(*pud)) { in huge_pte_offset()
/arch/openrisc/mm/
Dfault.c336 if (!pud_present(*pud_k)) in do_page_fault()
/arch/metag/mm/
Dfault.c88 if (!pud_present(*pud_k)) in do_page_fault()
/arch/cris/mm/
Dfault.c340 if (!pud_present(*pud_k)) in do_page_fault()
/arch/frv/mm/
Dfault.c309 if (!pud_present(*pud_k)) in do_page_fault()
/arch/tile/mm/
Dpgtable.c165 BUG_ON(!pud_present(*pud)); in shatter_huge_page()
388 if (!pud_present(*pud)) in virt_to_pte()
Dfault.c118 if (!pud_present(*pud_k)) in vmalloc_sync_one()
227 if (!pud || !pud_present(*pud)) in handle_migrating_pte()
/arch/x86/mm/
Dfault.c209 if (!pud_present(*pud_k)) in vmalloc_sync_one()
472 if (!pud_present(*pud) || pud_large(*pud)) in dump_pagetable()
931 if (!pud_present(*pud)) in spurious_fault()
/arch/mips/include/asm/
Dpgtable-64.h222 static inline int pud_present(pud_t pud) in pud_present() function
/arch/sh/kernel/
Dio_trapped.c152 if (!pud_present(*pud_k)) in lookup_tiop()

12