Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable-64.h31 static inline int pud_present(pud_t pud) in pud_present() function
43 return !pud_present(pud); in pud_bad()
49 return pud_present(pud) && in pud_leaf()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dident_map.c37 if (pud_present(*pud)) in ident_pud_init()
46 if (pud_present(*pud)) { in ident_pud_init()
H A Dfault.c184 if (!pud_present(*pud_k)) in vmalloc_sync_one()
391 if (!pud_present(*pud) || pud_large(*pud)) in dump_pagetable()
1069 if (!pud_present(*pud)) in spurious_kernel_fault()
/OK3568_Linux_fs/kernel/arch/xtensa/mm/
H A Dfault.c217 if (!pud_present(*pud) || !pud_present(*pud_k)) in do_page_fault()
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dpgtable-3level.h43 #define pud_present(x) (pud_val(x)) macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpgtable-nopmd.h32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dhugetlbpage.c54 if (pud_present(*pud)) in huge_pte_offset()
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dhugetlbpage.c79 present = pud_present(__pud(rste)); in __rste_to_pte()
227 if (pud_present(*pudp)) { in huge_pte_offset()
/OK3568_Linux_fs/kernel/arch/sh/mm/
H A Dfault.c141 if (!pud_present(*pud_k)) in vmalloc_sync_one()
144 if (!pud_present(*pud)) in vmalloc_sync_one()
/OK3568_Linux_fs/kernel/arch/m68k/mm/
H A Dinit.c131 if (!pud_present(*pud)) in init_pointer_tables()
H A Dmotorola.c263 if (!pud_present(*pud)) in kernel_ptr_table()
329 if (!pud_present(*pud_dir)) { in map_node()
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dtlb.c296 if (!pud_present(*pud)) { in update_pud_range()
411 if (!pud_present(*pud)) { in flush_tlb_kernel_range_common()
493 if (!pud_present(*pud)) in flush_tlb_page()
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpgtable-3level.h58 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-2level.h184 #define pud_present(pud) (1) macro
/OK3568_Linux_fs/kernel/arch/arc/mm/
H A Dfault.c49 if (!pud_present(*pud_k)) in handle_kernel_vaddr_fault()
/OK3568_Linux_fs/kernel/arch/csky/mm/
H A Dfault.c99 if (!pud_present(*pud_k)) in do_page_fault()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Despfix_64.c166 if (!pud_present(pud)) { in init_espfix_ap()
/OK3568_Linux_fs/kernel/arch/openrisc/mm/
H A Dfault.c331 if (!pud_present(*pud_k)) in do_page_fault()
/OK3568_Linux_fs/kernel/arch/nios2/mm/
H A Dfault.c257 if (!pud_present(*pud_k)) in do_page_fault()
/OK3568_Linux_fs/kernel/arch/ia64/mm/
H A Dhugetlbpage.c64 if (pud_present(*pud)) { in huge_pte_offset()
/OK3568_Linux_fs/kernel/mm/
H A Dhmm.c402 if (!pud_present(pud)) in pud_to_hmm_pfn_flags()
437 if (!pud_present(pud)) { in hmm_vma_walk_pud()
/OK3568_Linux_fs/kernel/arch/riscv/mm/
H A Dfault.c123 if (!pud_present(*pud_k)) { in vmalloc_fault()
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dmmu.c211 if (!pud_present(pud[i])) in kvm_mips_flush_gpa_pud()
337 if (!pud_present(pud[i])) \
872 if (!pud_present(pud[i])) in kvm_mips_flush_gva_pud()
/OK3568_Linux_fs/kernel/arch/um/kernel/skas/
H A Duaccess.c35 if (!pud_present(*pud)) in virt_to_pte()
/OK3568_Linux_fs/kernel/arch/nds32/mm/
H A Dfault.c369 if (!pud_present(*pud_k)) in do_page_fault()

123