Searched refs:KVM_SET_SREGS (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/include/ |
H A D | kvm_util_base.h | 516 vcpu_ioctl(vcpu, KVM_SET_SREGS, sregs); in vcpu_sregs_set() 520 return __vcpu_ioctl(vcpu, KVM_SET_SREGS, sregs); in _vcpu_sregs_set()
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1249 #define KVM_SET_SREGS _IOW(KVMIO, 0x84, struct kvm_sregs) macro
|
/openbmc/qemu/target/ppc/ |
H A D | kvm.c | 210 return kvm_vcpu_ioctl(cs, KVM_SET_SREGS, &sregs); in kvm_arch_sync_sregs() 900 return kvm_vcpu_ioctl(CPU(cpu), KVM_SET_SREGS, &sregs); in kvmppc_put_books_sregs()
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 1581 #define KVM_SET_SREGS _IOW(KVMIO, 0x84, struct kvm_sregs) macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1574 #define KVM_SET_SREGS _IOW(KVMIO, 0x84, struct kvm_sregs) macro
|
/openbmc/linux/virt/kvm/ |
H A D | kvm_main.c | 4211 case KVM_SET_SREGS: { in kvm_vcpu_ioctl()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 3414 return kvm_vcpu_ioctl(CPU(cpu), KVM_SET_SREGS, &sregs); in kvm_put_sregs()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 465 4.14 KVM_SET_SREGS 5711 This ioctl (when supported) replaces the KVM_SET_SREGS.
|