/linux-4.1.27/arch/um/include/asm/ |
D | pgtable.h | 115 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro 166 return(pte_present(pte) && (pte_get_bits(pte, _PAGE_NEWPROT))); in pte_newprot() 231 if(pte_present(pte)) in pte_mkuptodate() 257 if(pte_present(*pteptr)) *pteptr = pte_mknewprot(*pteptr); in set_pte() 281 if (pte_present(pte)) \
|
/linux-4.1.27/arch/sparc/mm/ |
D | hugetlbpage.c | 185 if (!pte_present(*ptep) && pte_present(entry)) in set_huge_pte_at() 204 if (pte_present(entry)) in huge_ptep_get_and_clear()
|
D | fault_64.c | 131 if (pte_present(pte)) { in get_user_insn()
|
/linux-4.1.27/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()
|
/linux-4.1.27/arch/tile/mm/ |
D | hugetlbpage.c | 93 if (!pte_present(*ptep) && huge_shift[level] != 0) { in get_pte() 97 if (pte_present(pte) && pte_super(pte)) in get_pte() 144 if (!pte_present(*pte)) in huge_pte_offset()
|
D | fault.c | 154 if (!pte_present(*pte_k)) in vmalloc_fault() 240 if (!is_kernel_mode || !pte_present(pteval)) in handle_migrating_pte() 522 if (pte && pte_present(*pte) && !pte_exec_kernel(*pte)) in handle_page_fault()
|
D | pgtable.c | 417 if (pte_present(pte)) { in __set_pte() 431 if (pte_present(pte) && in set_pte()
|
D | highmem.c | 251 BUG_ON(!pte_present(pteval) && !pte_migrating(pteval)); in __kunmap_atomic()
|
D | homecache.c | 378 BUG_ON(!pte_present(pteval) || pte_huge(pteval)); in homecache_change_page_home()
|
/linux-4.1.27/arch/x86/mm/ |
D | fault.c | 292 if (!pte_present(*pte_k)) in vmalloc_fault() 421 if (!pte_present(*pte_ref)) in vmalloc_fault() 431 if (!pte_present(*pte) || pte_pfn(*pte) != pte_pfn(*pte_ref)) in vmalloc_fault() 606 if (pte && pte_present(*pte) && !pte_exec(*pte)) in show_fault_oops() 608 if (pte && pte_present(*pte) && pte_exec(*pte) && in show_fault_oops() 988 if (!pte_present(*pte)) in spurious_fault()
|
D | init_32.c | 489 if (!pte_present(*pte)) in native_pagetable_init()
|
D | init_64.c | 805 if (!pte_present(*pte)) in remove_pte_table()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | pgtable.h | 136 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro 171 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro 245 if (!pte_present(pteval)) in set_pte_at() 248 if (pte_present(*ptep) && (pte_pfn(*ptep) == pte_pfn(pteval))) in set_pte_at()
|
/linux-4.1.27/arch/um/kernel/ |
D | tlb.c | 207 if (pte_present(*pte)) in update_pte_range() 362 if (!pte_present(*pte) || pte_newpage(*pte)) { in flush_tlb_kernel_range_common() 369 if (pte_present(*pte)) in flush_tlb_kernel_range_common() 423 if (pte_present(*pte)) { in flush_tlb_page()
|
D | trap.c | 108 } while (!pte_present(*pte)); in handle_page_fault()
|
/linux-4.1.27/arch/mn10300/mm/ |
D | fault.c | 94 if (!pte_present(*pte)) 410 if (!pte_present(*pte_k)) in do_page_fault()
|
/linux-4.1.27/arch/um/kernel/skas/ |
D | uaccess.c | 46 if ((pte == NULL) || !pte_present(*pte) || in maybe_map() 53 if (!pte_present(*pte)) in maybe_map()
|
/linux-4.1.27/arch/sh/mm/ |
D | tlbex_64.c | 71 if (pte_none(entry) || !pte_present(entry)) in handle_tlbmiss()
|
D | fault.c | 199 if (!pte_present(*pte_k)) in vmalloc_fault()
|
D | cache-sh5.c | 411 if (pte_none(entry) || !pte_present(entry)) in sh64_dcache_purge_user_pages()
|
/linux-4.1.27/arch/cris/arch-v10/mm/ |
D | fault.c | 88 if (!pte_present(pte)) in handle_mmu_bus_fault()
|
/linux-4.1.27/arch/score/include/asm/ |
D | pgtable.h | 121 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro 238 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/linux-4.1.27/arch/arm/include/asm/ |
D | pgtable-3level.h | 201 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ 203 == (pte_present(pte_b) ? pte_val(pte_b) & ~PTE_EXT_NG \
|
D | pgtable.h | 222 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro 224 #define pte_accessible(mm, pte) (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid(pte))
|
/linux-4.1.27/arch/powerpc/mm/ |
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()
|
D | hugetlbpage.c | 710 if (!pte_present(pte)) { in follow_huge_addr()
|
D | hash_utils_64.c | 1070 if (ptep == NULL || !pte_present(*ptep)) { in hash_page_mm()
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | pgtable.h | 242 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro 244 # define pte_present(pte) \ macro
|
/linux-4.1.27/fs/proc/ |
D | task_mmu.c | 490 if (pte_present(*pte)) { in smaps_pte_entry() 755 if (pte_present(ptent)) { in clear_soft_dirty() 829 if (!pte_present(ptent)) in clear_refs_pte_range() 1052 if (pte_present(pte)) { in pte_to_pagemap_entry() 1164 if (pte_present(pte)) in huge_pte_to_pagemap_entry() 1395 if (!pte_present(pte)) in can_gather_numa_stats() 1453 if (!pte_present(*pte)) in gather_hugetlb_stats()
|
/linux-4.1.27/include/linux/ |
D | swapops.h | 57 return !pte_none(pte) && !pte_present(pte); in is_swap_pte()
|
/linux-4.1.27/arch/score/mm/ |
D | fault.c | 232 if (!pte_present(*pte_k)) in do_page_fault()
|
/linux-4.1.27/arch/nios2/mm/ |
D | fault.c | 270 if (!pte_present(*pte_k)) in do_page_fault()
|
/linux-4.1.27/arch/m68k/mm/ |
D | mcfmmu.c | 118 if (pte_none(*pte) || !pte_present(*pte)) { in cf_tlb_miss()
|
D | motorola.c | 187 if (!pte_present(*pte_dir)) in map_node()
|
/linux-4.1.27/arch/arm/mm/ |
D | fault-armv.c | 49 ret = pte_present(entry); in do_adjust_pte()
|
/linux-4.1.27/arch/openrisc/mm/ |
D | fault.c | 357 if (!pte_present(*pte_k)) in do_page_fault()
|
/linux-4.1.27/arch/s390/mm/ |
D | hugetlbpage.c | 35 if (pte_present(pte)) { in __pte_to_pmd()
|
/linux-4.1.27/arch/cris/mm/ |
D | fault.c | 364 if (!pte_present(*pte_k)) in do_page_fault()
|
/linux-4.1.27/mm/ |
D | mincore.c | 138 else if (pte_present(pte)) in mincore_pte_range()
|
D | mprotect.c | 76 if (pte_present(oldpte)) { in change_pte_range()
|
D | madvise.c | 158 if (pte_present(pte) || pte_none(pte)) in swapin_walk_pmd_entry()
|
D | gup.c | 49 if (!pte_present(pte)) { in follow_page_pte() 1029 if (!pte_present(pte) || pte_special(pte) || in gup_pte_range()
|
D | mlock.c | 382 if (pte_present(*pte)) in __munlock_pagevec_fill()
|
D | rmap.c | 672 if (!sync && !pte_present(*pte)) { in __page_check_address() 680 if (pte_present(*pte) && page_to_pfn(page) == pte_pfn(*pte)) { in __page_check_address()
|
D | mremap.c | 80 if (pte_present(pte)) in move_soft_dirty_pte()
|
D | memory.c | 815 if (unlikely(!pte_present(pte))) { in copy_one_pte() 1096 if (pte_present(ptent)) { in zap_pte_range() 3250 if (!pte_present(entry)) { in handle_pte_fault() 3517 if (!pte_present(*ptep)) in __follow_pte()
|
D | hugetlb.c | 2636 if (huge_pte_none(pte) || pte_present(pte)) in is_hugetlb_entry_migration() 2649 if (huge_pte_none(pte) || pte_present(pte)) in is_hugetlb_entry_hwpoisoned() 2776 if (unlikely(!pte_present(pte))) { in __unmap_hugepage_range() 3306 if (!pte_present(entry)) in hugetlb_fault()
|
D | huge_memory.c | 2134 if (pte_none(pteval) || (pte_present(pteval) && in __collapse_huge_page_isolate() 2141 if (!pte_present(pteval)) in __collapse_huge_page_isolate() 2593 if (!pte_present(pteval)) in khugepaged_scan_pmd()
|
D | vmalloc.c | 66 WARN_ON(!pte_none(ptent) && !pte_present(ptent)); in vunmap_pte_range() 253 if (pte_present(pte)) in vmalloc_to_page()
|
D | mempolicy.c | 502 if (!pte_present(*pte)) in queue_pages_pte_range() 539 if (!pte_present(entry)) in queue_pages_hugetlb()
|
D | memcontrol.c | 4825 if (pte_present(ptent)) in get_mctgt_type()
|
/linux-4.1.27/arch/xtensa/mm/ |
D | fault.c | 225 if (!pte_present(*pte_k)) in do_page_fault()
|
D | tlb.c | 241 if (pte == 0 || !pte_present(__pte(pte))) { in check_tlb_entry()
|
/linux-4.1.27/arch/metag/mm/ |
D | fault.c | 98 if (!pte_present(*pte_k)) in do_page_fault()
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pgtable.h | 265 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE)) macro 336 (!pte_present(*ptep) || in set_pte()
|
/linux-4.1.27/arch/frv/mm/ |
D | fault.c | 325 if (!pte_present(*pte_k)) in do_page_fault()
|
/linux-4.1.27/arch/ia64/mm/ |
D | fault.c | 72 return pte_present(pte); in mapped_kernel_page_is_present()
|
/linux-4.1.27/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 76 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgtable.h | 59 static inline int pte_present(pte_t pte) in pte_present() function
|
/linux-4.1.27/arch/mips/mm/ |
D | fault.c | 327 if (!pte_present(*pte_k)) in __do_page_fault()
|
D | gup.c | 45 if (!pte_present(pte) || in gup_pte_range()
|
D | c-r4k.c | 579 if (!(pte_present(*ptep))) in local_r4k_flush_cache_page()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | mmu_context.h | 135 if (pte_none(*pte) || !pte_present(*pte)) in load_ksp_mmu()
|
D | sun3_pgtable.h | 123 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
|
D | motorola_pgtable.h | 130 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
D | mcf_pgtable.h | 179 static inline int pte_present(pte_t pte) in pte_present() function
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | pgtable.h | 141 #define pte_present(pte) (!!(pte_val(pte) & (PTE_VALID | PTE_PROT_NONE))) macro 288 #define pmd_present(pmd) pte_present(pmd_pte(pmd))
|
/linux-4.1.27/arch/cris/include/asm/ |
D | pgtable.h | 96 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | pgtable.h | 133 static inline int pte_present(pte_t pte) \ in pte_present() function
|
/linux-4.1.27/arch/metag/include/asm/ |
D | pgtable.h | 109 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | pgtable.h | 177 #define pte_present(pte) (pte_val(pte) & PTE_PRESENT) macro
|
/linux-4.1.27/arch/arc/include/asm/ |
D | pgtable.h | 251 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | pgtable.h | 177 #define pte_present(x) (pte_val(x) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | pgtable.h | 303 static inline int pte_present(pte_t pte) in pte_present() function
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | pgtable.h | 181 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux-4.1.27/arch/sh/include/asm/ |
D | pgtable_64.h | 229 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
D | pgtable_32.h | 323 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | signal.c | 204 if (pte_present(*ptep)) { in setup_rt_frame()
|
/linux-4.1.27/arch/m68k/kernel/ |
D | sys_m68k.c | 481 if (!pte_present(*pte) || !pte_dirty(*pte) in sys_atomic_cmpxchg_32()
|
/linux-4.1.27/arch/m32r/mm/ |
D | fault.c | 331 if (!pte_present(*pte_k)) in do_page_fault()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | pgtable_32.h | 144 static inline int pte_present(pte_t pte) in pte_present() function
|
D | pgtable_64.h | 614 static inline unsigned long pte_present(pte_t pte) in pte_present() function 910 if (tlb_type != hypervisor && pte_present(pte)) { \
|
/linux-4.1.27/arch/metag/kernel/ |
D | dma.c | 303 if (!pte_none(pte) && pte_present(pte)) { in dma_free_coherent()
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | pgtable.h | 224 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | pgtable.h | 247 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present() function
|
/linux-4.1.27/arch/powerpc/perf/ |
D | callchain.c | 140 if (!pte_present(pte) || !(pte_val(pte) & _PAGE_USER)) in read_user_stack_slow()
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_hv_rm_mmu.c | 35 if (!p || !pte_present(*p)) in real_vmalloc_addr() 217 if (pte_present(pte) && !pte_protnone(pte)) { in kvmppc_do_h_enter()
|
D | e500_mmu_host.c | 483 if (pte_present(pte)) { in kvmppc_e500_shadow_map()
|
/linux-4.1.27/arch/tile/include/asm/ |
D | pgtable.h | 193 #define pte_present hv_pte_get_present macro
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | pgtable.h | 297 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/linux-4.1.27/arch/frv/include/asm/ |
D | pgtable.h | 354 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | pgtable.h | 218 #define pte_present(x) (pte_val(x) & _PAGE_VALID) macro
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | pgtable.h | 288 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/linux-4.1.27/arch/parisc/kernel/ |
D | pci-dma.c | 184 if (pte_none(page) || pte_present(page)) in unmap_uncached_pte()
|
/linux-4.1.27/arch/arm/kernel/ |
D | traps.c | 659 if (!pte_present(*pte) || !pte_write(*pte) || !pte_dirty(*pte)) { in arm_syscall()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable.h | 438 static inline int pte_present(pte_t a) in pte_present() function
|
/linux-4.1.27/arch/x86/kernel/ |
D | vm86_32.c | 190 if (pte_present(*pte)) in mark_screen_rdonly()
|
/linux-4.1.27/drivers/misc/sgi-gru/ |
D | grufault.c | 245 if (unlikely(!pte_present(pte) || in atomic_pte_lookup()
|
/linux-4.1.27/arch/arm/kvm/ |
D | mmu.c | 940 if (iomap && pte_present(*pte)) in stage2_set_pte() 945 if (pte_present(old_pte)) { in stage2_set_pte()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | signal32.c | 386 if (!pte_present(pte)) in flush_signal_insns()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | pgtable.h | 549 static inline int pte_present(pte_t pte) in pte_present() function
|
/linux-4.1.27/arch/frv/kernel/ |
D | gdb-stub.c | 468 if (pte_present(*pte)) in gdbstub_virt_to_pte()
|