Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/nohash/
A 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/arch/powerpc/mm/
A Dpgtable.c194 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_pte_at()
281 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_huge_pte_at()
/linux/arch/riscv/include/asm/
A Dpgtable.h359 static inline int pte_protnone(pte_t pte) in pte_protnone() function
366 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h548 static inline int pte_protnone(pte_t pte) in pte_protnone() function
573 VM_BUG_ON(!pte_protnone(pte)); in pte_clear_savedwrite()
1155 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/linux/arch/powerpc/mm/book3s64/
A Dpgtable.c76 WARN_ON(pte_hw_valid(pmd_pte(*pmdp)) && !pte_protnone(pmd_pte(*pmdp))); in set_pmd_at()
/linux/arch/arm64/include/asm/
A Dpgtable.h409 static inline int pte_protnone(pte_t pte) in pte_protnone() function
416 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/linux/Documentation/vm/
A Darch_pgtable_helpers.rst35 | pte_protnone | Tests a PROT_NONE PTE |
/linux/mm/
A Dhmm.c226 if (pte_none(pte) || !pte_present(pte) || pte_protnone(pte)) in pte_to_hmm_pfn_flags()
A Dmprotect.c88 if (pte_protnone(oldpte)) in change_pte_range()
A Dksm.c1061 (pte_protnone(*pvmw.pte) && pte_savedwrite(*pvmw.pte)) || in write_protect_page()
1093 if (pte_protnone(entry)) in write_protect_page()
A Dgup.c511 if ((flags & FOLL_NUMA) && pte_protnone(pte)) in follow_page_pte()
2279 if (pte_protnone(pte)) in gup_pte_range()
A Ddebug_vm_pgtable.c705 WARN_ON(!pte_protnone(pte)); in pte_protnone_tests()
A Dmemory.c4557 if (pte_protnone(vmf->orig_pte) && vma_is_accessible(vmf->vma)) in handle_pte_fault()
/linux/include/linux/
A Dpgtable.h1371 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/linux/arch/x86/include/asm/
A Dpgtable.h777 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/linux/arch/powerpc/kvm/
A Dbook3s_hv_rm_mmu.c273 if (pte_present(pte) && !pte_protnone(pte)) { in kvmppc_do_h_enter()
/linux/arch/s390/include/asm/
A Dpgtable.h787 static inline int pte_protnone(pte_t pte) in pte_protnone() function

Completed in 54 milliseconds