Searched refs:KVM_GET_FPU (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/include/ |
H A D | kvm_util_base.h | 524 vcpu_ioctl(vcpu, KVM_GET_FPU, fpu); in vcpu_fpu_get()
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1268 #define KVM_GET_FPU _IOR(KVMIO, 0x8c, struct kvm_fpu) macro
|
/openbmc/qemu/target/loongarch/kvm/ |
H A D | kvm.c | 481 ret = kvm_vcpu_ioctl(cs, KVM_GET_FPU, &fpu); in kvm_loongarch_get_regs_fp()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1583 #define KVM_GET_FPU _IOR(KVMIO, 0x8c, struct kvm_fpu) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 1590 #define KVM_GET_FPU _IOR(KVMIO, 0x8c, struct kvm_fpu) macro
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 633 r = kvm_vcpu_ioctl(cs, KVM_GET_FPU, &fpu); in kvm_arch_get_registers()
|
/openbmc/linux/virt/kvm/ |
H A D | kvm_main.c | 4289 case KVM_GET_FPU: { in kvm_vcpu_ioctl()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 736 4.22 KVM_GET_FPU 749 /* for KVM_GET_FPU and KVM_SET_FPU */ 778 /* for KVM_GET_FPU and KVM_SET_FPU */
|