| /linux/arch/arm/mm/ |
| H A 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/arch/parisc/mm/ |
| H A D | fixmap.c | 32 if (WARN_ON(pte_none(*pte))) in clear_fixmap()
|
| /linux/arch/sh/mm/ |
| H A D | kmap.c | 45 BUG_ON(!pte_none(*(kmap_coherent_pte - idx))); in kmap_coherent()
|
| H A D | tlbex_32.c | 58 if (unlikely(pte_none(entry) || pte_not_present(entry))) in handle_tlbmiss()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | kfence.h | 56 if (WARN_ON(!pte) || pte_none(ptep_get(pte))) in kfence_protect_page()
|
| /linux/arch/x86/mm/ |
| H A D | pgtable_32.c | 56 if (!pte_none(pteval)) in set_pte_vaddr()
|
| H A D | pti.c | 300 if (!pte || WARN_ON(level != PG_LEVEL_4K) || pte_none(*pte)) in pti_setup_vsyscall() 400 if (pte_none(*pte)) { in pti_clone_pgtable()
|
| H A D | mem_encrypt_amd.c | 267 if (!kpte || pte_none(*kpte)) { in enc_dec_hypercall() 407 if (!kpte || pte_none(*kpte)) { in early_set_memory_enc_dec()
|
| /linux/mm/kasan/ |
| H A D | shadow.c | 210 return !pte_none(ptep_get(pte)); in shadow_mapped() 316 if (likely(pte_none(ptep_get(ptep)))) { in kasan_populate_vmalloc_pte() 478 none = pte_none(pte); in kasan_depopulate_vmalloc_pte()
|
| /linux/arch/arm64/kernel/pi/ |
| H A D | map_range.c | 59 if (pte_none(*tbl)) { in map_range()
|
| /linux/include/asm-generic/ |
| H A D | hugetlb.h | 96 return pte_none(pte); in huge_pte_none()
|
| /linux/arch/s390/mm/ |
| H A 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/arch/parisc/kernel/ |
| H 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/arch/nios2/mm/ |
| H A D | ioremap.c | 39 if (!pte_none(*pte)) { in remap_area_pte()
|
| /linux/arch/arc/include/asm/ |
| H A D | pgtable-levels.h | 172 #define pte_none(x) (!pte_val(x)) macro
|
| /linux/mm/ |
| H A D | userfaultfd.c | 382 if (!pte_none(dst_ptep) && !pte_is_uffd_marker(dst_ptep)) in mfill_atomic_install_pte() 596 if (!pte_none(ptep_get(dst_pte))) in mfill_atomic_pte_zeropage() 675 if (!pte_none(ptep_get(dst_pte))) in mfill_atomic_pte_poison() 1137 if (!pte_none(orig_dst_pte)) in check_ptes_for_batched_move() 1399 if (!pte_none(orig_dst_pte)) { in move_pages_ptes() 1407 if (pte_none(orig_src_pte)) { in move_pages_ptes()
|
| H A D | mincore.c | 190 if (pte_none(pte) || pte_is_marker(pte)) in mincore_pte_range()
|
| H A D | hmm.c | 230 if (pte_none(pte) || !pte_present(pte) || pte_protnone(pte)) in pte_to_hmm_pfn_flags() 252 if (pte_none(pte) || pte_is_uffd_wp_marker(pte)) { in hmm_vma_handle_pte()
|
| /linux/arch/m68k/include/asm/ |
| H A D | sun3_pgtable.h | 95 static inline int pte_none (pte_t pte) { return !pte_val (pte); } in pte_none() function
|
| H A D | mmu_context.h | 142 if (!pte || pte_none(*pte) || !pte_present(*pte)) in load_ksp_mmu()
|
| H A D | motorola_pgtable.h | 105 #define pte_none(pte) (!pte_val(pte)) macro
|
| H A D | mcf_pgtable.h | 115 static inline int pte_none(pte_t pte) in pte_none() function
|
| /linux/include/linux/ |
| H A D | leafops.h | 59 if (pte_present(pte) || pte_none(pte)) in softleaf_from_pte()
|
| /linux/arch/loongarch/mm/ |
| H A D | init.c | 219 if (!pte_none(ptep_get(ptep))) { in __set_fixmap()
|
| /linux/arch/powerpc/include/asm/nohash/ |
| H A D | pgtable.h | 200 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none() function
|