Searched refs:acrn_pstate_data (Results 1 – 6 of 6) sorted by relevance
15 static const struct acrn_pstate_data px_a3960[17] = {43 static const struct acrn_pstate_data px_a3950[13] = {60 static const struct acrn_pstate_data px_j3455[9] = {73 static const struct acrn_pstate_data px_n3350[5] = {82 static const struct acrn_pstate_data px_i78650[16] = {
20 const struct acrn_pstate_data *px_data;
34 const struct acrn_pstate_data *px_data = vm->pm.px_data; in validate_pstate()60 (void)memset(vm->pm.px_data, 0U, MAX_PSTATE * sizeof(struct acrn_pstate_data)); in vm_setup_cpu_px()66 px_data_size = ((uint32_t)vm->pm.px_cnt) * sizeof(struct acrn_pstate_data); in vm_setup_cpu_px()
82 struct acrn_pstate_data px_data[MAX_PSTATE];
528 struct acrn_pstate_data { struct
1127 struct acrn_pstate_data *px_data; in hcall_get_cpu_pm_state()1147 ret = copy_to_gpa(vm, px_data, param2, sizeof(struct acrn_pstate_data)); in hcall_get_cpu_pm_state()
Completed in 12 milliseconds