Lines Matching defs:cluster
18 void mcucfg_disable_gic_wakeup(unsigned int cluster, unsigned int cpu) in mcucfg_disable_gic_wakeup()
23 void mcucfg_enable_gic_wakeup(unsigned int cluster, unsigned int cpu) in mcucfg_enable_gic_wakeup()
30 void mcucfg_set_bootaddr(unsigned int cluster, unsigned int cpu, uintptr_t bootaddr) in mcucfg_set_bootaddr()
37 uintptr_t mcucfg_get_bootaddr(unsigned int cluster, unsigned int cpu) in mcucfg_get_bootaddr()
44 void mcucfg_init_archstate(unsigned int cluster, unsigned int cpu, bool arm64) in mcucfg_init_archstate()
73 bool spm_get_cluster_powerstate(unsigned int cluster) in spm_get_cluster_powerstate()
80 bool spm_get_cpu_powerstate(unsigned int cluster, unsigned int cpu) in spm_get_cpu_powerstate()
124 void spm_poweron_cpu(unsigned int cluster, unsigned int cpu) in spm_poweron_cpu()
146 void spm_poweroff_cpu(unsigned int cluster, unsigned int cpu) in spm_poweroff_cpu()
157 void spm_poweroff_cluster(unsigned int cluster) in spm_poweroff_cluster()
168 void spm_poweron_cluster(unsigned int cluster) in spm_poweron_cluster()