handle_cop_unusable  772 arch/mips/include/asm/kvm_host.h 	int (*handle_cop_unusable)(struct kvm_vcpu *vcpu);
handle_cop_unusable 1345 arch/mips/kvm/mips.c 		ret = kvm_mips_callbacks->handle_cop_unusable(vcpu);
handle_cop_unusable 1271 arch/mips/kvm/trap_emul.c 	.handle_cop_unusable = kvm_trap_emul_handle_cop_unusable,
handle_cop_unusable 3169 arch/mips/kvm/vz.c 	.handle_cop_unusable = kvm_trap_vz_handle_cop_unusable,