Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dkvm_host.h750 int (*copy_reg_indices)(struct kvm_vcpu *vcpu, u64 __user *indices); member
/openbmc/linux/arch/mips/kvm/
H A Dmips.c646 return kvm_mips_callbacks->copy_reg_indices(vcpu, indices); in kvm_mips_copy_reg_indices()
H A Dvz.c3298 .copy_reg_indices = kvm_vz_copy_reg_indices,