Home
last modified time | relevance | path

Searched refs:target_cpu_state (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/arm/
H A Darm-powerctl.c68 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() local
122 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() local
213 if (!target_cpu_state) { in arm_set_cpu_on_and_reset()
259 CPUState *target_cpu_state; in arm_set_cpu_off() local
268 if (!target_cpu_state) { in arm_set_cpu_off()
295 CPUState *target_cpu_state; in arm_reset_cpu() local
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dpsci.c89 CPUState *target_cpu_state; in arm_handle_psci_call() local
104 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()
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c1044 CPUState *target_cpu_state; in hvf_handle_psci_call() local
1066 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()