Searched refs:target_cpu_state (Results 1 – 3 of 3) sorted by relevance
68 cpu_reset(target_cpu_state); in arm_set_cpu_on_async_work()70 target_cpu_state->halted = 0; in arm_set_cpu_on_async_work()99 CPUState *target_cpu_state; in arm_set_cpu_on() local122 if (!target_cpu_state) { in arm_set_cpu_on()196 cpu_reset(target_cpu_state); in arm_set_cpu_on_and_reset_async_work()206 CPUState *target_cpu_state; in arm_set_cpu_on_and_reset() local213 if (!target_cpu_state) { in arm_set_cpu_on_and_reset()259 CPUState *target_cpu_state; in arm_set_cpu_off() local268 if (!target_cpu_state) { in arm_set_cpu_off()295 CPUState *target_cpu_state; in arm_reset_cpu() local[all …]
89 CPUState *target_cpu_state; in arm_handle_psci_call() local104 target_cpu_state = arm_get_cpu_by_id(mpidr); in arm_handle_psci_call()105 if (!target_cpu_state) { in arm_handle_psci_call()109 target_cpu = ARM_CPU(target_cpu_state); in arm_handle_psci_call()
1044 CPUState *target_cpu_state; in hvf_handle_psci_call() local1066 target_cpu_state = arm_get_cpu_by_id(mpidr); in hvf_handle_psci_call()1067 if (!target_cpu_state) { in hvf_handle_psci_call()1071 target_cpu = ARM_CPU(target_cpu_state); in hvf_handle_psci_call()