Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dkvm.h738 #define KVM_GET_XSAVE _IOR(KVMIO, 0xa4, struct kvm_xsave)
739 #define KVM_SET_XSAVE _IOW(KVMIO, 0xa5, struct kvm_xsave)
/linux-2.6.39/arch/x86/include/asm/
Dkvm.h305 struct kvm_xsave { struct
/linux-2.6.39/Documentation/kvm/
Dapi.txt931 Parameters: struct kvm_xsave (out)
934 struct kvm_xsave {
945 Parameters: struct kvm_xsave (in)
948 struct kvm_xsave {
/linux-2.6.39/arch/x86/kvm/
Dx86.c2716 struct kvm_xsave *guest_xsave) in kvm_vcpu_ioctl_x86_get_xsave()
2732 struct kvm_xsave *guest_xsave) in kvm_vcpu_ioctl_x86_set_xsave()
2794 struct kvm_xsave *xsave; in kvm_arch_vcpu_ioctl()
2994 u.xsave = kzalloc(sizeof(struct kvm_xsave), GFP_KERNEL); in kvm_arch_vcpu_ioctl()
3002 if (copy_to_user(argp, u.xsave, sizeof(struct kvm_xsave))) in kvm_arch_vcpu_ioctl()
3008 u.xsave = kzalloc(sizeof(struct kvm_xsave), GFP_KERNEL); in kvm_arch_vcpu_ioctl()
3014 if (copy_from_user(u.xsave, argp, sizeof(struct kvm_xsave))) in kvm_arch_vcpu_ioctl()