| /linux-6.15/arch/powerpc/mm/book3s32/ |
| H A D | tlb.c | 66 if (!pmd_none(*pmd)) { in hash__flush_range() 104 if (!pmd_none(*pmd)) in hash__flush_tlb_page()
|
| /linux-6.15/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable.h | 101 #define pmd_none(pmd) (!pmd_val(pmd)) macro 104 #define pmd_present(pmd) (!pmd_none(pmd))
|
| /linux-6.15/arch/powerpc/mm/nohash/ |
| H A D | 8xx.c | 71 if (WARN_ON(!pmd_none(*pmdp) || !pmd_none(*(pmdp + 1)))) in __early_map_kernel_hugepage()
|
| /linux-6.15/arch/s390/mm/ |
| H A D | vmem.c | 235 if (pmd_none(*pmd)) in modify_pmd_table() 250 } else if (pmd_none(*pmd)) { in modify_pmd_table() 307 if (!pmd_none(*pmd)) in try_free_pmd_table() 602 if (pmd_none(*pmd)) { in vmem_get_alloc_pte()
|
| /linux-6.15/mm/ |
| H A D | pgalloc-track.h | 47 ((unlikely(pmd_none(*(pmd))) && \
|
| /linux-6.15/arch/x86/mm/ |
| H A D | pgtable_32.c | 51 if (pmd_none(*pmd)) { in set_pte_vaddr()
|
| H A D | pti.c | 265 if (pmd_none(*pmd)) { in pti_user_pagetable_walk_pte() 343 if (pmd_none(*pmd)) { in pti_clone_pgtable()
|
| H A D | init_64.c | 288 if (pmd_none(*pmd)) { in fill_pte() 399 BUG_ON(!pmd_none(*pmd)); in __init_extra_mapping() 443 if (pmd_none(*pmd)) in cleanup_highmap() 533 if (!pmd_none(*pmd)) { in phys_pmd_init() 1052 if (!pmd_none(*pmd)) in free_pmd_table() 1608 if (pmd_none(*pmd)) { in register_page_bootmem_memmap()
|
| H A D | pgtable.c | 800 if (!pmd_none(pmd[i])) in pud_free_pmd_page() 810 if (!pmd_none(pmd_sv[i])) { in pud_free_pmd_page() 855 return pmd_none(*pmd); in pmd_free_pte_page()
|
| /linux-6.15/arch/loongarch/mm/ |
| H A D | hugetlbpage.c | 50 return pmd_none(pmdp_get(pmd)) ? NULL : (pte_t *) pmd; in huge_pte_offset()
|
| /linux-6.15/arch/xtensa/mm/ |
| H A D | mmu.c | 46 BUG_ON(!pmd_none(*pmd)); in init_pmd()
|
| H A D | kasan_init.c | 30 BUG_ON(!pmd_none(*pmd)); in kasan_early_init()
|
| /linux-6.15/arch/riscv/kernel/ |
| H A D | hibernate.c | 174 if (pmd_none(READ_ONCE(*dst_pmdp))) { in temp_pgtable_map_pte() 219 if (pmd_none(pmd)) in temp_pgtable_map_pmd()
|
| /linux-6.15/arch/powerpc/include/asm/nohash/32/ |
| H A D | pgtable.h | 154 #define pmd_none(pmd) (!pmd_val(pmd)) macro
|
| /linux-6.15/arch/sparc/mm/ |
| H A D | hugetlbpage.c | 213 if (pmd_none(*pmd)) in huge_pte_offset() 321 if (pmd_none(*pmd)) in hugetlb_free_pmd_range()
|
| /linux-6.15/arch/riscv/mm/ |
| H A D | pgtable.c | 98 if (!pmd_none(pmd[i])) { in pud_free_pmd_page()
|
| /linux-6.15/arch/x86/power/ |
| H A D | hibernate_32.c | 61 if (pmd_none(*pmd)) { in resume_one_page_table_init()
|
| /linux-6.15/arch/arc/mm/ |
| H A D | fault.c | 61 if (pmd_none(*pmd_k)) in handle_kernel_vaddr_fault()
|
| /linux-6.15/arch/parisc/mm/ |
| H A D | hugetlbpage.c | 71 if (!pmd_none(*pmd)) in huge_pte_offset()
|
| /linux-6.15/arch/powerpc/mm/ |
| H A D | pgtable_32.c | 59 if (pmd_none(*pmdp)) { in early_pte_alloc_kernel()
|
| H A D | pgtable.c | 399 if (pmd_none(*pmd)) in assert_pte_locked() 498 if (pmd_none(pmd)) in __find_linux_pte()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | kasan_init.c | 65 if (pmd_none(READ_ONCE(*pmdp))) { in kasan_pte_offset() 141 } while (pmdp++, addr = next, addr != end && pmd_none(READ_ONCE(*pmdp))); in kasan_pmd_populate()
|
| H A D | fixmap.c | 48 if (pmd_none(pmd)) { in early_fixmap_init_pte()
|
| /linux-6.15/arch/csky/mm/ |
| H A D | init.c | 108 if (pmd_none(*pmd)) { in fixrange_init()
|
| /linux-6.15/mm/kasan/ |
| H A D | init.c | 124 if (pmd_none(*pmd)) { in zero_pmd_populate() 308 if (!pmd_none(*pmd)) in kasan_free_pmd()
|