/linux/arch/s390/mm/ |
H A D | hugetlbpage.c | 50 if (pte_present(pte)) { in __pte_to_rste() 170 if (likely(pte_present(pte))) in __set_huge_pte_at() 173 } else if (likely(pte_present(pte))) in __set_huge_pte_at()
|
/linux/mm/ |
H A D | migrate_device.c | 125 if (!pte_present(pte)) { in migrate_vma_collect_pmd() 232 if (pte_present(pte)) { in migrate_vma_collect_pmd() 239 if (pte_present(pte)) { in migrate_vma_collect_pmd() 260 if (pte_present(pte)) in migrate_vma_collect_pmd() 644 if (pte_present(orig_pte)) { in migrate_vma_insert_page()
|
H A D | hmm.c | 218 if (pte_none(pte) || !pte_present(pte) || pte_protnone(pte)) in pte_to_hmm_pfn_flags() 243 if (!pte_present(pte)) { in hmm_vma_handle_pte()
|
H A D | mincore.c | 128 else if (pte_present(pte)) in mincore_pte_range()
|
/linux/arch/sparc/mm/ |
H A D | hugetlbpage.c | 239 if (!pte_present(*ptep) && pte_present(entry)) in __set_huge_pte_at() 283 if (pte_present(entry)) in huge_ptep_get_and_clear()
|
/linux/arch/riscv/mm/ |
H A D | hugetlbpage.c | 12 if (!pte_present(orig_pte) || !pte_napot(orig_pte)) in huge_ptep_get() 79 WARN_ON_ONCE(pte_present(pteval) && !pte_huge(pteval)); in huge_pte_alloc() 246 if (!pte_present(pte)) { in set_huge_pte_at()
|
/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 116 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro 163 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro 211 if (!pte_present(pte)) 213 if (pte_present(ptep[i]) &&
|
/linux/arch/um/kernel/skas/ |
H A D | uaccess.c | 51 if ((pte == NULL) || !pte_present(*pte) || in maybe_map() 58 if (!pte_present(*pte)) in maybe_map()
|
/linux/arch/arm64/mm/ |
H A D | hugetlbpage.c | 129 if (!pte_present(orig_pte) || !pte_cont(orig_pte)) in huge_ptep_get() 163 present = pte_present(pte); in get_clear_contig() 226 if (!pte_present(pte)) { in set_huge_pte_at()
|
/linux/fs/proc/ |
H A D | task_mmu.c | 802 if (pte_present(ptent)) { in smaps_pte_entry() 1014 if (pte_present(ptent)) { in smaps_hugetlb_range() 1397 if (pte_present(ptent)) { in clear_soft_dirty() 1491 if (!pte_present(ptent)) in clear_refs_pte_range() 1701 if (pte_present(pte)) { in pte_to_pagemap_entry() 1876 if (pte_present(pte)) { in pagemap_hugetlb_range() 2083 if (pte_present(pte)) { in pagemap_page_category() 2123 if (pte_present(ptent)) { in make_uffd_wp_pte() 2208 if (pte_present(pte)) { in pagemap_hugetlb_category() 2479 if ((pte_present(ptent) && pte_uffd_wp(ptent)) || in pagemap_scan_pmd_entry() [all …]
|
/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgtable.h | 199 static inline int pte_present(pte_t pte) in pte_present() function 237 if (!pte_present(pte) || !pte_read(pte)) in pte_access_permitted()
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 344 static inline int pte_present(pte_t pte) in pte_present() function 384 return pte_present(pte) && (pte_val(pte) & _PAGE_LEAF); in pte_huge() 554 if (pte_present(pteval) && pte_exec(pteval)) in __set_pte_at() 788 return pte_present(pte) && pte_user(pte); in pte_user_accessible_page()
|
/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 181 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro 183 #define pte_accessible(mm, pte) (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid(pte))
|
/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 237 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro 239 # define pte_present(pte) \ macro
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 400 static inline int pte_present(pte_t pte) in pte_present() function 431 if (!pte_present(pte) || !pte_read(pte)) in pte_access_permitted()
|
/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/s390/include/asm/ |
H A D | pgtable.h | 873 static inline int pte_present(pte_t pte) in pte_present() function 906 return pte_present(pte) && !(pte_val(pte) & _PAGE_READ); in pte_protnone() 1240 if (mm_is_protected(mm) && pte_present(res)) in ptep_get_and_clear() 1258 if (mm_is_protected(vma->vm_mm) && pte_present(res)) in ptep_clear_flush() 1284 if (!mm_is_protected(mm) || !pte_present(res)) in ptep_get_and_clear_full() 1417 if (pte_present(entry)) in set_ptes()
|
/linux/arch/arc/include/asm/ |
H A D | pgtable-levels.h | 174 #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()
|
/linux/arch/csky/mm/ |
H A D | fault.c | 163 if (!pte_present(*pte_k)) { in vmalloc_fault()
|
/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 102 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
|
/linux/arch/powerpc/mm/nohash/ |
H A D | 8xx.c | 68 if (WARN_ON(pte_present(*ptep) && pgprot_val(prot))) in __early_map_kernel_hugepage()
|
/linux/arch/arm/mm/ |
H A D | fault-armv.c | 45 ret = pte_present(entry); in do_adjust_pte()
|