Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h44 static inline int pte_protnone(pte_t pte) in pte_protnone() function
51 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/openbmc/linux/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()
/openbmc/linux/mm/
H A Dmprotect.c51 if (pte_protnone(pte)) in can_change_pte_writable()
122 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.c512 if (pte_protnone(pte) && !gup_can_follow_protnone(vma, flags)) in follow_page_pte()
2588 if (pte_protnone(pte)) in gup_pte_range()
H A Ddebug_vm_pgtable.c671 WARN_ON(!pte_protnone(pte)); in pte_protnone_tests()
H A Dmemory.c5033 if (pte_protnone(vmf->orig_pte) && vma_is_accessible(vmf->vma)) in handle_pte_fault()
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h451 static inline int pte_protnone(pte_t pte) in pte_protnone() function
458 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h453 static inline int pte_protnone(pte_t pte) in pte_protnone() function
460 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/openbmc/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst33 | pte_protnone | Tests a PROT_NONE PTE |
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c114 WARN_ON(pte_hw_valid(pmd_pte(*pmdp)) && !pte_protnone(pmd_pte(*pmdp))); in set_pmd_at()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h474 static inline int pte_protnone(pte_t pte) in pte_protnone() function
1082 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/openbmc/linux/arch/loongarch/include/asm/
H A Dpgtable.h604 static inline long pte_protnone(pte_t pte) in pte_protnone() function
/openbmc/linux/include/linux/
H A Dpgtable.h1439 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h991 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c267 if (pte_present(pte) && !pte_protnone(pte)) { in kvmppc_do_h_enter()
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h824 static inline int pte_protnone(pte_t pte) in pte_protnone() function