Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/nohash/
Dpgtable.h30 static inline int pte_protnone(pte_t pte) in pte_protnone() function
38 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/Linux-v4.19/arch/powerpc/mm/
Dpgtable.c195 VM_WARN_ON(pte_present(*ptep) && !pte_protnone(*ptep)); in set_pte_at()
Dpgtable-book3s64.c72 WARN_ON(pte_present(pmd_pte(*pmdp)) && !pte_protnone(pmd_pte(*pmdp))); in set_pmd_at()
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h542 static inline int pte_protnone(pte_t pte) in pte_protnone() function
567 VM_BUG_ON(!pte_protnone(pte)); in pte_clear_savedwrite()
1090 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/Linux-v4.19/arch/s390/mm/
Dgup.c35 if (pte_protnone(pte)) in gup_pte_range()
/Linux-v4.19/arch/arm64/include/asm/
Dpgtable.h341 static inline int pte_protnone(pte_t pte) in pte_protnone() function
348 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/Linux-v4.19/mm/
Dmprotect.c102 if (pte_protnone(oldpte)) in change_pte_range()
Dgup.c106 if ((flags & FOLL_NUMA) && pte_protnone(pte)) in follow_page_pte()
1388 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()
Dmemory.c3989 if (pte_protnone(vmf->orig_pte) && vma_is_accessible(vmf->vma)) in handle_pte_fault()
/Linux-v4.19/include/asm-generic/
Dpgtable.h989 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/Linux-v4.19/arch/x86/include/asm/
Dpgtable.h755 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/Linux-v4.19/arch/s390/include/asm/
Dpgtable.h766 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c281 if (pte_present(pte) && !pte_protnone(pte)) { in kvmppc_do_h_enter()