Lines Matching refs:cluster
14 void spm_poweron_cpu(unsigned int cluster, unsigned int cpu);
15 void spm_poweroff_cpu(unsigned int cluster, unsigned int cpu);
17 void spm_poweroff_cluster(unsigned int cluster);
18 void spm_poweron_cluster(unsigned int cluster);
20 bool spm_get_cpu_powerstate(unsigned int cluster, unsigned int cpu);
21 bool spm_get_cluster_powerstate(unsigned int cluster);
24 void mcucfg_init_archstate(unsigned int cluster, unsigned int cpu, bool arm64);
25 void mcucfg_set_bootaddr(unsigned int cluster, unsigned int cpu, uintptr_t bootaddr);
26 uintptr_t mcucfg_get_bootaddr(unsigned int cluster, unsigned int cpu);
28 void mcucfg_disable_gic_wakeup(unsigned int cluster, unsigned int cpu);
29 void mcucfg_enable_gic_wakeup(unsigned int cluster, unsigned int cpu);