Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/kvm/
Dsys_regs.c1052 const struct sys_reg_desc *target_specific, in kvm_handle_cp_64() argument
1079 if (!emulate_cp(vcpu, &params, target_specific, nr_specific)) in kvm_handle_cp_64()
1104 const struct sys_reg_desc *target_specific, in kvm_handle_cp_32() argument
1121 if (!emulate_cp(vcpu, &params, target_specific, nr_specific) || in kvm_handle_cp_32()
1134 const struct sys_reg_desc *target_specific; in kvm_handle_cp15_64() local
1137 target_specific = get_target_table(vcpu->arch.target, false, &num); in kvm_handle_cp15_64()
1140 target_specific, num); in kvm_handle_cp15_64()
1145 const struct sys_reg_desc *target_specific; in kvm_handle_cp15_32() local
1148 target_specific = get_target_table(vcpu->arch.target, false, &num); in kvm_handle_cp15_32()
1151 target_specific, num); in kvm_handle_cp15_32()