Searched refs:hpte_is_writable (Results 1 - 3 of 3) sorted by last modified time

/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s_64.h382 static inline int hpte_is_writable(unsigned long ptel) function
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c216 writing = hpte_is_writable(ptel);
723 if (hpte_is_writable(r) && !hpte_is_writable(pte_r))
H A Dbook3s_64_mmu_hv.c677 if (hpte_is_writable(r) && !write_ok)
740 if (page && hpte_is_writable(r))
1072 (!hpte_is_writable(hptep1) || vcpus_running(kvm)))

Completed in 244 milliseconds