Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/include/asm/nohash/
Dpgtable.h44 static inline int pte_protnone(pte_t pte) in pte_protnone() function
51 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/Linux-v6.6/arch/powerpc/mm/
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()
/Linux-v6.6/arch/riscv/include/asm/
Dpgtable.h445 static inline int pte_protnone(pte_t pte) in pte_protnone() function
452 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/Linux-v6.6/mm/
Dmprotect.c51 if (pte_protnone(pte)) in can_change_pte_writable()
122 if (pte_protnone(oldpte)) in change_pte_range()
Dhmm.c218 if (pte_none(pte) || !pte_present(pte) || pte_protnone(pte)) in pte_to_hmm_pfn_flags()
Dgup.c600 if (pte_protnone(pte) && !gup_can_follow_protnone(vma, flags)) in follow_page_pte()
2578 if (pte_protnone(pte)) in gup_pte_range()
Ddebug_vm_pgtable.c684 WARN_ON(!pte_protnone(pte)); in pte_protnone_tests()
Dmemory.c4986 if (pte_protnone(vmf->orig_pte) && vma_is_accessible(vmf->vma)) in handle_pte_fault()
/Linux-v6.6/Documentation/mm/
Darch_pgtable_helpers.rst33 | pte_protnone | Tests a PROT_NONE PTE |
/Linux-v6.6/arch/powerpc/mm/book3s64/
Dpgtable.c114 WARN_ON(pte_hw_valid(pmd_pte(*pmdp)) && !pte_protnone(pmd_pte(*pmdp))); in set_pmd_at()
/Linux-v6.6/arch/arm64/include/asm/
Dpgtable.h453 static inline int pte_protnone(pte_t pte) in pte_protnone() function
460 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/Linux-v6.6/arch/powerpc/include/asm/book3s/64/
Dpgtable.h500 static inline int pte_protnone(pte_t pte) in pte_protnone() function
1108 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/Linux-v6.6/arch/loongarch/include/asm/
Dpgtable.h604 static inline long pte_protnone(pte_t pte) in pte_protnone() function
/Linux-v6.6/include/linux/
Dpgtable.h1418 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/Linux-v6.6/arch/x86/include/asm/
Dpgtable.h1007 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/Linux-v6.6/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c267 if (pte_present(pte) && !pte_protnone(pte)) { in kvmppc_do_h_enter()
/Linux-v6.6/arch/s390/include/asm/
Dpgtable.h814 static inline int pte_protnone(pte_t pte) in pte_protnone() function