Searched refs:kvm_set_cr8 (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dkvm_host.h1027 int kvm_set_cr8(struct kvm_vcpu *vcpu, unsigned long cr8);
/linux-4.4.14/arch/x86/kvm/
H A Dsvm.c2893 err = kvm_set_cr8(&svm->vcpu, val); cr_interception()
2974 /* instruction emulation calls kvm_set_cr8() */ cr8_write_interception()
3689 kvm_set_cr8(vcpu, cr8); sync_cr8_to_lapic()
H A Dx86.c797 int kvm_set_cr8(struct kvm_vcpu *vcpu, unsigned long cr8) kvm_set_cr8() function
807 EXPORT_SYMBOL_GPL(kvm_set_cr8); variable
4761 res = kvm_set_cr8(vcpu, val); emulator_set_cr()
6812 if (kvm_set_cr8(vcpu, kvm_run->cr8) != 0) { kvm_arch_vcpu_ioctl_run()
7031 kvm_set_cr8(vcpu, sregs->cr8); kvm_arch_vcpu_ioctl_set_sregs()
H A Dvmx.c4883 kvm_set_cr8(vcpu, 0); vmx_vcpu_reset()
5485 err = kvm_set_cr8(vcpu, cr8); handle_cr()

Completed in 196 milliseconds