Searched refs:core_info (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/tools/power/cpupower/lib/ |
D | cpupower.c | 163 cpu_top->core_info = malloc(sizeof(struct cpuid_core_info) * cpus); in get_cpu_topology() 164 if (cpu_top->core_info == NULL) in get_cpu_topology() 168 cpu_top->core_info[cpu].cpu = cpu; in get_cpu_topology() 169 cpu_top->core_info[cpu].is_online = cpupower_is_cpu_online(cpu); in get_cpu_topology() 173 &(cpu_top->core_info[cpu].pkg)) < 0) { in get_cpu_topology() 174 cpu_top->core_info[cpu].pkg = -1; in get_cpu_topology() 175 cpu_top->core_info[cpu].core = -1; in get_cpu_topology() 181 &(cpu_top->core_info[cpu].core)) < 0) { in get_cpu_topology() 182 cpu_top->core_info[cpu].pkg = -1; in get_cpu_topology() 183 cpu_top->core_info[cpu].core = -1; in get_cpu_topology() [all …]
|
D | cpupower.h | 12 struct cpuid_core_info *core_info; member
|
/linux-6.6.21/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.c | 149 if (!bitmask_isbitset(cpus_chosen, cpu_top.core_info[cpu].cpu)) in print_results() 151 if (!cpu_top.core_info[cpu].is_online && in print_results() 152 cpu_top.core_info[cpu].pkg == -1) in print_results() 156 printf("%4d|", cpu_top.core_info[cpu].pkg); in print_results() 158 printf("%4d|", cpu_top.core_info[cpu].core); in print_results() 160 printf("%4d|", cpu_top.core_info[cpu].cpu); in print_results() 174 cpu_top.core_info[cpu].cpu); in print_results() 183 cpu_top.core_info[cpu].cpu); in print_results() 202 if (!cpu_top.core_info[cpu].is_online && in print_results() 203 cpu_top.core_info[cpu].pkg != -1) { in print_results() [all …]
|
/linux-6.6.21/drivers/net/wwan/t7xx/ |
D | t7xx_modem_ops.c | 461 static void t7xx_core_hk_handler(struct t7xx_modem *md, struct t7xx_sys_info *core_info, in t7xx_core_hk_handler() argument 471 t7xx_prepare_host_rt_data_query(core_info); in t7xx_core_hk_handler() 503 ret = t7xx_parse_host_rt_data(ctl, core_info, dev, event->data, event->length); in t7xx_core_hk_handler() 512 ret = t7xx_prepare_device_rt_data(core_info, dev, event->data); in t7xx_core_hk_handler() 518 core_info->ready = true; in t7xx_core_hk_handler() 519 core_info->handshake_ongoing = false; in t7xx_core_hk_handler()
|
/linux-6.6.21/arch/powerpc/kvm/ |
D | book3s_hv.c | 3415 struct core_info { struct 3429 static void init_core_info(struct core_info *cip, struct kvmppc_vcore *vc) in init_core_info() argument 3472 static bool can_dynamic_split(struct kvmppc_vcore *vc, struct core_info *cip) in can_dynamic_split() 3505 static bool can_piggyback(struct kvmppc_vcore *pvc, struct core_info *cip, in can_piggyback() 3533 static void collect_piggybacks(struct core_info *cip, int target_threads) in collect_piggybacks() 3564 static bool recheck_signals_and_mmu(struct core_info *cip) in recheck_signals_and_mmu() 3715 struct core_info core_info; in kvmppc_run_core() local 3773 init_core_info(&core_info, vc); in kvmppc_run_core() 3779 collect_piggybacks(&core_info, target_threads); in kvmppc_run_core() 3791 recheck_signals_and_mmu(&core_info)) { in kvmppc_run_core() [all …]
|
/linux-6.6.21/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_dev.h | 73 u32 core_info; member
|
/linux-6.6.21/drivers/gpu/drm/arm/display/komeda/d71/ |
D | d71_dev.c | 639 chip->core_info = malidp_read32(reg_base, GLB_CORE_INFO); in d71_identify()
|