Searched refs:kvm_xsave (Results 1 – 4 of 4) sorted by relevance
334 struct kvm_xsave { struct
1194 #define KVM_GET_XSAVE _IOR(KVMIO, 0xa4, struct kvm_xsave)1195 #define KVM_SET_XSAVE _IOW(KVMIO, 0xa5, struct kvm_xsave)
3109 struct kvm_xsave *guest_xsave) in kvm_vcpu_ioctl_x86_get_xsave()3112 memset(guest_xsave, 0, sizeof(struct kvm_xsave)); in kvm_vcpu_ioctl_x86_get_xsave()3124 struct kvm_xsave *guest_xsave) in kvm_vcpu_ioctl_x86_set_xsave()3207 struct kvm_xsave *xsave; in kvm_arch_vcpu_ioctl()3394 u.xsave = kzalloc(sizeof(struct kvm_xsave), GFP_KERNEL); in kvm_arch_vcpu_ioctl()3402 if (copy_to_user(argp, u.xsave, sizeof(struct kvm_xsave))) in kvm_arch_vcpu_ioctl()
1128 Parameters: struct kvm_xsave (out)1131 struct kvm_xsave {1143 Parameters: struct kvm_xsave (in)1146 struct kvm_xsave {