Home
last modified time | relevance | path

Searched refs:kvm_xsave (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dsev_smoke_test.c73 struct kvm_xsave __attribute__((aligned(64))) xsave = { 0 }; in test_sync_vmsa()
/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h415 struct kvm_xsave *xsave;
901 struct kvm_xsave *xsave) in vcpu_xsave_get()
906 struct kvm_xsave *xsave) in vcpu_xsave2_get()
911 struct kvm_xsave *xsave) in vcpu_xsave_set()
/linux-6.15/tools/include/uapi/linux/
H A Dkvm.h1327 #define KVM_GET_XSAVE _IOR(KVMIO, 0xa4, struct kvm_xsave)
1328 #define KVM_SET_XSAVE _IOW(KVMIO, 0xa5, struct kvm_xsave)
1544 #define KVM_GET_XSAVE2 _IOR(KVMIO, 0xcf, struct kvm_xsave)
/linux-6.15/include/uapi/linux/
H A Dkvm.h1327 #define KVM_GET_XSAVE _IOR(KVMIO, 0xa4, struct kvm_xsave)
1328 #define KVM_SET_XSAVE _IOW(KVMIO, 0xa5, struct kvm_xsave)
1544 #define KVM_GET_XSAVE2 _IOR(KVMIO, 0xcf, struct kvm_xsave)
/linux-6.15/arch/x86/kernel/fpu/
H A Dcore.c254 gfpu->uabi_size = sizeof(struct kvm_xsave); in fpu_alloc_guest_fpstate()
/linux-6.15/arch/x86/include/uapi/asm/
H A Dkvm.h381 struct kvm_xsave { struct
/linux-6.15/tools/arch/x86/include/uapi/asm/
H A Dkvm.h381 struct kvm_xsave { struct
/linux-6.15/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c1060 state->xsave = malloc(sizeof(struct kvm_xsave)); in vcpu_save_xsave_state()
/linux-6.15/arch/x86/kvm/
H A Dx86.c4789 if (r < sizeof(struct kvm_xsave)) in kvm_vm_ioctl_check_extension()
4790 r = sizeof(struct kvm_xsave); in kvm_vm_ioctl_check_extension()
5619 struct kvm_xsave *guest_xsave) in kvm_vcpu_ioctl_x86_get_xsave()
5626 struct kvm_xsave *guest_xsave) in kvm_vcpu_ioctl_x86_set_xsave()
5863 struct kvm_xsave *xsave; in kvm_arch_vcpu_ioctl()
6068 if (vcpu->arch.guest_fpu.uabi_size > sizeof(struct kvm_xsave)) in kvm_arch_vcpu_ioctl()
6071 u.xsave = kzalloc(sizeof(struct kvm_xsave), GFP_KERNEL); in kvm_arch_vcpu_ioctl()
6081 if (copy_to_user(argp, u.xsave, sizeof(struct kvm_xsave))) in kvm_arch_vcpu_ioctl()
/linux-6.15/Documentation/virt/kvm/
H A Dapi.rst1657 :Parameters: struct kvm_xsave (out)
1663 struct kvm_xsave {
1677 :Parameters: struct kvm_xsave (in)
1683 struct kvm_xsave {
1695 The offsets of the state save areas in struct kvm_xsave follow the
6064 :Parameters: struct kvm_xsave (out)
6070 struct kvm_xsave {
6082 The offsets of the state save areas in struct kvm_xsave follow the contents