Searched refs:PSCI_OFF (Results 1 – 5 of 5) sorted by relevance
242 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()
899 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()
1077 .mp_state = (cpu->power_state == PSCI_OFF) ?1097 PSCI_OFF : PSCI_ON; in kvm_put_vcpu_events()
146 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()
842 PSCI_OFF = 1,835 PSCI_OFF = 1, global() enumerator