Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Dkvm.h377 struct kvm_xsave { struct
/arch/x86/kvm/
Dx86.c4954 struct kvm_xsave *guest_xsave) in kvm_vcpu_ioctl_x86_get_xsave()
4960 memset(guest_xsave, 0, sizeof(struct kvm_xsave)); in kvm_vcpu_ioctl_x86_get_xsave()
4974 struct kvm_xsave *guest_xsave) in kvm_vcpu_ioctl_x86_set_xsave()
5117 struct kvm_xsave *xsave; in kvm_arch_vcpu_ioctl()
5318 u.xsave = kzalloc(sizeof(struct kvm_xsave), GFP_KERNEL_ACCOUNT); in kvm_arch_vcpu_ioctl()
5326 if (copy_to_user(argp, u.xsave, sizeof(struct kvm_xsave))) in kvm_arch_vcpu_ioctl()