Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Darm-powerctl.c242 target_cpu->power_state = PSCI_OFF; in arm_set_cpu_on_and_reset()
262 if (target_cpu->power_state == PSCI_OFF) { in arm_set_cpu_off()
299 if (target_cpu->power_state == PSCI_OFF) { in arm_reset_cpu()
H A Dmachine.c899 cpu->power_state = powered_off ? PSCI_OFF : PSCI_ON; in cpu_pre_save()
911 cpu->power_state == PSCI_OFF) { in cpu_post_save()
912 bool powered_off = (cpu->power_state == PSCI_OFF) ? true : false; in cpu_post_save()
H A Dkvm.c1077 .mp_state = (cpu->power_state == PSCI_OFF) ?
1097 PSCI_OFF : PSCI_ON; in kvm_put_vcpu_events()
H A Dcpu.c146 return (cpu->power_state != PSCI_OFF) in arm_cpu_has_work()
246 cpu->power_state = cs->start_powered_off ? PSCI_OFF : PSCI_ON; in arm_cpu_reset_hold()
H A Dcpu.h842 PSCI_OFF = 1,
835 PSCI_OFF = 1, global() enumerator