Home
last modified time | relevance | path

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

1234

/linux/arch/x86/mm/
A 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()
A Dident_map.c14 if (pmd_present(*pmd)) in ident_pmd_init()
/linux/arch/xtensa/mm/
A Dfault.c222 if (!pmd_present(*pmd) || !pmd_present(*pmd_k)) in do_page_fault()
/linux/arch/riscv/include/asm/
A Dpgtable.h180 static inline int pmd_present(pmd_t pmd) in pmd_present() function
191 static inline int pmd_present(pmd_t pmd) in pmd_present() function
204 return !pmd_present(pmd) || (pmd_val(pmd) & _PAGE_LEAF); in pmd_bad()
210 return pmd_present(pmd) && (pmd_val(pmd) & _PAGE_LEAF); in pmd_leaf()
/linux/arch/nds32/mm/
A Dfault.c370 if (!pmd_present(*pmd_k)) in do_page_fault()
373 if (!pmd_present(*pmd)) in do_page_fault()
/linux/mm/
A Dpage_vma_mapped.c231 if (!pmd_present(pmde)) { in page_vma_mapped_walk()
246 } else if (!pmd_present(pmde)) { in page_vma_mapped_walk()
A Dpgtable-generic.c138 VM_BUG_ON(pmd_present(*pmdp) && !pmd_trans_huge(*pmdp) && in pmdp_huge_clear_flush()
/linux/arch/sparc/mm/
A Dfault_32.c300 if (pmd_present(*pmd) || !pmd_present(*pmd_k)) in do_sparc_fault()
/linux/arch/m68k/mm/
A Dinit.c115 if (!pmd_present(*pmd)) in init_pointer_tables()
/linux/arch/sh/mm/
A Dfault.c149 if (!pmd_present(*pmd_k)) in vmalloc_sync_one()
152 if (!pmd_present(*pmd)) in vmalloc_sync_one()
/linux/arch/powerpc/mm/nohash/
A Dbook3e_pgtable.c107 if (!pmd_present(*pmdp)) { in map_kernel_page()
/linux/include/linux/
A Dhuge_mm.h232 return !pmd_none(pmd) && !pmd_present(pmd); in is_swap_pmd()
294 return READ_ONCE(huge_zero_pfn) == pmd_pfn(pmd) && pmd_present(pmd); in is_huge_zero_pmd()
/linux/arch/powerpc/mm/book3s64/
A 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()
/linux/arch/um/kernel/
A 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()
/linux/arch/arm/include/asm/
A Dpgtable-2level.h214 #define pmd_present(pmd) (pmd_val(pmd)) macro
/linux/arch/arc/mm/
A Dfault.c62 if (!pmd_present(*pmd)) in handle_kernel_vaddr_fault()
/linux/arch/x86/kernel/
A Despfix_64.c178 if (!pmd_present(pmd)) { in init_espfix_ap()
/linux/arch/ia64/mm/
A Dhugetlbpage.c66 if (pmd_present(*pmd)) in huge_pte_offset()
/linux/arch/openrisc/mm/
A Dfault.c335 if (!pmd_present(*pmd_k)) in do_page_fault()
/linux/arch/nios2/mm/
A Dfault.c261 if (!pmd_present(*pmd_k)) in do_page_fault()
/linux/arch/arc/include/asm/
A Dpgtable-levels.h161 #define pmd_present(x) (pmd_val(x)) macro
/linux/arch/m68k/include/asm/
A Dsun3_pgtable.h143 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
/linux/arch/microblaze/mm/
A Dpgtable.c209 if (pmd_present(*pmd)) { in get_pteptr()
/linux/arch/mips/include/asm/
A Dpgtable-32.h144 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux/arch/mips/kvm/
A Dmmu.c183 if (!pmd_present(pmd[i])) in kvm_mips_flush_gpa_pmd()
314 if (!pmd_present(pmd[i])) \

Completed in 37 milliseconds

1234