Home
last modified time | relevance | path

Searched refs:PSCI_OFF (Results 1 – 5 of 5) sorted by relevance

/qemu/target/arm/
H A Darm-powerctl.c252 target_cpu->power_state = PSCI_OFF; in arm_set_cpu_off_async_work()
272 if (target_cpu->power_state == PSCI_OFF) { in arm_set_cpu_off()
309 if (target_cpu->power_state == PSCI_OFF) { in arm_reset_cpu()
H A Dmachine.c709 cpu->power_state = powered_off ? PSCI_OFF : PSCI_ON; in get_power()
721 cpu->power_state == PSCI_OFF) { in put_power()
722 bool powered_off = (cpu->power_state == PSCI_OFF) ? true : false; in put_power()
H A Dkvm.c1013 .mp_state = (cpu->power_state == PSCI_OFF) ? in kvm_arm_sync_mpstate_to_kvm()
1033 PSCI_OFF : PSCI_ON; in kvm_arm_sync_mpstate_to_qemu()
H A Dcpu.c136 return (cpu->power_state != PSCI_OFF) in arm_cpu_has_work()
244 cpu->power_state = cs->start_powered_off ? PSCI_OFF : PSCI_ON; in arm_cpu_reset_hold()
H A Dcpu.h805 PSCI_OFF = 1, enumerator