Home
last modified time | relevance | path

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

/linux/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.c159 if (!bitmask_isbitset(cpus_chosen, cpu_top.core_info[cpu].cpu)) in print_results()
161 if (!cpu_top.core_info[cpu].is_online && in print_results()
162 cpu_top.core_info[cpu].pkg == -1) in print_results()
167 printf("%4d|", cpu_top.core_info[cpu].pkg); in print_results()
169 printf("%4d|", cpu_top.core_info[cpu].core); in print_results()
171 printf("%4d|", cpu_top.core_info[cpu].cpu); in print_results()
189 cpu_top.core_info[cpu].cpu); in print_results()
198 cpu_top.core_info[cpu].cpu); in print_results()
217 if (!cpu_top.core_info[cpu].is_online && in print_results()
218 cpu_top.core_info[cpu].pkg != -1) { in print_results()
[all …]
/linux/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/arch/powerpc/kvm/
H A Dbook3s_hv.c3482 struct core_info { struct
3496 static void init_core_info(struct core_info *cip, struct kvmppc_vcore *vc) in init_core_info() argument
3539 static bool can_dynamic_split(struct kvmppc_vcore *vc, struct core_info *cip) in can_dynamic_split()
3572 static bool can_piggyback(struct kvmppc_vcore *pvc, struct core_info *cip, in can_piggyback()
3600 static void collect_piggybacks(struct core_info *cip, int target_threads) in collect_piggybacks()
3631 static bool recheck_signals_and_mmu(struct core_info *cip) in recheck_signals_and_mmu()
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()
[all …]
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_dev.h73 u32 core_info; member
/linux/tools/power/cpupower/bindings/python/
H A Draw_pylibcpupower.i
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/inc/
H A Ddml2_internal_shared_types.h973 struct core_display_cfg_support_info core_info; member
/linux/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()