Searched refs:get_val (Results 1 – 2 of 2) sorted by relevance
| /drivers/gpu/drm/xe/tests/ |
| A D | xe_bo.c | 25 bool clear, u64 get_val, u64 assign_val, in ccs_test_migrate() argument 100 if (cpu_map[0] != get_val) { in ccs_test_migrate() 103 (unsigned long long)get_val, in ccs_test_migrate() 111 if (cpu_map[offset] != get_val) { in ccs_test_migrate() 114 (unsigned long long)get_val, in ccs_test_migrate()
|
| /drivers/cpufreq/ |
| A D | intel_pstate.c | 295 u64 (*get_val)(struct cpudata*, int pstate); member 2370 pstate_funcs.get_val(cpu, pstate)); in intel_pstate_set_pstate() 2645 wrmsrq(MSR_IA32_PERF_CTL, pstate_funcs.get_val(cpu, pstate)); in intel_pstate_update_pstate() 2715 .get_val = core_get_val, 2723 .get_val = atom_get_val, 2733 .get_val = atom_get_val, 2745 .get_val = core_get_val, 3238 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_perf_ctl_update() 3241 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_perf_ctl_update() 3596 pstate_funcs.get_val = funcs->get_val; in copy_cpu_funcs()
|
Completed in 14 milliseconds