Home
last modified time | relevance | path

Searched refs:pte_none (Results 1 – 25 of 54) sorted by relevance

123

/linux/arch/arm/mm/
H A Dkasan_init.c56 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 Dfixmap.c32 if (WARN_ON(pte_none(*pte))) in clear_fixmap()
/linux/arch/sh/mm/
H A Dkmap.c45 BUG_ON(!pte_none(*(kmap_coherent_pte - idx))); in kmap_coherent()
H A Dtlbex_32.c58 if (unlikely(pte_none(entry) || pte_not_present(entry))) in handle_tlbmiss()
/linux/arch/loongarch/include/asm/
H A Dkfence.h56 if (WARN_ON(!pte) || pte_none(ptep_get(pte))) in kfence_protect_page()
/linux/arch/x86/mm/
H A Dpgtable_32.c56 if (!pte_none(pteval)) in set_pte_vaddr()
H A Dpti.c300 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 Dmem_encrypt_amd.c267 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 Dshadow.c210 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 Dmap_range.c59 if (pte_none(*tbl)) { in map_range()
/linux/include/asm-generic/
H A Dhugetlb.h96 return pte_none(pte); in huge_pte_none()
/linux/arch/s390/mm/
H A Dvmem.c180 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 Dpci-dma.c90 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 Dioremap.c39 if (!pte_none(*pte)) { in remap_area_pte()
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h172 #define pte_none(x) (!pte_val(x)) macro
/linux/mm/
H A Duserfaultfd.c382 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 Dmincore.c190 if (pte_none(pte) || pte_is_marker(pte)) in mincore_pte_range()
H A Dhmm.c230 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 Dsun3_pgtable.h95 static inline int pte_none (pte_t pte) { return !pte_val (pte); } in pte_none() function
H A Dmmu_context.h142 if (!pte || pte_none(*pte) || !pte_present(*pte)) in load_ksp_mmu()
H A Dmotorola_pgtable.h105 #define pte_none(pte) (!pte_val(pte)) macro
H A Dmcf_pgtable.h115 static inline int pte_none(pte_t pte) in pte_none() function
/linux/include/linux/
H A Dleafops.h59 if (pte_present(pte) || pte_none(pte)) in softleaf_from_pte()
/linux/arch/loongarch/mm/
H A Dinit.c219 if (!pte_none(ptep_get(ptep))) { in __set_fixmap()
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h200 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none() function

123