Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/nohash/
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.1.9/arch/powerpc/mm/
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.1.9/arch/riscv/include/asm/
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.1.9/mm/
Dmprotect.c49 if (pte_protnone(pte) || !pte_dirty(pte)) in can_change_pte_writable()
128 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()
Dksm.c1044 (pte_protnone(*pvmw.pte) && pte_savedwrite(*pvmw.pte)) || in write_protect_page()
1083 if (pte_protnone(entry)) in write_protect_page()
Dgup.c576 if (pte_protnone(pte) && !gup_can_follow_protnone(flags)) in follow_page_pte()
2438 if (pte_protnone(pte) && !gup_can_follow_protnone(flags)) in gup_pte_range()
Ddebug_vm_pgtable.c707 WARN_ON(!pte_protnone(pte)); in pte_protnone_tests()
Dmemory.c4960 if (pte_protnone(vmf->orig_pte) && vma_is_accessible(vmf->vma)) in handle_pte_fault()
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dpgtable.h533 static inline int pte_protnone(pte_t pte) in pte_protnone() function
558 VM_BUG_ON(!pte_protnone(pte)); in pte_clear_savedwrite()
1160 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/linux-6.1.9/arch/powerpc/mm/book3s64/
Dpgtable.c85 WARN_ON(pte_hw_valid(pmd_pte(*pmdp)) && !pte_protnone(pmd_pte(*pmdp))); in set_pmd_at()
/linux-6.1.9/Documentation/mm/
Darch_pgtable_helpers.rst35 | pte_protnone | Tests a PROT_NONE PTE |
/linux-6.1.9/arch/arm64/include/asm/
Dpgtable.h450 static inline int pte_protnone(pte_t pte) in pte_protnone() function
457 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/linux-6.1.9/arch/loongarch/include/asm/
Dpgtable.h551 static inline long pte_protnone(pte_t pte) in pte_protnone() function
/linux-6.1.9/include/linux/
Dpgtable.h1464 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/linux-6.1.9/arch/x86/include/asm/
Dpgtable.h776 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c267 if (pte_present(pte) && !pte_protnone(pte)) { in kvmppc_do_h_enter()
/linux-6.1.9/arch/s390/include/asm/
Dpgtable.h803 static inline int pte_protnone(pte_t pte) in pte_protnone() function