Home
last modified time | relevance | path

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

123

/arch/xtensa/mm/
Dfault.c222 if (!pmd_present(*pmd) || !pmd_present(*pmd_k)) in do_page_fault()
/arch/m68k/mm/
Dinit.c115 if (!pmd_present(*pmd)) in init_pointer_tables()
/arch/nds32/mm/
Dfault.c374 if (!pmd_present(*pmd_k)) in do_page_fault()
377 if (!pmd_present(*pmd)) in do_page_fault()
/arch/riscv/include/asm/
Dpgtable.h182 static inline int pmd_present(pmd_t pmd) in pmd_present() function
193 static inline int pmd_present(pmd_t pmd) in pmd_present() function
206 return !pmd_present(pmd) || (pmd_val(pmd) & _PAGE_LEAF); in pmd_bad()
212 return pmd_present(pmd) && (pmd_val(pmd) & _PAGE_LEAF); in pmd_leaf()
/arch/powerpc/mm/nohash/
Dbook3e_pgtable.c107 if (!pmd_present(*pmdp)) { in map_kernel_page()
/arch/x86/mm/
Dfault.c205 if (pmd_present(*pmd) != pmd_present(*pmd_k)) in vmalloc_sync_one()
208 if (!pmd_present(*pmd_k)) in vmalloc_sync_one()
321 if (!low_pfn(pmd_pfn(*pmd)) || !pmd_present(*pmd) || pmd_large(*pmd)) in dump_pagetable()
386 if (!pmd_present(*pmd) || pmd_large(*pmd)) in dump_pagetable()
1048 if (!pmd_present(*pmd)) in spurious_kernel_fault()
Dident_map.c14 if (pmd_present(*pmd)) in ident_pmd_init()
/arch/arm/include/asm/
Dpgtable-2level.h214 #define pmd_present(pmd) (pmd_val(pmd)) macro
/arch/sparc/mm/
Dfault_32.c301 if (pmd_present(*pmd) || !pmd_present(*pmd_k)) in do_sparc_fault()
/arch/sh/mm/
Dfault.c149 if (!pmd_present(*pmd_k)) in vmalloc_sync_one()
152 if (!pmd_present(*pmd)) in vmalloc_sync_one()
/arch/arc/mm/
Dfault.c62 if (!pmd_present(*pmd)) in handle_kernel_vaddr_fault()
/arch/powerpc/mm/book3s64/
Dpgtable.c128 VM_BUG_ON((pmd_present(*pmdp) && !pmd_trans_huge(*pmdp) && in pmdp_huge_get_and_clear_full()
129 !pmd_devmap(*pmdp)) || !pmd_present(*pmdp)); in pmdp_huge_get_and_clear_full()
/arch/ia64/mm/
Dhugetlbpage.c66 if (pmd_present(*pmd)) in huge_pte_offset()
/arch/x86/kernel/
Despfix_64.c178 if (!pmd_present(pmd)) { in init_espfix_ap()
/arch/nios2/mm/
Dfault.c261 if (!pmd_present(*pmd_k)) in do_page_fault()
/arch/openrisc/mm/
Dfault.c337 if (!pmd_present(*pmd_k)) in do_page_fault()
/arch/arc/include/asm/
Dpgtable-levels.h161 #define pmd_present(x) (pmd_val(x)) macro
/arch/um/kernel/
Dtlb.c262 if (!pmd_present(*pmd)) { in update_pmd_range()
415 if (!pmd_present(*pmd)) { in flush_tlb_kernel_range_common()
482 if (!pmd_present(*pmd)) in flush_tlb_page()
/arch/m68k/include/asm/
Dsun3_pgtable.h143 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
/arch/mips/include/asm/
Dpgtable-32.h144 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/arch/microblaze/mm/
Dpgtable.c208 if (pmd_present(*pmd)) { in get_pteptr()
/arch/riscv/mm/
Dpageattr.c236 if (!pmd_present(*pmd)) in kernel_page_present()
/arch/csky/mm/
Dfault.c157 if (!pmd_present(*pmd_k)) { in vmalloc_fault()
/arch/mips/mm/
Dfault.c315 if (!pmd_present(*pmd_k)) in __do_page_fault()
/arch/nios2/include/asm/
Dpgtable.h177 static inline int pmd_present(pmd_t pmd) in pmd_present() function

123