Home
last modified time | relevance | path

Searched refs:kvm_s2pte_readonly (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/arm64/include/asm/
Dkvm_mmu.h237 static inline bool kvm_s2pte_readonly(pte_t *ptep)
254 return kvm_s2pte_readonly((pte_t *)pmdp);
269 return kvm_s2pte_readonly((pte_t *)pudp);
/Linux-v5.4/arch/arm/include/asm/
Dkvm_mmu.h163 static inline bool kvm_s2pte_readonly(pte_t *pte) in kvm_s2pte_readonly() function
/Linux-v5.4/virt/kvm/arm/
Dmmu.c1431 if (!kvm_s2pte_readonly(pte)) in stage2_wp_ptes()