Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Dkvm.h361 struct kvm_xsave { struct
/arch/x86/kvm/
Dx86.c4642 struct kvm_xsave *guest_xsave) in kvm_vcpu_ioctl_x86_get_xsave()
4645 memset(guest_xsave, 0, sizeof(struct kvm_xsave)); in kvm_vcpu_ioctl_x86_get_xsave()
4659 struct kvm_xsave *guest_xsave) in kvm_vcpu_ioctl_x86_set_xsave()
4794 struct kvm_xsave *xsave; in kvm_arch_vcpu_ioctl()
4995 u.xsave = kzalloc(sizeof(struct kvm_xsave), GFP_KERNEL_ACCOUNT); in kvm_arch_vcpu_ioctl()
5003 if (copy_to_user(argp, u.xsave, sizeof(struct kvm_xsave))) in kvm_arch_vcpu_ioctl()