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.c67 cpu_reset(target_cpu_state); in arm_set_cpu_on_async_work()
69 target_cpu_state->halted = 0; in arm_set_cpu_on_async_work()
98 CPUState *target_cpu_state; in arm_set_cpu_on() local
121 if (!target_cpu_state) { in arm_set_cpu_on()
195 cpu_reset(target_cpu_state); in arm_set_cpu_on_and_reset_async_work()
205 CPUState *target_cpu_state; in arm_set_cpu_on_and_reset() local
212 if (!target_cpu_state) { in arm_set_cpu_on_and_reset()
258 CPUState *target_cpu_state; in arm_set_cpu_off() local
267 if (!target_cpu_state) { in arm_set_cpu_off()
294 CPUState *target_cpu_state; in arm_reset_cpu() local
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dpsci.c88 CPUState *target_cpu_state; in arm_handle_psci_call() local
103 target_cpu_state = arm_get_cpu_by_id(mpidr); in arm_handle_psci_call()
104 if (!target_cpu_state) { in arm_handle_psci_call()
108 target_cpu = ARM_CPU(target_cpu_state); in arm_handle_psci_call()
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c1038 CPUState *target_cpu_state; in hvf_handle_psci_call() local
1060 target_cpu_state = arm_get_cpu_by_id(mpidr); in hvf_handle_psci_call()
1061 if (!target_cpu_state) { in hvf_handle_psci_call()
1065 target_cpu = ARM_CPU(target_cpu_state); in hvf_handle_psci_call()