Home
last modified time | relevance | path

Searched refs:pte_protnone (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/arch/powerpc/mm/
H A Dpgtable.c215 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_ptes()
315 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in __set_huge_pte_at()
353 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_huge_pte_at()
/linux-6.15/mm/
H A Dmprotect.c52 if (pte_protnone(pte)) in can_change_pte_writable()
125 if (pte_protnone(oldpte)) in change_pte_range()
H A Dhmm.c218 if (pte_none(pte) || !pte_present(pte) || pte_protnone(pte)) in pte_to_hmm_pfn_flags()
H A Dgup.c858 if (pte_protnone(pte) && !gup_can_follow_protnone(vma, flags)) in follow_page_pte()
2910 if (pte_protnone(pte)) in gup_fast_pte_range()
H A Ddebug_vm_pgtable.c672 WARN_ON(!pte_protnone(pte)); in pte_protnone_tests()
H A Dmemory.c5749 if (!pte_present(ptent) || !pte_protnone(ptent)) in numa_rebuild_large_mapping()
6002 if (pte_protnone(vmf->orig_pte) && vma_is_accessible(vmf->vma)) in handle_pte_fault()
/linux-6.15/arch/riscv/include/asm/
H A Dpgtable.h482 static inline int pte_protnone(pte_t pte) in pte_protnone() function
489 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/linux-6.15/Documentation/mm/
H A Darch_pgtable_helpers.rst31 | pte_protnone | Tests a PROT_NONE PTE |
/linux-6.15/arch/powerpc/mm/book3s64/
H A Dpgtable.c126 WARN_ON(pte_hw_valid(pmd_pte(*pmdp)) && !pte_protnone(pmd_pte(*pmdp))); in set_pmd_at()
/linux-6.15/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h485 static inline int pte_protnone(pte_t pte) in pte_protnone() function
1071 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/linux-6.15/arch/loongarch/include/asm/
H A Dpgtable.h602 static inline long pte_protnone(pte_t pte) in pte_protnone() function
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h533 static inline int pte_protnone(pte_t pte) in pte_protnone() function
549 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/linux-6.15/include/linux/
H A Dpgtable.h1682 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/linux-6.15/arch/x86/include/asm/
H A Dpgtable.h1051 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/linux-6.15/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c267 if (pte_present(pte) && !pte_protnone(pte)) { in kvmppc_do_h_enter()
/linux-6.15/arch/s390/include/asm/
H A Dpgtable.h906 static inline int pte_protnone(pte_t pte) in pte_protnone() function