/linux-4.4.14/arch/metag/mm/ |
D | highmem.c | 55 BUG_ON(!pte_none(*(kmap_pte - idx))); in kmap_atomic() 106 BUG_ON(!pte_none(*(kmap_pte - idx))); in kmap_atomic_pfn()
|
/linux-4.4.14/arch/arm/mm/ |
D | highmem.c | 89 BUG_ON(!pte_none(get_fixmap_pte(vaddr))); in kmap_atomic() 144 BUG_ON(!pte_none(get_fixmap_pte(vaddr))); in kmap_atomic_pfn()
|
D | mmu.c | 1557 if (pte_none(*pte) || in early_fixmap_shutdown()
|
/linux-4.4.14/arch/microblaze/mm/ |
D | consistent.c | 171 if (pte_none(*ptep) || !pte_present(*ptep)) in consistent_virt_to_pfn() 206 if (!pte_none(*ptep) && pte_present(*ptep)) { in consistent_free()
|
D | highmem.c | 50 BUG_ON(!pte_none(*(kmap_pte-idx))); in kmap_atomic_prot()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | hugetlb.h | 58 return pte_none(pte); in huge_pte_none()
|
D | pgtable.h | 221 #define pte_none(pte) (!pte_val(pte)) macro
|
/linux-4.4.14/arch/powerpc/mm/ |
D | highmem.c | 46 BUG_ON(!pte_none(*(kmap_pte-idx))); in kmap_atomic_prot()
|
D | dma-noncoherent.c | 286 if (!pte_none(*ptep) && pte_present(*ptep)) { in __dma_free_coherent() 417 if (pte_none(*ptep) || !pte_present(*ptep)) in __dma_get_coherent_pfn()
|
/linux-4.4.14/arch/sh/mm/ |
D | kmap.c | 48 BUG_ON(!pte_none(*(kmap_coherent_pte - idx))); in kmap_coherent()
|
D | tlbex_32.c | 53 if (unlikely(pte_none(entry) || pte_not_present(entry))) in handle_tlbmiss()
|
D | tlbex_64.c | 71 if (pte_none(entry) || !pte_present(entry)) in handle_tlbmiss()
|
D | cache-sh5.c | 411 if (pte_none(entry) || !pte_present(entry)) in sh64_dcache_purge_user_pages()
|
D | init.c | 77 if (!pte_none(*pte)) { in set_pte_phys()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pgtable.h | 135 #define pte_none(pte) (!(((pte).pte_high) & ~_PAGE_GLOBAL)) macro 151 if (pte_none(*buddy)) in set_pte() 170 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro 219 if (pte_none(*buddy)) in set_pte()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | hugetlb.h | 49 return pte_none(pte); in huge_pte_none()
|
D | pgtable.h | 292 #define pte_none(x) (pte_val(x) == 0) macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | hugetlb.h | 42 return pte_none(pte); in huge_pte_none()
|
D | pgtable.h | 264 #define pte_none(pte) (!pte_val(pte)) macro
|
/linux-4.4.14/arch/xtensa/mm/ |
D | highmem.c | 54 BUG_ON(!pte_none(*(kmap_pte + idx))); in kmap_atomic()
|
/linux-4.4.14/arch/metag/include/asm/ |
D | hugetlb.h | 44 return pte_none(pte); in huge_pte_none()
|
D | pgtable.h | 108 #define pte_none(x) (!pte_val(x)) macro
|
/linux-4.4.14/arch/sh/include/asm/ |
D | hugetlb.h | 56 return pte_none(pte); in huge_pte_none()
|
D | pgtable_64.h | 231 #define pte_none(x) (pte_val(x) == _PTE_EMPTY) macro
|
D | pgtable_32.h | 322 #define pte_none(x) (!pte_val(x)) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | hugetlb.h | 49 return pte_none(pte); in huge_pte_none()
|
D | pgtable_32.h | 149 static inline int pte_none(pte_t pte) in pte_none() function
|
D | pgtable_64.h | 850 #define pte_none(pte) (!pte_val(pte)) macro
|
/linux-4.4.14/arch/sparc/mm/ |
D | highmem.c | 73 BUG_ON(!pte_none(*(kmap_pte-idx))); in kmap_atomic()
|
D | init_64.c | 1467 if (pte_none(*pte)) in kern_addr_valid()
|
/linux-4.4.14/mm/ |
D | userfaultfd.c | 75 if (!pte_none(*dst_pte)) in mcopy_atomic_pte() 113 if (!pte_none(*dst_pte)) in mfill_zeropage_pte()
|
D | mincore.c | 135 if (pte_none(pte)) in mincore_pte_range()
|
D | sparse-vmemmap.c | 104 if (pte_none(*pte)) { in vmemmap_pte_populate()
|
D | huge_memory.c | 1119 VM_BUG_ON(!pte_none(*pte)); in do_huge_pmd_wp_page_fallback() 1858 BUG_ON(!pte_none(*pte)); in __split_huge_page_map() 2191 if (!pte_none(pteval) && !is_zero_pfn(pte_pfn(pteval))) in release_pte_pages() 2207 if (pte_none(pteval) || (pte_present(pteval) && in __collapse_huge_page_isolate() 2292 if (pte_none(pteval) || is_zero_pfn(pte_pfn(pteval))) { in __collapse_huge_page_copy() 2664 if (pte_none(pteval) || is_zero_pfn(pte_pfn(pteval))) { in khugepaged_scan_pmd() 2950 VM_BUG_ON(!pte_none(*pte)); in __split_huge_zero_page_pmd()
|
D | gup.c | 84 if (pte_none(pte)) in follow_page_pte() 159 if (!pte_none(pte)) in follow_page_pte() 271 if (pte_none(*pte)) in get_gate_page()
|
D | highmem.c | 188 BUG_ON(pte_none(pkmap_page_table[i])); in flush_all_zero_pkmaps()
|
D | memory.c | 963 if (pte_none(*src_pte)) { in copy_pte_range() 1133 if (pte_none(ptent)) { in zap_pte_range() 1498 if (!pte_none(*pte)) in insert_page() 1572 if (!pte_none(*pte)) in insert_pfn() 1674 BUG_ON(!pte_none(*pte)); in remap_pte_range() 2727 if (!pte_none(*page_table)) in do_anonymous_page() 2760 if (!pte_none(*page_table)) in do_anonymous_page() 2962 while (!pte_none(*pte)) { in do_fault_around() 3330 if (pte_none(entry)) { in handle_pte_fault()
|
D | madvise.c | 160 if (pte_present(pte) || pte_none(pte)) in swapin_walk_pmd_entry()
|
D | mremap.c | 142 if (pte_none(*old_pte)) in move_ptes()
|
D | vmalloc.c | 68 WARN_ON(!pte_none(ptent) && !pte_present(ptent)); in vunmap_pte_range() 135 if (WARN_ON(!pte_none(*pte))) in vmap_pte_range()
|
D | filemap.c | 2103 if (!pte_none(*pte)) in filemap_map_pages()
|
D | hugetlb.c | 4300 BUG_ON(pte && !pte_none(*pte) && !pte_huge(*pte)); in huge_pte_alloc()
|
D | memcontrol.c | 4647 else if (pte_none(ptent)) in get_mctgt_type()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | highmem.h | 87 if (!pte_none(*(kmap_pte - idx))) in kmap_atomic()
|
D | pgtable.h | 315 #define pte_none(x) (!pte_val(x)) macro
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | hugetlb.h | 87 return pte_none(pte); in huge_pte_none()
|
D | pgtable.h | 135 #define pte_none(pte) (!pte_val(pte)) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | hugetlb.h | 58 return pte_none(pte); in huge_pte_none()
|
D | pgtable.h | 452 static inline int pte_none(pte_t pte) in pte_none() function
|
/linux-4.4.14/arch/mn10300/mm/ |
D | cache-inv-icache.c | 61 if (pte_none(pte)) in flush_icache_page_range()
|
D | cache-flush-icache.c | 83 if (pte_none(pte)) in flush_icache_page_range()
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable-2level.h | 69 #define pte_none(x) (!pte_val(x)) macro
|
/linux-4.4.14/arch/mips/mm/ |
D | highmem.c | 59 BUG_ON(!pte_none(*(kmap_pte - idx))); in kmap_atomic()
|
D | ioremap.c | 34 if (!pte_none(*pte)) { in remap_area_pte()
|
/linux-4.4.14/arch/x86/mm/ |
D | highmem_32.c | 47 BUG_ON(!pte_none(*(kmap_pte-idx))); in kmap_atomic_prot()
|
D | hugetlbpage.c | 36 WARN_ON(!pte || pte_none(*pte));
|
D | init_64.c | 1189 if (pte_none(*pte)) in kern_addr_valid() 1347 if (pte_none(*pte)) in register_page_bootmem_memmap()
|
D | pageattr.c | 731 if (!pte_none(pte[i])) in try_to_free_pte_page()
|
/linux-4.4.14/arch/tile/include/asm/ |
D | hugetlb.h | 71 return pte_none(pte); in huge_pte_none()
|
D | pgtable.h | 264 static inline int pte_none(pte_t pte) in pte_none() function
|
/linux-4.4.14/arch/s390/include/asm/ |
D | hugetlb.h | 79 return pte_none(pte); in huge_pte_none()
|
D | pgtable.h | 567 static inline int pte_none(pte_t pte) in pte_none() function
|
/linux-4.4.14/arch/metag/kernel/ |
D | dma.c | 238 BUG_ON(!pte_none(*pte)); in dma_alloc_coherent() 303 if (!pte_none(pte) && pte_present(pte)) { in dma_free_coherent()
|
/linux-4.4.14/arch/ia64/mm/ |
D | init.c | 230 if (!pte_none(*pte)) in put_kernel_page() 412 if (pte_none(*pte)) { in vmemmap_find_next_valid_pfn() 461 if (pte_none(*pte)) in create_mem_map_page_table()
|
D | hugetlbpage.c | 96 if (!ptep || pte_none(*ptep)) in follow_huge_addr()
|
/linux-4.4.14/lib/ |
D | ioremap.c | 64 BUG_ON(!pte_none(*pte)); in ioremap_pte_range()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | hugetlb.h | 141 return pte_none(pte); in huge_pte_none()
|
D | pgtable.h | 38 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none() function
|
/linux-4.4.14/arch/arm64/mm/ |
D | kasan_init.c | 40 } while (pte++, addr = next, addr != end && pte_none(*pte)); in kasan_early_pte_populate()
|
D | mmu.c | 503 if (pte_none(*pte)) in kern_addr_valid()
|
/linux-4.4.14/arch/s390/mm/ |
D | pageattr.c | 60 if (pte_none(*ptep)) in walk_page_table()
|
D | vmem.c | 248 if (pte_none(*pt_dir)) { in vmemmap_populate()
|
/linux-4.4.14/arch/nios2/mm/ |
D | ioremap.c | 39 if (!pte_none(*pte)) { in remap_area_pte()
|
/linux-4.4.14/include/linux/ |
D | swapops.h | 57 return !pte_none(pte) && !pte_present(pte); in is_swap_pte()
|
/linux-4.4.14/arch/m68k/mm/ |
D | mcfmmu.c | 118 if (pte_none(*pte) || !pte_present(*pte)) { in cf_tlb_miss()
|
/linux-4.4.14/arch/arm/kvm/ |
D | mmu.c | 214 if (!pte_none(*pte)) { in unmap_ptes() 313 if (!pte_none(*pte) && !kvm_is_device_pfn(pte_pfn(*pte))) in stage2_flush_ptes() 1061 if (!pte_none(*pte)) { in stage2_wp_ptes() 1373 if (pte_none(*pte)) /* Nothing there either */ in handle_access_fault() 1583 if (pte_none(*pte)) in kvm_age_hva_handler() 1607 if (!pte_none(*pte)) /* Just a page... */ in kvm_test_age_hva_handler()
|
/linux-4.4.14/arch/tile/mm/ |
D | highmem.c | 217 BUG_ON(!pte_none(*pte)); in kmap_atomic_prot()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | pci-dma.c | 96 if (!pte_none(*pte)) in map_pte_uncached() 184 if (pte_none(page) || pte_present(page)) in unmap_uncached_pte()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | mmu_context.h | 135 if (pte_none(*pte) || !pte_present(*pte)) in load_ksp_mmu()
|
D | sun3_pgtable.h | 122 static inline int pte_none (pte_t pte) { return !pte_val (pte); } in pte_none() function
|
D | mcf_pgtable.h | 174 static inline int pte_none(pte_t pte) in pte_none() function
|
D | motorola_pgtable.h | 129 #define pte_none(pte) (!pte_val(pte)) macro
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | pgtable.h | 128 static inline int pte_none(pte_t pte) in pte_none() function
|
/linux-4.4.14/arch/cris/include/asm/ |
D | pgtable.h | 95 #define pte_none(x) (!pte_val(x)) macro
|
/linux-4.4.14/arch/arc/include/asm/ |
D | pgtable.h | 265 #define pte_none(x) (!pte_val(x)) macro
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | pgtable.h | 156 #define pte_none(pte) (!pte_val(pte)) macro
|
/linux-4.4.14/arch/score/include/asm/ |
D | pgtable.h | 120 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | pgtable.h | 295 static inline int pte_none(pte_t pte) in pte_none() function
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | pgtable.h | 180 #define pte_none(x) (!pte_val(x)) macro
|
/linux-4.4.14/arch/um/include/asm/ |
D | pgtable.h | 123 static inline int pte_none(pte_t pte) in pte_none() function
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | pgtable.h | 246 extern inline int pte_none(pte_t pte) { return !pte_val(pte); } in pte_none() function
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | pgtable.h | 223 #define pte_none(x) (!pte_val(x)) macro
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | pgtable.h | 244 # define pte_none(pte) (pte_val(pte) == (_PAGE_CA_INVALID | _PAGE_USER)) macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 296 #define pte_none(pte) ((pte_val(pte) & ~_PTE_NONE_MASK) == 0) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 269 #define pte_none(x) (!(x).pte) macro
|
/linux-4.4.14/drivers/xen/ |
D | privcmd.c | 635 return pte_none(*pte) ? 0 : -EBUSY; in is_mapped_fn()
|
/linux-4.4.14/fs/ |
D | userfaultfd.c | 237 if (pte_none(*pte)) in userfaultfd_must_wait()
|
/linux-4.4.14/arch/x86/xen/ |
D | mmu.c | 1187 if (pte_none(pte[i])) in xen_cleanmfnmap() 1852 if (!pte_none(pte_page[pteidx])) in xen_map_identity_early()
|