Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/kvm/
Dsys_regs.c2115 const struct sys_reg_desc *target_specific, in kvm_handle_cp_64() argument
2149 if (!emulate_cp(vcpu, &params, target_specific, nr_specific) || in kvm_handle_cp_64()
2172 const struct sys_reg_desc *target_specific, in kvm_handle_cp_32() argument
2189 if (!emulate_cp(vcpu, &params, target_specific, nr_specific) || in kvm_handle_cp_32()
2202 const struct sys_reg_desc *target_specific; in kvm_handle_cp15_64() local
2205 target_specific = get_target_table(vcpu->arch.target, false, &num); in kvm_handle_cp15_64()
2208 target_specific, num); in kvm_handle_cp15_64()
2213 const struct sys_reg_desc *target_specific; in kvm_handle_cp15_32() local
2216 target_specific = get_target_table(vcpu->arch.target, false, &num); in kvm_handle_cp15_32()
2219 target_specific, num); in kvm_handle_cp15_32()