Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/nohash/
A Dpgtable.h42 static inline int pte_protnone(pte_t pte) in pte_protnone() function
49 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/linux-6.3-rc2/arch/powerpc/mm/
A Dpgtable.c197 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_pte_at()
293 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_huge_pte_at()
/linux-6.3-rc2/arch/riscv/include/asm/
A Dpgtable.h382 static inline int pte_protnone(pte_t pte) in pte_protnone() function
389 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/linux-6.3-rc2/mm/
A Dmprotect.c51 if (pte_protnone(pte)) in can_change_pte_writable()
135 if (pte_protnone(oldpte)) in change_pte_range()
A Dhmm.c218 if (pte_none(pte) || !pte_present(pte) || pte_protnone(pte)) in pte_to_hmm_pfn_flags()
A Dgup.c554 if (pte_protnone(pte) && !gup_can_follow_protnone(flags)) in follow_page_pte()
2389 if (pte_protnone(pte) && !gup_can_follow_protnone(flags)) in gup_pte_range()
A Ddebug_vm_pgtable.c678 WARN_ON(!pte_protnone(pte)); in pte_protnone_tests()
A Dmemory.c4915 if (pte_protnone(vmf->orig_pte) && vma_is_accessible(vmf->vma)) in handle_pte_fault()
/linux-6.3-rc2/arch/powerpc/mm/book3s64/
A Dpgtable.c85 WARN_ON(pte_hw_valid(pmd_pte(*pmdp)) && !pte_protnone(pmd_pte(*pmdp))); in set_pmd_at()
/linux-6.3-rc2/Documentation/mm/
A Darch_pgtable_helpers.rst33 | pte_protnone | Tests a PROT_NONE PTE |
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h499 static inline int pte_protnone(pte_t pte) in pte_protnone() function
1091 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/linux-6.3-rc2/arch/arm64/include/asm/
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()
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dpgtable.h584 static inline long pte_protnone(pte_t pte) in pte_protnone() function
/linux-6.3-rc2/include/linux/
A Dpgtable.h1429 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/linux-6.3-rc2/arch/x86/include/asm/
A Dpgtable.h792 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/linux-6.3-rc2/arch/powerpc/kvm/
A Dbook3s_hv_rm_mmu.c267 if (pte_present(pte) && !pte_protnone(pte)) { in kvmppc_do_h_enter()
/linux-6.3-rc2/arch/s390/include/asm/
A Dpgtable.h818 static inline int pte_protnone(pte_t pte) in pte_protnone() function

Completed in 52 milliseconds