Searched refs:update_cr8_intercept (Results 1 – 5 of 5) sorted by relevance
74 KVM_X86_OP(update_cr8_intercept)
1393 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member
114 static void update_cr8_intercept(struct kvm_vcpu *vcpu);4489 update_cr8_intercept(vcpu); in kvm_vcpu_ioctl_set_lapic()9023 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function9027 if (!kvm_x86_ops.update_cr8_intercept) in update_cr8_intercept()9803 update_cr8_intercept(vcpu); in vcpu_enter_guest()10592 update_cr8_intercept(vcpu); in __set_sregs_common()
7624 .update_cr8_intercept = vmx_update_cr8_intercept,7785 vmx_x86_ops.update_cr8_intercept = NULL; in hardware_setup()
4650 .update_cr8_intercept = svm_update_cr8_intercept,
Completed in 50 milliseconds