HomeSort by relevance Sort by last modified time
    Searched defs:mp_state (Results 1 - 4 of 4) sorted by null

  /external/qemu/
kvm-all.c 186 struct kvm_mp_state mp_state = { .mp_state = env->mp_state }; local
188 return kvm_vcpu_ioctl(env, KVM_SET_MP_STATE, &mp_state);
193 struct kvm_mp_state mp_state; local
196 ret = kvm_vcpu_ioctl(env, KVM_GET_MP_STATE, &mp_state);
200 env->mp_state = mp_state.mp_state;
  /external/qemu/android/config/linux-x86/linux/
kvm.h 279 __u32 mp_state; member in struct:kvm_mp_state
  /external/qemu/android/config/linux-x86_64/linux/
kvm.h 279 __u32 mp_state; member in struct:kvm_mp_state
  /external/qemu/target-i386/
cpu.h 692 uint32_t mp_state; member in struct:CPUX86State

Completed in 116 milliseconds