Searched refs:get_val (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/arm/boot/compressed/ |
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.12.1/drivers/gpu/drm/xe/tests/ |
D | xe_bo.c | 18 bool clear, u64 get_val, u64 assign_val, in ccs_test_migrate() argument 86 if (cpu_map[0] != get_val) { in ccs_test_migrate() 89 (unsigned long long)get_val, in ccs_test_migrate() 97 if (cpu_map[offset] != get_val) { in ccs_test_migrate() 100 (unsigned long long)get_val, in ccs_test_migrate()
|
/linux-6.12.1/drivers/cpufreq/ |
D | intel_pstate.c | 290 u64 (*get_val)(struct cpudata*, int pstate); member 2246 pstate_funcs.get_val(cpu, pstate)); in intel_pstate_set_pstate() 2521 wrmsrl(MSR_IA32_PERF_CTL, pstate_funcs.get_val(cpu, pstate)); in intel_pstate_update_pstate() 2591 .get_val = core_get_val, 2599 .get_val = atom_get_val, 2609 .get_val = atom_get_val, 2621 .get_val = core_get_val, 3111 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_perf_ctl_update() 3114 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_perf_ctl_update() 3469 pstate_funcs.get_val = funcs->get_val; in copy_cpu_funcs()
|