File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3159,7 +3159,8 @@ static void unhandled_cp_access(struct kvm_vcpu *vcpu,
3159
3159
/**
3160
3160
* kvm_handle_cp_64 -- handles a mrrc/mcrr trap on a guest CP14/CP15 access
3161
3161
* @vcpu: The VCPU pointer
3162
- * @run: The kvm_run struct
3162
+ * @global: &struct sys_reg_desc
3163
+ * @nr_global: size of the @global array
3163
3164
*/
3164
3165
static int kvm_handle_cp_64 (struct kvm_vcpu * vcpu ,
3165
3166
const struct sys_reg_desc * global ,
@@ -3326,7 +3327,9 @@ static int kvm_emulate_cp15_id_reg(struct kvm_vcpu *vcpu,
3326
3327
/**
3327
3328
* kvm_handle_cp_32 -- handles a mrc/mcr trap on a guest CP14/CP15 access
3328
3329
* @vcpu: The VCPU pointer
3329
- * @run: The kvm_run struct
3330
+ * @params: &struct sys_reg_params
3331
+ * @global: &struct sys_reg_desc
3332
+ * @nr_global: size of the @global array
3330
3333
*/
3331
3334
static int kvm_handle_cp_32 (struct kvm_vcpu * vcpu ,
3332
3335
struct sys_reg_params * params ,
You can’t perform that action at this time.
0 commit comments