Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/kvm/
Dsys_regs.c828 const struct sys_reg_desc *target_specific, in kvm_handle_cp_64() argument
858 if (!emulate_cp(vcpu, &params, target_specific, nr_specific)) in kvm_handle_cp_64()
884 const struct sys_reg_desc *target_specific, in kvm_handle_cp_32() argument
900 if (!emulate_cp(vcpu, &params, target_specific, nr_specific)) in kvm_handle_cp_32()
911 const struct sys_reg_desc *target_specific; in kvm_handle_cp15_64() local
914 target_specific = get_target_table(vcpu->arch.target, false, &num); in kvm_handle_cp15_64()
917 target_specific, num); in kvm_handle_cp15_64()
922 const struct sys_reg_desc *target_specific; in kvm_handle_cp15_32() local
925 target_specific = get_target_table(vcpu->arch.target, false, &num); in kvm_handle_cp15_32()
928 target_specific, num); in kvm_handle_cp15_32()