Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
Dpgtable.h62 static inline int pte_protnone(pte_t pte) in pte_protnone() function
69 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/kernel/linux/linux-5.10/arch/powerpc/mm/
Dpgtable.c185 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_pte_at()
281 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_huge_pte_at()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h527 static inline int pte_protnone(pte_t pte) in pte_protnone() function
552 VM_BUG_ON(!pte_protnone(pte)); in pte_clear_savedwrite()
1119 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dpgtable.c74 WARN_ON(pte_hw_valid(pmd_pte(*pmdp)) && !pte_protnone(pmd_pte(*pmdp))); in set_pmd_at()
/kernel/linux/linux-5.10/Documentation/vm/
Darch_pgtable_helpers.rst35 | pte_protnone | Tests a PROT_NONE PTE |
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dpgtable.h392 static inline int pte_protnone(pte_t pte) in pte_protnone() function
399 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/kernel/linux/linux-5.10/mm/
Dhmm.c224 if (pte_none(pte) || !pte_present(pte) || pte_protnone(pte)) in pte_to_hmm_pfn_flags()
Dmprotect.c90 if (pte_protnone(oldpte)) in change_pte_range()
Dgup.c444 if ((flags & FOLL_NUMA) && pte_protnone(pte)) in follow_page_pte()
2179 if (pte_protnone(pte)) in gup_pte_range()
Dksm.c1064 (pte_protnone(*pvmw.pte) && pte_savedwrite(*pvmw.pte)) || in write_protect_page()
1096 if (pte_protnone(entry)) in write_protect_page()
Ddebug_vm_pgtable.c668 WARN_ON(!pte_protnone(pte)); in pte_protnone_tests()
Dmemory.c4554 if (pte_protnone(vmf->orig_pte) && vma_is_accessible(vmf->vma)) in handle_pte_fault()
/kernel/linux/linux-5.10/include/linux/
Dpgtable.h1276 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpgtable.h806 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c271 if (pte_present(pte) && !pte_protnone(pte)) { in kvmppc_do_h_enter()
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dpgtable.h793 static inline int pte_protnone(pte_t pte) in pte_protnone() function