Searched refs:emulate_cp (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/arm64/kvm/ |
D | sys_regs.c | 761 static int emulate_cp(struct kvm_vcpu *vcpu, in emulate_cp() function 858 if (!emulate_cp(vcpu, ¶ms, target_specific, nr_specific)) in kvm_handle_cp_64() 860 if (!emulate_cp(vcpu, ¶ms, global, nr_global)) in kvm_handle_cp_64() 900 if (!emulate_cp(vcpu, ¶ms, target_specific, nr_specific)) in kvm_handle_cp_32() 902 if (!emulate_cp(vcpu, ¶ms, global, nr_global)) in kvm_handle_cp_32()
|