Searched refs:xcrs (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | processor.c | 558 struct kvm_xcrs xcrs = { in vcpu_init_xcrs() local 560 .xcrs[0].xcr = 0, in vcpu_init_xcrs() 561 .xcrs[0].value = kvm_cpu_supported_xcr0(), in vcpu_init_xcrs() 567 vcpu_xcrs_set(vcpu, &xcrs); in vcpu_init_xcrs() 1132 vcpu_xcrs_get(vcpu, &state->xcrs); in vcpu_save_state() 1163 vcpu_xcrs_set(vcpu, &state->xcrs); in vcpu_load_state()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 427 struct kvm_xcrs xcrs; member 924 struct kvm_xcrs *xcrs) in vcpu_xcrs_get() argument 926 vcpu_ioctl(vcpu, KVM_GET_XCRS, xcrs); in vcpu_xcrs_get() 928 static inline void vcpu_xcrs_set(struct kvm_vcpu *vcpu, struct kvm_xcrs *xcrs) in vcpu_xcrs_set() argument 930 vcpu_ioctl(vcpu, KVM_SET_XCRS, xcrs); in vcpu_xcrs_set()
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 415 struct kvm_xcr xcrs[KVM_MAX_XCRS]; member
|
| /linux/tools/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 415 struct kvm_xcr xcrs[KVM_MAX_XCRS]; member
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 1727 struct kvm_xcr xcrs[KVM_MAX_XCRS]; 1731 This ioctl would copy current vcpu's xcrs to the userspace. 1754 struct kvm_xcr xcrs[KVM_MAX_XCRS];
|