Searched refs:CLUSTER_UP (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | mcpm_head.S | 107 cmp r0, #CLUSTER_UP @ cluster already up? 140 cmp r0, #CLUSTER_UP 150 mov r0, #CLUSTER_UP 170 cmp r0, #CLUSTER_UP
|
H A D | mcpm_entry.c | 58 * CLUSTER_UP: no destructive teardown was done and the cluster has been 131 __mcpm_outbound_leave_critical(cluster, CLUSTER_UP); in __mcpm_outbound_enter_critical() 257 BUG_ON(__mcpm_cluster_state(cluster) != CLUSTER_UP); in mcpm_cpu_power_down() 447 mcpm_sync.clusters[this_cluster].cluster = CLUSTER_UP; in mcpm_sync_init()
|
/kernel/linux/linux-6.6/arch/arm/common/ |
H A D | mcpm_head.S | 109 cmp r0, #CLUSTER_UP @ cluster already up? 142 cmp r0, #CLUSTER_UP 152 mov r0, #CLUSTER_UP 172 cmp r0, #CLUSTER_UP
|
H A D | mcpm_entry.c | 58 * CLUSTER_UP: no destructive teardown was done and the cluster has been 131 __mcpm_outbound_leave_critical(cluster, CLUSTER_UP); in __mcpm_outbound_enter_critical() 257 BUG_ON(__mcpm_cluster_state(cluster) != CLUSTER_UP); in mcpm_cpu_power_down() 447 mcpm_sync.clusters[this_cluster].cluster = CLUSTER_UP; in mcpm_sync_init()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | mcpm.h | 319 #define CLUSTER_UP 0x22 macro
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | mcpm.h | 319 #define CLUSTER_UP 0x22 macro
|
Completed in 3 milliseconds