/linux-6.3-rc2/mm/kasan/ |
A D | shadow.c | 229 return !pte_none(*pte); in shadow_mapped() 320 if (likely(!pte_none(*ptep))) in kasan_populate_vmalloc_pte() 331 if (likely(pte_none(*ptep))) { in kasan_populate_vmalloc_pte() 425 if (likely(!pte_none(*ptep))) { in kasan_depopulate_vmalloc_pte()
|
/linux-6.3-rc2/mm/ |
A D | highmem.c | 206 BUG_ON(pte_none(pkmap_page_table[i])); in flush_all_zero_pkmaps() 551 BUG_ON(!pte_none(*kmap_pte)); in __kmap_local_pfn_prot() 649 if (WARN_ON_ONCE(pte_none(pteval))) in __kmap_local_sched_out() 686 if (WARN_ON_ONCE(pte_none(pteval))) in __kmap_local_sched_in()
|
A D | khugepaged.c | 516 if (pte_none(pteval)) in release_pte_pages() 558 if (pte_none(pteval) || (pte_present(pteval) && in __collapse_huge_page_isolate() 696 if (pte_none(pteval) || is_zero_pfn(pte_pfn(pteval))) { in __collapse_huge_page_copy() 1186 if (pte_none(pteval) || is_zero_pfn(pte_pfn(pteval))) { in hpage_collapse_scan_pmd() 1538 if (pte_none(*pte)) in collapse_pte_mapped_thp() 1564 if (pte_none(*pte)) in collapse_pte_mapped_thp()
|
/linux-6.3-rc2/arch/arm/mm/ |
A D | kasan_init.c | 51 if (!pte_none(READ_ONCE(*ptep))) in kasan_pte_populate() 63 } else if (pte_none(READ_ONCE(*ptep))) { in kasan_pte_populate()
|
/linux-6.3-rc2/arch/sh/mm/ |
A D | kmap.c | 44 BUG_ON(!pte_none(*(kmap_coherent_pte - idx))); in kmap_coherent()
|
A D | tlbex_32.c | 57 if (unlikely(pte_none(entry) || pte_not_present(entry))) in handle_tlbmiss()
|
/linux-6.3-rc2/arch/parisc/mm/ |
A D | fixmap.c | 35 if (WARN_ON(pte_none(*pte))) in clear_fixmap()
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | pgtable_32.c | 56 if (!pte_none(pteval)) in set_pte_vaddr()
|
A D | mem_encrypt_amd.c | 303 if (!kpte || pte_none(*kpte)) { in enc_dec_hypercall() 418 if (!kpte || pte_none(*kpte)) { in early_set_memory_enc_dec()
|
A D | pti.c | 283 if (!pte || WARN_ON(level != PG_LEVEL_4K) || pte_none(*pte)) in pti_setup_vsyscall() 383 if (pte_none(*pte)) { in pti_clone_pgtable()
|
/linux-6.3-rc2/Documentation/translations/zh_CN/mm/ |
A D | hmm.rst | 278 在遍历页表时,一个 ``pte_none()`` 或 ``is_zero_pfn()`` 条目导致一个有效 308 如果源页是 ``pte_none()`` 或 ``is_zero_pfn()`` 页,这时新分配的页会被插
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | pgtable.h | 114 # define pte_none(pte) (!(((pte).pte_high) & ~_PAGE_GLOBAL)) macro 116 # define pte_none(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL)) macro 138 if (pte_none(*buddy)) { 165 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | hugetlb.h | 87 return pte_none(pte); in huge_pte_none()
|
/linux-6.3-rc2/include/linux/ |
A D | swapops.h | 126 return !pte_none(pte) && !pte_present(pte); in is_swap_pte() 461 return pte_none(pte) || is_pte_marker(pte); in pte_none_mostly()
|
/linux-6.3-rc2/arch/s390/mm/ |
A D | vmem.c | 167 if (pte_none(*pte)) in modify_pte_table() 172 } else if (pte_none(*pte)) { in modify_pte_table() 202 if (!pte_none(*pte)) in try_free_pte_table()
|
/linux-6.3-rc2/include/asm-generic/ |
A D | hugetlb.h | 104 return pte_none(pte); in huge_pte_none()
|
/linux-6.3-rc2/arch/parisc/kernel/ |
A 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.3-rc2/arch/nios2/mm/ |
A D | ioremap.c | 39 if (!pte_none(*pte)) { in remap_area_pte()
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | pgtable-levels.h | 172 #define pte_none(x) (!pte_val(x)) macro
|
/linux-6.3-rc2/arch/sparc/mm/ |
A D | hugetlbpage.c | 355 orig_shift = pte_none(orig) ? PAGE_SHIFT : huge_tte_to_shift(orig); in set_huge_pte_at() 386 orig_shift = pte_none(entry) ? PAGE_SHIFT : huge_tte_to_shift(entry); in huge_ptep_get_and_clear()
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | sun3_pgtable.h | 101 static inline int pte_none (pte_t pte) { return !pte_val (pte); } in pte_none() function
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | pgtable.h | 298 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro 331 if (pte_none(*buddy)) in set_pte()
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | pgtable.h | 228 static inline int pte_none(pte_t pte) in pte_none() function
|
/linux-6.3-rc2/arch/loongarch/mm/ |
A D | init.c | 245 if (!pte_none(*ptep)) { in __set_fixmap()
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | pgtable.h | 102 static inline int pte_none(pte_t pte) in pte_none() function
|