Home
last modified time | relevance | path

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

12

/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()
H A Dpgtable.h367 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
/linux/arch/x86/mm/
H A Dpgtable_32.c56 if (!pte_none(pteval)) in set_pte_vaddr()
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()
H A Dkasan_init_64.c63 if (!pte_none(*pte)) in kasan_populate_pmd()
/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/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/kernel/bpf/
H A Darena.c183 if (pte_none(old)) in apply_range_set_cb()
196 if (unlikely(!pte_none(ptep_get(pte)))) in apply_range_set_cb()
221 if (pte_none(old_pte) || !pte_present(old_pte)) in apply_range_clear_cb()
245 if (!pte_none(ptep_get(pte))) in apply_range_set_scratch_cb()
/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.c205 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
/linux/arch/sh/include/asm/
H A Dpgtable_32.h322 #define pte_none(x) (!pte_val(x)) macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h398 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none() function
/linux/arch/parisc/include/asm/
H A Dpgtable.h265 #define pte_none(x) (pte_val(x) == 0) macro
/linux/arch/arm64/mm/
H A Dmmu.c1530 if (pte_none(pte)) in unmap_hotplug_pte_range()
1679 WARN_ON(!pte_none(pte)); in free_empty_pte_table()
1692 if (!pte_none(__ptep_get(&ptep[i]))) in free_empty_pte_table()
/linux/arch/x86/virt/svm/
H A Dsev.c975 if (!pte || pte_none(*pte)) in adjust_direct_map()

12