/linux-6.3-rc2/mm/ |
A D | page_vma_mapped.c | 216 (pmd_present(pmde) && pmd_devmap(pmde))) { in page_vma_mapped_walk() 219 if (!pmd_present(pmde)) { in page_vma_mapped_walk() 241 } else if (!pmd_present(pmde)) { in page_vma_mapped_walk()
|
A D | pgtable-generic.c | 139 VM_BUG_ON(pmd_present(*pmdp) && !pmd_trans_huge(*pmdp) && in pmdp_huge_clear_flush()
|
/linux-6.3-rc2/arch/xtensa/mm/ |
A D | fault.c | 63 if (!pmd_present(*pmd) || !pmd_present(*pmd_k)) in vmalloc_fault()
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | fault.c | 205 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() 1058 if (!pmd_present(*pmd)) in spurious_kernel_fault()
|
A D | ident_map.c | 14 if (pmd_present(*pmd)) in ident_pmd_init()
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable.h | 190 static inline int pmd_present(pmd_t pmd) in pmd_present() function 201 static inline int pmd_present(pmd_t pmd) in pmd_present() function 214 return !pmd_present(pmd) || (pmd_val(pmd) & _PAGE_LEAF); in pmd_bad() 220 return pmd_present(pmd) && (pmd_val(pmd) & _PAGE_LEAF); in pmd_leaf()
|
/linux-6.3-rc2/arch/m68k/mm/ |
A D | init.c | 115 if (!pmd_present(*pmd)) in init_pointer_tables()
|
/linux-6.3-rc2/arch/sparc/mm/ |
A D | fault_32.c | 305 if (pmd_present(*pmd) || !pmd_present(*pmd_k)) in do_sparc_fault()
|
/linux-6.3-rc2/arch/powerpc/mm/nohash/ |
A D | book3e_pgtable.c | 108 if (!pmd_present(*pmdp)) { in map_kernel_page()
|
/linux-6.3-rc2/arch/sh/mm/ |
A D | fault.c | 149 if (!pmd_present(*pmd_k)) in vmalloc_sync_one() 152 if (!pmd_present(*pmd)) in vmalloc_sync_one()
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgtable-2level.h | 219 #define pmd_present(pmd) (pmd_val(pmd)) macro
|
/linux-6.3-rc2/arch/powerpc/mm/book3s64/ |
A D | pgtable.c | 137 VM_BUG_ON((pmd_present(*pmdp) && !pmd_trans_huge(*pmdp) && in pmdp_huge_get_and_clear_full() 138 !pmd_devmap(*pmdp)) || !pmd_present(*pmdp)); in pmdp_huge_get_and_clear_full()
|
/linux-6.3-rc2/include/linux/ |
A D | huge_mm.h | 231 return !pmd_none(pmd) && !pmd_present(pmd); in is_swap_pmd() 278 return pmd_present(pmd) && READ_ONCE(huge_zero_pfn) == pmd_pfn(pmd); in is_huge_zero_pmd()
|
/linux-6.3-rc2/arch/um/kernel/ |
A D | tlb.c | 262 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-6.3-rc2/arch/arc/mm/ |
A D | fault.c | 62 if (!pmd_present(*pmd)) in handle_kernel_vaddr_fault()
|
/linux-6.3-rc2/arch/ia64/mm/ |
A D | hugetlbpage.c | 66 if (pmd_present(*pmd)) in huge_pte_offset()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | espfix_64.c | 168 if (!pmd_present(pmd)) { in init_espfix_ap()
|
/linux-6.3-rc2/arch/nios2/mm/ |
A D | fault.c | 266 if (!pmd_present(*pmd_k)) in do_page_fault()
|
/linux-6.3-rc2/arch/openrisc/mm/ |
A D | fault.c | 333 if (!pmd_present(*pmd_k)) in do_page_fault()
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | pgtable-levels.h | 158 #define pmd_present(x) (pmd_val(x)) macro
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | pgtable-32.h | 143 static inline int pmd_present(pmd_t pmd) in pmd_present() function
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | sun3_pgtable.h | 124 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
|
/linux-6.3-rc2/arch/microblaze/mm/ |
A D | pgtable.c | 209 if (pmd_present(*pmd)) { in get_pteptr()
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | pgtable.h | 213 static inline int pmd_present(pmd_t pmd) in pmd_present() function 475 return !!(pmd_val(pmd) & _PAGE_HUGE) && pmd_present(pmd); in pmd_trans_huge()
|
/linux-6.3-rc2/arch/riscv/mm/ |
A D | pageattr.c | 230 if (!pmd_present(*pmd)) in kernel_page_present()
|