Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H 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()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dpgtable.c185 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()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h527 static inline int pte_protnone(pte_t pte) in pte_protnone() function
552 VM_BUG_ON(!pte_protnone(pte)); in pte_clear_savedwrite()
1119 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dpgtable.c74 WARN_ON(pte_hw_valid(pmd_pte(*pmdp)) && !pte_protnone(pmd_pte(*pmdp))); in set_pmd_at()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h392 static inline int pte_protnone(pte_t pte) in pte_protnone() function
399 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Darch_pgtable_helpers.rst35 | pte_protnone | Tests a PROT_NONE PTE |
/OK3568_Linux_fs/kernel/mm/
H A Dhmm.c224 if (pte_none(pte) || !pte_present(pte) || pte_protnone(pte)) in pte_to_hmm_pfn_flags()
H A Dmprotect.c88 if (pte_protnone(oldpte)) in change_pte_range()
H A Dgup.c475 if ((flags & FOLL_NUMA) && pte_protnone(pte)) in follow_page_pte()
2157 if (pte_protnone(pte)) in gup_pte_range()
H A Dksm.c1063 (pte_protnone(*pvmw.pte) && pte_savedwrite(*pvmw.pte)) || in write_protect_page()
1095 if (pte_protnone(entry)) in write_protect_page()
H A Ddebug_vm_pgtable.c668 WARN_ON(!pte_protnone(pte)); in pte_protnone_tests()
H A Dmemory.c4766 if (pte_protnone(vmf->orig_pte) && vma_is_accessible(vmf->vma)) in handle_pte_fault()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h1287 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h806 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c271 if (pte_present(pte) && !pte_protnone(pte)) { in kvmppc_do_h_enter()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h793 static inline int pte_protnone(pte_t pte) in pte_protnone() function