Searched refs:kvm_xcrs (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 382 struct kvm_xcrs xcrs; 851 struct kvm_xcrs *xcrs) in vcpu_xcrs_get() 855 static inline void vcpu_xcrs_set(struct kvm_vcpu *vcpu, struct kvm_xcrs *xcrs) in vcpu_xcrs_set()
|
/Linux-v6.6/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 406 struct kvm_xcrs { struct
|
/Linux-v6.6/arch/x86/include/uapi/asm/ |
D | kvm.h | 406 struct kvm_xcrs { struct
|
/Linux-v6.6/tools/include/uapi/linux/ |
D | kvm.h | 1628 #define KVM_GET_XCRS _IOR(KVMIO, 0xa6, struct kvm_xcrs) 1629 #define KVM_SET_XCRS _IOW(KVMIO, 0xa7, struct kvm_xcrs)
|
/Linux-v6.6/include/uapi/linux/ |
D | kvm.h | 1635 #define KVM_GET_XCRS _IOR(KVMIO, 0xa6, struct kvm_xcrs) 1636 #define KVM_SET_XCRS _IOW(KVMIO, 0xa7, struct kvm_xcrs)
|
/Linux-v6.6/arch/x86/kvm/ |
D | x86.c | 5431 struct kvm_xcrs *guest_xcrs) in kvm_vcpu_ioctl_x86_get_xcrs() 5445 struct kvm_xcrs *guest_xcrs) in kvm_vcpu_ioctl_x86_set_xcrs() 5653 struct kvm_xcrs *xcrs; in kvm_arch_vcpu_ioctl() 5902 u.xcrs = kzalloc(sizeof(struct kvm_xcrs), GFP_KERNEL_ACCOUNT); in kvm_arch_vcpu_ioctl() 5911 sizeof(struct kvm_xcrs))) in kvm_arch_vcpu_ioctl()
|
/Linux-v6.6/Documentation/virt/kvm/ |
D | api.rst | 1634 :Parameters: struct kvm_xcrs (out) 1645 struct kvm_xcrs { 1661 :Parameters: struct kvm_xcrs (in) 1672 struct kvm_xcrs {
|