Searched refs:get_val (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/arm/boot/compressed/ |
| H A D | fdt_check_mem_start.c | 37 static uint64_t get_val(const fdt32_t *cells, uint32_t ncells) in get_val() function 93 size = get_val(usable + addr_cells, size_cells); in fdt_check_mem_start() 122 size = get_val(reg + addr_cells, size_cells); in fdt_check_mem_start()
|
| /linux-6.15/drivers/gpu/drm/xe/tests/ |
| H 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()
|
| /linux-6.15/drivers/cpufreq/ |
| H A D | intel_pstate.c | 291 u64 (*get_val)(struct cpudata*, int pstate); member 2251 pstate_funcs.get_val(cpu, pstate)); in intel_pstate_set_pstate() 2526 wrmsrl(MSR_IA32_PERF_CTL, pstate_funcs.get_val(cpu, pstate)); in intel_pstate_update_pstate() 2596 .get_val = core_get_val, 2604 .get_val = atom_get_val, 2614 .get_val = atom_get_val, 2626 .get_val = core_get_val, 3116 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_perf_ctl_update() 3119 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_perf_ctl_update() 3474 pstate_funcs.get_val = funcs->get_val; in copy_cpu_funcs()
|