Searched refs:KVM_GET_SREGS (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | kvm.c | 204 ret = kvm_vcpu_ioctl(cs, KVM_GET_SREGS, &sregs); in kvm_arch_sync_sregs() 1028 ret = kvm_vcpu_ioctl(CPU(cpu), KVM_GET_SREGS, &sregs); in kvmppc_get_booke_sregs() 1162 ret = kvm_vcpu_ioctl(CPU(cpu), KVM_GET_SREGS, &sregs); in kvmppc_get_books_sregs()
|
/openbmc/linux/tools/testing/selftests/kvm/include/ |
H A D | kvm_util_base.h | 511 vcpu_ioctl(vcpu, KVM_GET_SREGS, sregs); in vcpu_sregs_get()
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1260 #define KVM_GET_SREGS _IOR(KVMIO, 0x83, struct kvm_sregs) macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1573 #define KVM_GET_SREGS _IOR(KVMIO, 0x83, struct kvm_sregs) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 1580 #define KVM_GET_SREGS _IOR(KVMIO, 0x83, struct kvm_sregs) macro
|
/openbmc/linux/virt/kvm/ |
H A D | kvm_main.c | 4196 case KVM_GET_SREGS: { in kvm_vcpu_ioctl()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 4257 ret = kvm_vcpu_ioctl(CPU(cpu), KVM_GET_SREGS, &sregs); in kvm_get_sregs()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 434 4.13 KVM_GET_SREGS 474 Writes special registers into the vcpu. See KVM_GET_SREGS for the 5677 This ioctl (when supported) replaces the KVM_GET_SREGS.
|