Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dkvm_host.h717 int (*handle_cop_unusable)(struct kvm_vcpu *vcpu); member
/linux/arch/mips/kvm/
H A Dmips.c1214 ret = kvm_mips_callbacks->handle_cop_unusable(vcpu); in __kvm_mips_handle_exit()
H A Dvz.c3271 .handle_cop_unusable = kvm_trap_vz_handle_cop_unusable,