Searched refs:KVM_ARM_VCPU_POWER_OFF (Results 1 – 8 of 8) sorted by relevance
101 #define KVM_ARM_VCPU_POWER_OFF 0 /* CPU is started in OFF state */ macro
105 #define KVM_ARM_VCPU_POWER_OFF 0 /* CPU is started in OFF state */ macro
103 #define KVM_ARM_VCPU_POWER_OFF 0 /* CPU is started in OFF state */ macro
1286 if (init->features[0] & BIT(KVM_ARM_VCPU_POWER_OFF)) { in kvm_arch_vcpu_ioctl_vcpu_init()1287 init->features[0] &= ~BIT(KVM_ARM_VCPU_POWER_OFF); in kvm_arch_vcpu_ioctl_vcpu_init()
1896 cpu->kvm_init_features[0] |= 1 << KVM_ARM_VCPU_POWER_OFF; in kvm_arch_init_vcpu()
3416 - KVM_ARM_VCPU_POWER_OFF: Starts the CPU in a power-off state.