/linux-6.12.1/mm/kasan/ |
D | shadow.c | 210 return !pte_none(ptep_get(pte)); in shadow_mapped() 301 if (likely(!pte_none(ptep_get(ptep)))) in kasan_populate_vmalloc_pte() 312 if (likely(pte_none(ptep_get(ptep)))) { in kasan_populate_vmalloc_pte() 406 if (likely(!pte_none(ptep_get(ptep)))) { in kasan_depopulate_vmalloc_pte()
|
/linux-6.12.1/mm/ |
D | highmem.c | 219 BUG_ON(pte_none(ptent)); in flush_all_zero_pkmaps() 564 BUG_ON(!pte_none(ptep_get(kmap_pte))); in __kmap_local_pfn_prot() 662 if (WARN_ON_ONCE(pte_none(pteval))) in __kmap_local_sched_out() 699 if (WARN_ON_ONCE(pte_none(pteval))) in __kmap_local_sched_in()
|
D | khugepaged.c | 530 if (pte_none(pteval)) in release_pte_pages() 575 if (pte_none(pteval) || (pte_present(pteval) && in __collapse_huge_page_isolate() 719 if (pte_none(pteval) || is_zero_pfn(pte_pfn(pteval))) { in __collapse_huge_page_copy_succeeded() 815 if (pte_none(pteval) || is_zero_pfn(pte_pfn(pteval))) { in __collapse_huge_page_copy() 1308 if (pte_none(pteval) || is_zero_pfn(pte_pfn(pteval))) { in hpage_collapse_scan_pmd() 1567 if (pte_none(ptent)) in collapse_pte_mapped_thp() 1618 if (pte_none(ptent)) in collapse_pte_mapped_thp()
|
/linux-6.12.1/arch/arm/mm/ |
D | kasan_init.c | 56 if (!pte_none(READ_ONCE(*ptep))) in kasan_pte_populate() 68 } else if (pte_none(READ_ONCE(*ptep))) { in kasan_pte_populate()
|
/linux-6.12.1/arch/parisc/mm/ |
D | fixmap.c | 32 if (WARN_ON(pte_none(*pte))) in clear_fixmap()
|
/linux-6.12.1/arch/sh/mm/ |
D | kmap.c | 45 BUG_ON(!pte_none(*(kmap_coherent_pte - idx))); in kmap_coherent()
|
D | tlbex_32.c | 58 if (unlikely(pte_none(entry) || pte_not_present(entry))) in handle_tlbmiss()
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | kfence.h | 56 if (WARN_ON(!pte) || pte_none(ptep_get(pte))) in kfence_protect_page()
|
/linux-6.12.1/arch/mips/include/asm/ |
D | pgtable.h | 111 # define pte_none(pte) (!(((pte).pte_high) & ~_PAGE_GLOBAL)) macro 113 # define pte_none(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL)) macro 135 if (pte_none(*buddy)) { 162 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
|
/linux-6.12.1/Documentation/translations/zh_CN/mm/ |
D | hmm.rst | 278 在遍历页表时,一个 ``pte_none()`` 或 ``is_zero_pfn()`` 条目导致一个有效 308 如果源页是 ``pte_none()`` 或 ``is_zero_pfn()`` 页,这时新分配的页会被插
|
/linux-6.12.1/arch/x86/mm/ |
D | pgtable_32.c | 56 if (!pte_none(pteval)) in set_pte_vaddr()
|
D | pti.c | 288 if (!pte || WARN_ON(level != PG_LEVEL_4K) || pte_none(*pte)) in pti_setup_vsyscall() 388 if (pte_none(*pte)) { in pti_clone_pgtable()
|
D | mem_encrypt_amd.c | 267 if (!kpte || pte_none(*kpte)) { in enc_dec_hypercall() 384 if (!kpte || pte_none(*kpte)) { in early_set_memory_enc_dec()
|
/linux-6.12.1/arch/arm64/kernel/pi/ |
D | map_range.c | 58 if (pte_none(*tbl)) { in map_range()
|
/linux-6.12.1/arch/s390/mm/ |
D | vmem.c | 180 if (pte_none(*pte)) in modify_pte_table() 185 } else if (pte_none(*pte)) { in modify_pte_table() 215 if (!pte_none(*pte)) in try_free_pte_table()
|
/linux-6.12.1/include/linux/ |
D | swapops.h | 126 return !pte_none(pte) && !pte_present(pte); in is_swap_pte() 484 return pte_none(pte) || is_pte_marker(pte); in pte_none_mostly()
|
/linux-6.12.1/include/asm-generic/ |
D | hugetlb.h | 104 return pte_none(pte); in huge_pte_none()
|
/linux-6.12.1/arch/s390/include/asm/ |
D | hugetlb.h | 89 return pte_none(pte); in huge_pte_none()
|
/linux-6.12.1/arch/parisc/kernel/ |
D | pci-dma.c | 90 if (!pte_none(*pte)) in map_pte_uncached() 183 if (pte_none(page) || pte_present(page)) in unmap_uncached_pte()
|
/linux-6.12.1/arch/nios2/mm/ |
D | ioremap.c | 39 if (!pte_none(*pte)) { in remap_area_pte()
|
/linux-6.12.1/arch/arc/include/asm/ |
D | pgtable-levels.h | 173 #define pte_none(x) (!pte_val(x)) macro
|
/linux-6.12.1/arch/sparc/mm/ |
D | hugetlbpage.c | 352 orig_shift = pte_none(orig) ? PAGE_SHIFT : huge_tte_to_shift(orig); in __set_huge_pte_at() 389 orig_shift = pte_none(entry) ? PAGE_SHIFT : huge_tte_to_shift(entry); in huge_ptep_get_and_clear()
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 101 static inline int pte_none (pte_t pte) { return !pte_val (pte); } in pte_none() function
|
/linux-6.12.1/arch/hexagon/include/asm/ |
D | pgtable.h | 228 static inline int pte_none(pte_t pte) in pte_none() function
|
/linux-6.12.1/arch/loongarch/mm/ |
D | init.c | 221 if (!pte_none(ptep_get(ptep))) { in __set_fixmap()
|