| /linux/arch/arm64/mm/ |
| H A D | hugetlbpage.c | 125 if (!pte_present(orig_pte) || !pte_cont(orig_pte)) in huge_ptep_get() 159 present = pte_present(pte); in get_clear_contig() 224 if (!pte_present(pte)) { in set_huge_pte_at() 429 VM_WARN_ON(!pte_present(pte)); in huge_ptep_set_access_flags() 440 VM_WARN_ON(!pte_present(orig_pte)); in huge_ptep_set_access_flags() 461 VM_WARN_ON(!pte_present(pte)); in huge_ptep_set_wrprotect()
|
| /linux/arch/powerpc/include/asm/nohash/ |
| H A D | pgtable.h | 205 static inline int pte_present(pte_t pte) in pte_present() function 243 if (!pte_present(pte) || !pte_read(pte)) in pte_access_permitted() 254 return pte_present(pte) && !is_kernel_addr(addr); in pte_user_accessible_page()
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_64_mmu_radix.c | 764 if (pte_present(*ptep)) { in kvmppc_create_pte() 814 if (ptep && pte_present(*ptep) && (!writing || pte_write(*ptep))) { in kvmppc_hv_handle_set_rc() 862 if (!pte_present(pte)) { in kvmppc_book3s_instantiate_page() 1024 if (ptep && pte_present(*ptep)) in kvm_unmap_radix() 1043 if (ptep && pte_present(*ptep) && pte_young(*ptep)) { in kvm_age_radix() 1071 if (ptep && pte_present(*ptep) && pte_young(*ptep)) in kvm_test_age_radix() 1099 if (pte_present(pte) && pte_dirty(pte)) { in kvm_radix_test_clear_dirty() 1111 if (!pte_present(*ptep) || !pte_dirty(*ptep)) { in kvm_radix_test_clear_dirty() 1175 if (ptep && pte_present(*ptep)) in kvmppc_radix_flush_memslot()
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgtable.h | 401 static inline int pte_present(pte_t pte) in pte_present() function 432 if (!pte_present(pte) || !pte_read(pte)) in pte_access_permitted() 443 return pte_present(pte) && !is_kernel_addr(addr); in pte_user_accessible_page()
|
| /linux/arch/arm/include/asm/ |
| H A D | pgtable-3level.h | 166 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ 168 == (pte_present(pte_b) ? pte_val(pte_b) & ~PTE_EXT_NG \
|
| /linux/arch/powerpc/mm/ |
| H A D | pgtable_32.c | 86 BUG_ON((pte_present(*pg) | pte_hashpte(*pg)) && pgprot_val(prot)); in map_kernel_page()
|
| /linux/arch/nios2/mm/ |
| H A D | fault.c | 258 if (!pte_present(*pte_k)) in do_page_fault()
|
| /linux/arch/arc/include/asm/ |
| H A D | pgtable-levels.h | 173 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
| /linux/arch/openrisc/mm/ |
| H A D | fault.c | 348 if (!pte_present(*pte_k)) in do_page_fault()
|
| /linux/arch/xtensa/mm/ |
| H A D | fault.c | 70 if (!pte_present(*pte_k)) in vmalloc_fault()
|
| H A D | tlb.c | 257 if (pte == 0 || !pte_present(__pte(pte))) { in check_tlb_entry()
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgtable.h | 266 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro 371 if (pte_present(pte) && pte_user(pte)) in set_ptes()
|
| /linux/arch/m68k/include/asm/ |
| H A D | sun3_pgtable.h | 96 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() 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 | 106 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
| H A D | mcf_pgtable.h | 120 static inline int pte_present(pte_t pte) in pte_present() function
|
| /linux/arch/csky/mm/ |
| H A D | fault.c | 163 if (!pte_present(*pte_k)) { in vmalloc_fault()
|
| /linux/arch/loongarch/mm/ |
| H A D | pageattr.c | 198 return pte_present(ptep_get(pte)); in kernel_page_present()
|
| H A D | fault.c | 65 if (!pte_present(ptep_get(pte))) in spurious_fault()
|
| /linux/arch/mips/mm/ |
| H A D | fault.c | 316 if (!pte_present(*pte_k)) in __do_page_fault()
|
| /linux/include/linux/ |
| H A D | leafops.h | 59 if (pte_present(pte) || pte_none(pte)) in softleaf_from_pte()
|
| /linux/arch/um/kernel/ |
| H A D | trap.c | 208 } while (!pte_present(*pte)); in handle_page_fault()
|
| /linux/arch/m68k/kernel/ |
| H A D | sys_m68k.c | 493 if (!pte_present(*pte) || !pte_dirty(*pte) in sys_atomic_cmpxchg_32()
|
| /linux/arch/sh/mm/ |
| H A D | fault.c | 199 if (!pte_present(*pte_k)) in vmalloc_fault()
|
| /linux/arch/microblaze/kernel/ |
| H A D | signal.c | 197 if (ptep && pte_present(*ptep)) { in setup_rt_frame()
|