Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/kvm/
Dtrap_emul.c1262 .handle_cop_unusable = kvm_trap_emul_handle_cop_unusable,
Dmips.c1267 ret = kvm_mips_callbacks->handle_cop_unusable(vcpu); in kvm_mips_handle_exit()
Dvz.c3277 .handle_cop_unusable = kvm_trap_vz_handle_cop_unusable,
/Linux-v5.10/arch/mips/include/asm/
Dkvm_host.h799 int (*handle_cop_unusable)(struct kvm_vcpu *vcpu); member