| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H A D | shadow.c | 171 return !pte_none(*pte); in shadow_mapped() 257 if (likely(!pte_none(*ptep))) in kasan_populate_vmalloc_pte() 268 if (likely(pte_none(*ptep))) { in kasan_populate_vmalloc_pte() 367 if (likely(!pte_none(*ptep))) { in kasan_depopulate_vmalloc_pte()
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | highmem.c | 63 BUG_ON(!pte_none(get_fixmap_pte(vaddr))); in kmap_atomic_high_prot() 116 BUG_ON(!pte_none(get_fixmap_pte(vaddr))); in kmap_atomic_pfn()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | pgtable.h | 137 # define pte_none(pte) (!(((pte).pte_high) & ~_PAGE_GLOBAL)) macro 139 # define pte_none(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL)) macro 161 if (pte_none(*buddy)) { 188 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | kmap.c | 44 BUG_ON(!pte_none(*(kmap_coherent_pte - idx))); in kmap_coherent()
|
| H A D | tlbex_32.c | 57 if (unlikely(pte_none(entry) || pte_not_present(entry))) in handle_tlbmiss()
|
| /OK3568_Linux_fs/kernel/arch/microblaze/mm/ |
| H A D | highmem.c | 45 BUG_ON(!pte_none(*(kmap_pte-idx))); in kmap_atomic_high_prot()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | highmem.c | 35 WARN_ON(IS_ENABLED(CONFIG_DEBUG_HIGHMEM) && !pte_none(*(kmap_pte - idx))); in kmap_atomic_high_prot()
|
| /OK3568_Linux_fs/kernel/arch/parisc/mm/ |
| H A D | fixmap.c | 35 if (WARN_ON(pte_none(*pte))) in clear_fixmap()
|
| /OK3568_Linux_fs/kernel/arch/sparc/mm/ |
| H A D | highmem.c | 61 BUG_ON(!pte_none(*(kmap_pte-idx))); in kmap_atomic_high_prot()
|
| H A D | hugetlbpage.c | 349 orig_shift = pte_none(orig) ? PAGE_SHIFT : huge_tte_to_shift(orig); in set_huge_pte_at() 380 orig_shift = pte_none(entry) ? PAGE_SHIFT : huge_tte_to_shift(entry); in huge_ptep_get_and_clear()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | vmem.c | 165 if (pte_none(*pte)) in modify_pte_table() 170 } else if (pte_none(*pte)) { in modify_pte_table() 200 if (!pte_none(*pte)) in try_free_pte_table()
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | pgtable_32.c | 56 if (!pte_none(pteval)) in set_pte_vaddr()
|
| H A D | highmem_32.c | 15 BUG_ON(!pte_none(*(kmap_pte-idx))); in kmap_atomic_high_prot()
|
| H 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()
|
| H A D | hugetlbpage.c | 39 WARN_ON(!pte || pte_none(*pte));
|
| /OK3568_Linux_fs/kernel/arch/xtensa/mm/ |
| H A D | highmem.c | 49 BUG_ON(!pte_none(*(kmap_pte + idx))); in kmap_atomic_high_prot()
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | highmem.c | 30 BUG_ON(!pte_none(*(kmap_pte - idx))); in kmap_atomic_high_prot()
|
| /OK3568_Linux_fs/kernel/arch/ia64/mm/ |
| H A D | init.c | 230 if (!pte_none(*pte)) in put_kernel_page() 419 if (pte_none(*pte)) { in vmemmap_find_next_valid_pfn() 489 if (pte_none(*pte)) { in create_mem_map_page_table()
|
| H A D | hugetlbpage.c | 103 if (!ptep || pte_none(*ptep)) in follow_huge_addr()
|
| /OK3568_Linux_fs/kernel/arch/csky/mm/ |
| H A D | highmem.c | 31 BUG_ON(!pte_none(*(kmap_pte - idx))); in kmap_atomic_high_prot()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | hugetlb.h | 87 return pte_none(pte); in huge_pte_none()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | hugetlb.h | 79 return pte_none(pte); in huge_pte_none()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | khugepaged.c | 577 if (!pte_none(pteval) && !is_zero_pfn(pte_pfn(pteval)) && in release_pte_pages() 612 if (pte_none(pteval) || (pte_present(pteval) && in __collapse_huge_page_isolate() 749 if (pte_none(pteval) || is_zero_pfn(pte_pfn(pteval))) { in __collapse_huge_page_copy() 1276 if (pte_none(pteval) || is_zero_pfn(pte_pfn(pteval))) { in khugepaged_scan_pmd() 1510 if (pte_none(*pte)) in collapse_pte_mapped_thp() 1533 if (pte_none(*pte)) in collapse_pte_mapped_thp()
|
| /OK3568_Linux_fs/kernel/arch/nios2/mm/ |
| H A D | ioremap.c | 39 if (!pte_none(*pte)) { in remap_area_pte()
|