Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Dkvm.h389 struct kvm_xcrs { struct
/arch/x86/kvm/
Dx86.c5005 struct kvm_xcrs *guest_xcrs) in kvm_vcpu_ioctl_x86_get_xcrs()
5019 struct kvm_xcrs *guest_xcrs) in kvm_vcpu_ioctl_x86_set_xcrs()
5118 struct kvm_xcrs *xcrs; in kvm_arch_vcpu_ioctl()
5342 u.xcrs = kzalloc(sizeof(struct kvm_xcrs), GFP_KERNEL_ACCOUNT); in kvm_arch_vcpu_ioctl()
5351 sizeof(struct kvm_xcrs))) in kvm_arch_vcpu_ioctl()