Searched refs:kvm_xcrs (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/kvm/include/x86_64/ |
| D | processor.h | 221 struct kvm_xcrs xcrs; 598 struct kvm_xcrs *xcrs) in vcpu_xcrs_get() 602 static inline void vcpu_xcrs_set(struct kvm_vcpu *vcpu, struct kvm_xcrs *xcrs) in vcpu_xcrs_set()
|
| /Linux-v6.1/arch/x86/include/uapi/asm/ |
| D | kvm.h | 408 struct kvm_xcrs { struct
|
| /Linux-v6.1/tools/arch/x86/include/uapi/asm/ |
| D | kvm.h | 408 struct kvm_xcrs { struct
|
| /Linux-v6.1/tools/include/uapi/linux/ |
| D | kvm.h | 1615 #define KVM_GET_XCRS _IOR(KVMIO, 0xa6, struct kvm_xcrs) 1616 #define KVM_SET_XCRS _IOW(KVMIO, 0xa7, struct kvm_xcrs)
|
| /Linux-v6.1/include/uapi/linux/ |
| D | kvm.h | 1615 #define KVM_GET_XCRS _IOR(KVMIO, 0xa6, struct kvm_xcrs) 1616 #define KVM_SET_XCRS _IOW(KVMIO, 0xa7, struct kvm_xcrs)
|
| /Linux-v6.1/arch/x86/kvm/ |
| D | x86.c | 5307 struct kvm_xcrs *guest_xcrs) in kvm_vcpu_ioctl_x86_get_xcrs() 5321 struct kvm_xcrs *guest_xcrs) in kvm_vcpu_ioctl_x86_set_xcrs() 5529 struct kvm_xcrs *xcrs; in kvm_arch_vcpu_ioctl() 5778 u.xcrs = kzalloc(sizeof(struct kvm_xcrs), GFP_KERNEL_ACCOUNT); in kvm_arch_vcpu_ioctl() 5787 sizeof(struct kvm_xcrs))) in kvm_arch_vcpu_ioctl()
|
| /Linux-v6.1/Documentation/virt/kvm/ |
| D | api.rst | 1653 :Parameters: struct kvm_xcrs (out) 1664 struct kvm_xcrs { 1680 :Parameters: struct kvm_xcrs (in) 1691 struct kvm_xcrs {
|