Searched refs:__kvm_set_xcr (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 2220 int __kvm_set_xcr(struct kvm_vcpu *vcpu, u32 index, u64 xcr);
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 1258 int __kvm_set_xcr(struct kvm_vcpu *vcpu, u32 index, u64 xcr) in __kvm_set_xcr() function 1302 EXPORT_SYMBOL_FOR_KVM_INTERNAL(__kvm_set_xcr); 1308 __kvm_set_xcr(vcpu, kvm_rcx_read(vcpu), kvm_read_edx_eax(vcpu))) { in kvm_emulate_xsetbv() 5865 r = __kvm_set_xcr(vcpu, XCR_XFEATURE_ENABLED_MASK, in kvm_vcpu_ioctl_x86_set_xcrs() 8838 return __kvm_set_xcr(emul_to_vcpu(ctxt), index, xcr); in emulator_set_xcr() 12936 __kvm_set_xcr(vcpu, 0, XFEATURE_MASK_FP); in kvm_vcpu_reset()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | sev.c | 3366 __kvm_set_xcr(vcpu, 0, kvm_ghcb_get_xcr0(svm)); in sev_es_sync_from_ghcb()
|