Lines Matching defs:cluster
18 void mcucfg_disable_gic_wakeup(uint32_t cluster, uint32_t cpu) in mcucfg_disable_gic_wakeup()
23 void mcucfg_enable_gic_wakeup(uint32_t cluster, uint32_t cpu) in mcucfg_enable_gic_wakeup()
28 void mcucfg_set_bootaddr(uint32_t cluster, uint32_t cpu, uintptr_t bootaddr) in mcucfg_set_bootaddr()
35 uintptr_t mcucfg_get_bootaddr(uint32_t cluster, uint32_t cpu) in mcucfg_get_bootaddr()
42 void mcucfg_init_archstate(uint32_t cluster, uint32_t cpu, bool arm64) in mcucfg_init_archstate()
71 bool spm_get_cluster_powerstate(uint32_t cluster) in spm_get_cluster_powerstate()
78 bool spm_get_cpu_powerstate(uint32_t cluster, uint32_t cpu) in spm_get_cpu_powerstate()
124 void spm_poweron_cpu(uint32_t cluster, uint32_t cpu) in spm_poweron_cpu()
151 void spm_poweroff_cpu(uint32_t cluster, uint32_t cpu) in spm_poweroff_cpu()
162 void spm_poweroff_cluster(uint32_t cluster) in spm_poweroff_cluster()
173 void spm_poweron_cluster(uint32_t cluster) in spm_poweron_cluster()