Searched refs:kvm_xsave (Results 1 – 4 of 4) sorted by relevance
325 struct kvm_xsave { struct
1177 #define KVM_GET_XSAVE _IOR(KVMIO, 0xa4, struct kvm_xsave)1178 #define KVM_SET_XSAVE _IOW(KVMIO, 0xa5, struct kvm_xsave)
3270 struct kvm_xsave *guest_xsave) in kvm_vcpu_ioctl_x86_get_xsave()3273 memset(guest_xsave, 0, sizeof(struct kvm_xsave)); in kvm_vcpu_ioctl_x86_get_xsave()3285 struct kvm_xsave *guest_xsave) in kvm_vcpu_ioctl_x86_set_xsave()3368 struct kvm_xsave *xsave; in kvm_arch_vcpu_ioctl()3551 u.xsave = kzalloc(sizeof(struct kvm_xsave), GFP_KERNEL); in kvm_arch_vcpu_ioctl()3559 if (copy_to_user(argp, u.xsave, sizeof(struct kvm_xsave))) in kvm_arch_vcpu_ioctl()
1096 Parameters: struct kvm_xsave (out)1099 struct kvm_xsave {1111 Parameters: struct kvm_xsave (in)1114 struct kvm_xsave {