Home
last modified time | relevance | path

Searched refs:core_info (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/tools/power/cpupower/lib/
H A Dcpupower.c175 if (cpu_top->core_info == NULL) in get_cpu_topology()
179 cpu_top->core_info[cpu].cpu = cpu; in get_cpu_topology()
184 &(cpu_top->core_info[cpu].pkg)) < 0) { in get_cpu_topology()
185 cpu_top->core_info[cpu].pkg = -1; in get_cpu_topology()
186 cpu_top->core_info[cpu].core = -1; in get_cpu_topology()
193 cpu_top->core_info[cpu].pkg = -1; in get_cpu_topology()
194 cpu_top->core_info[cpu].core = -1; in get_cpu_topology()
233 last_pkg = cpu_top->core_info[0].pkg; in get_cpu_topology()
236 cpu_top->core_info[cpu].pkg != -1) { in get_cpu_topology()
242 if (!(cpu_top->core_info[0].pkg == -1)) in get_cpu_topology()
[all …]
H A Dcpupower.h14 struct cpuid_core_info *core_info; member
/linux-6.15/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.c161 if (!bitmask_isbitset(cpus_chosen, cpu_top.core_info[cpu].cpu)) in print_results()
163 if (!cpu_top.core_info[cpu].is_online && in print_results()
164 cpu_top.core_info[cpu].pkg == -1) in print_results()
169 printf("%4d|", cpu_top.core_info[cpu].pkg); in print_results()
172 printf("%4d|", cpu_top.core_info[cpu].core); in print_results()
175 printf("%4d|", cpu_top.core_info[cpu].cpu); in print_results()
193 cpu_top.core_info[cpu].cpu); in print_results()
202 cpu_top.core_info[cpu].cpu); in print_results()
221 if (!cpu_top.core_info[cpu].is_online && in print_results()
222 cpu_top.core_info[cpu].pkg != -1) { in print_results()
[all …]
/linux-6.15/drivers/net/wwan/t7xx/
H A Dt7xx_modem_ops.c501 static void t7xx_core_hk_handler(struct t7xx_modem *md, struct t7xx_sys_info *core_info, in t7xx_core_hk_handler() argument
511 t7xx_prepare_host_rt_data_query(core_info); in t7xx_core_hk_handler()
543 ret = t7xx_parse_host_rt_data(ctl, core_info, dev, event->data, event->length); in t7xx_core_hk_handler()
552 ret = t7xx_prepare_device_rt_data(core_info, dev, event->data); in t7xx_core_hk_handler()
558 core_info->ready = true; in t7xx_core_hk_handler()
559 core_info->handshake_ongoing = false; in t7xx_core_hk_handler()
/linux-6.15/arch/powerpc/kvm/
H A Dbook3s_hv.c3482 struct core_info { struct
3782 struct core_info core_info; in kvmppc_run_core() local
3840 init_core_info(&core_info, vc); in kvmppc_run_core()
3846 collect_piggybacks(&core_info, target_threads); in kvmppc_run_core()
3858 recheck_signals_and_mmu(&core_info)) { in kvmppc_run_core()
3863 pvc = core_info.vc[sub]; in kvmppc_run_core()
3878 split = core_info.n_subcores; in kvmppc_run_core()
3886 split_info.vc[sub] = core_info.vc[sub]; in kvmppc_run_core()
3958 pvc = core_info.vc[sub]; in kvmppc_run_core()
4008 spin_unlock(&core_info.vc[sub]->lock); in kvmppc_run_core()
[all …]
/linux-6.15/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_dev.h73 u32 core_info; member
/linux-6.15/tools/power/cpupower/bindings/python/
H A Draw_pylibcpupower.swg193 struct cpuid_core_info *core_info;
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
H A Ddml2_internal_shared_types.h938 struct core_display_cfg_support_info core_info; member
/linux-6.15/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_dev.c639 chip->core_info = malidp_read32(reg_base, GLB_CORE_INFO); in d71_identify()