Home
last modified time | relevance | path

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

/Linux-v5.4/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()
/Linux-v5.4/arch/powerpc/mm/
Dpgtable.c186 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_pte_at()
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgtable.h519 static inline int pte_protnone(pte_t pte) in pte_protnone() function
544 VM_BUG_ON(!pte_protnone(pte)); in pte_clear_savedwrite()
1109 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/Linux-v5.4/arch/powerpc/mm/book3s64/
Dpgtable.c73 WARN_ON(pte_hw_valid(pmd_pte(*pmdp)) && !pte_protnone(pmd_pte(*pmdp))); in set_pmd_at()
/Linux-v5.4/arch/arm64/include/asm/
Dpgtable.h344 static inline int pte_protnone(pte_t pte) in pte_protnone() function
351 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/Linux-v5.4/mm/
Dmprotect.c101 if (pte_protnone(oldpte)) in change_pte_range()
Dgup.c206 if ((flags & FOLL_NUMA) && pte_protnone(pte)) in follow_page_pte()
1827 if (pte_protnone(pte)) in gup_pte_range()
Dhmm.c447 if (pte_none(pte) || !pte_present(pte) || pte_protnone(pte)) in pte_to_hmm_pfn_flags()
Dksm.c1061 (pte_protnone(*pvmw.pte) && pte_savedwrite(*pvmw.pte)) || in write_protect_page()
1093 if (pte_protnone(entry)) in write_protect_page()
Dmemory.c3855 if (pte_protnone(vmf->orig_pte) && vma_is_accessible(vmf->vma)) in handle_pte_fault()
/Linux-v5.4/include/asm-generic/
Dpgtable.h1026 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/Linux-v5.4/arch/x86/include/asm/
Dpgtable.h771 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/Linux-v5.4/arch/s390/include/asm/
Dpgtable.h806 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c280 if (pte_present(pte) && !pte_protnone(pte)) { in kvmppc_do_h_enter()