Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kvm/
Dtrap_emul.c639 .handle_cop_unusable = kvm_trap_emul_handle_cop_unusable,
Dmips.c1284 ret = kvm_mips_callbacks->handle_cop_unusable(vcpu); in kvm_mips_handle_exit()
/linux-4.4.14/arch/mips/include/asm/
Dkvm_host.h601 int (*handle_cop_unusable)(struct kvm_vcpu *vcpu); member