Searched refs:KVM_ARM_VCPU_POWER_OFF (Results 1 – 4 of 4) sorted by relevance
101 #define KVM_ARM_VCPU_POWER_OFF 0 /* CPU is started in OFF state */ macro
102 #define KVM_ARM_VCPU_POWER_OFF 0 /* CPU is started in OFF state */ macro
520 kvi.features[0] |= 1 << kvm_sys::KVM_ARM_VCPU_POWER_OFF; in configure_vcpu()
157 pub const KVM_ARM_VCPU_POWER_OFF: ::std::os::raw::c_uint = 0; constant