Home
last modified time | relevance | path

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

/sof-3.4.0/zephyr/include/sof/lib/
Dcpu.h51 int cpu_enabled_cores(void);
72 static inline int cpu_enabled_cores(void) { return 1; }; in cpu_enabled_cores() function
/sof-3.4.0/xtos/include/sof/lib/
Dcpu.h76 static inline int cpu_enabled_cores(void) in cpu_enabled_cores() function
/sof-3.4.0/zephyr/lib/
Dcpu.c145 int cpu_enabled_cores(void) in cpu_enabled_cores() function
215 int cpu_enabled_cores(void) in cpu_enabled_cores() function
Dpm_runtime.c45 if (cpu_enabled_cores() & ~BIT(PLATFORM_PRIMARY_CORE_ID)) in pm_policy_next_state()
/sof-3.4.0/src/platform/intel/cavs/lib/
Dpm_runtime.c263 int enabled_cores = cpu_enabled_cores(); in cavs_pm_runtime_core_dis_hp_clk()
/sof-3.4.0/src/ipc/ipc4/
Dhandler.c941 if (cpu_enabled_cores() & ~BIT(PLATFORM_PRIMARY_CORE_ID)) { in ipc4_module_process_dx()
943 cpu_enabled_cores()); in ipc4_module_process_dx()
/sof-3.4.0/src/audio/
Dbase_fw.c380 set_tuple_uint32(tuple, IPC4_ACTIVE_CORES_MASK, cpu_enabled_cores()); in basefw_power_state_info_get()