Home
last modified time | relevance | path

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

/arch/powerpc/mm/
A 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()
353 VM_WARN_ON(pte_hw_valid(*ptep) && !pte_protnone(*ptep)); in set_huge_pte_at()
/arch/riscv/include/asm/
A Dpgtable.h468 static inline int pte_protnone(pte_t pte) in pte_protnone() function
475 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/arch/powerpc/mm/book3s64/
A Dpgtable.c125 WARN_ON(pte_hw_valid(pmd_pte(*pmdp)) && !pte_protnone(pmd_pte(*pmdp))); in set_pmd_at()
/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h484 static inline int pte_protnone(pte_t pte) in pte_protnone() function
1052 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/arch/loongarch/include/asm/
A Dpgtable.h581 static inline long pte_protnone(pte_t pte) in pte_protnone() function
/arch/arm64/include/asm/
A Dpgtable.h591 static inline int pte_protnone(pte_t pte) in pte_protnone() function
607 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/arch/x86/include/asm/
A Dpgtable.h1000 static inline int pte_protnone(pte_t pte) in pte_protnone() function
/arch/powerpc/kvm/
A Dbook3s_hv_rm_mmu.c267 if (pte_present(pte) && !pte_protnone(pte)) { in kvmppc_do_h_enter()
/arch/s390/include/asm/
A Dpgtable.h906 static inline int pte_protnone(pte_t pte) in pte_protnone() function

Completed in 43 milliseconds