Searched refs:KVM_GET_MP_STATE (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/include/ |
H A D | kvm_util_base.h | 492 vcpu_ioctl(vcpu, KVM_GET_MP_STATE, mp_state); in vcpu_mp_state_get()
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1288 #define KVM_GET_MP_STATE _IOR(KVMIO, 0x98, struct kvm_mp_state) macro
|
/openbmc/qemu/target/loongarch/kvm/ |
H A D | kvm.c | 596 ret = kvm_vcpu_ioctl(cs, KVM_GET_MP_STATE, &mp_state); in kvm_loongarch_get_mpstate()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1603 #define KVM_GET_MP_STATE _IOR(KVMIO, 0x98, struct kvm_mp_state) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 1610 #define KVM_GET_MP_STATE _IOR(KVMIO, 0x98, struct kvm_mp_state) macro
|
/openbmc/qemu/target/arm/ |
H A D | kvm.c | 1037 int ret = kvm_vcpu_ioctl(CPU(cpu), KVM_GET_MP_STATE, &mp_state); in kvm_arm_sync_mpstate_to_qemu()
|
/openbmc/linux/virt/kvm/ |
H A D | kvm_main.c | 4221 case KVM_GET_MP_STATE: { in kvm_vcpu_ioctl()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 4964 ret = kvm_vcpu_ioctl(cs, KVM_GET_MP_STATE, &mp_state); in kvm_get_mp_state()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 1441 4.38 KVM_GET_MP_STATE 1528 Sets the vcpu's current "multiprocessing state"; see KVM_GET_MP_STATE for
|