Searched refs:update_cr8_intercept (Results 1 – 5 of 5) sorted by relevance
82 KVM_X86_OP_OPTIONAL(update_cr8_intercept)
1651 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member
125 static void update_cr8_intercept(struct kvm_vcpu *vcpu);4949 update_cr8_intercept(vcpu); in kvm_vcpu_ioctl_set_lapic()9984 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function9988 if (!kvm_x86_ops.update_cr8_intercept) in update_cr8_intercept()10695 update_cr8_intercept(vcpu); in vcpu_enter_guest()11574 update_cr8_intercept(vcpu); in __set_sregs_common()
8323 .update_cr8_intercept = vmx_update_cr8_intercept,8532 vmx_x86_ops.update_cr8_intercept = NULL; in hardware_setup()
5004 .update_cr8_intercept = svm_update_cr8_intercept,