| /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()
|
| H A D | pgtable.h | 367 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
|
| /linux/arch/x86/mm/ |
| H A D | pgtable_32.c | 56 if (!pte_none(pteval)) in set_pte_vaddr()
|
| 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()
|
| H A D | kasan_init_64.c | 63 if (!pte_none(*pte)) in kasan_populate_pmd()
|
| /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/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/kernel/bpf/ |
| H A D | arena.c | 183 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 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 | 205 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
|
| /linux/arch/sh/include/asm/ |
| H A D | pgtable_32.h | 322 #define pte_none(x) (!pte_val(x)) macro
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgtable.h | 398 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 D | pgtable.h | 265 #define pte_none(x) (pte_val(x) == 0) macro
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 1530 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 D | sev.c | 975 if (!pte || pte_none(*pte)) in adjust_direct_map()
|