Searched refs:update_cr8_intercept (Results 1 – 5 of 5) sorted by relevance
78 KVM_X86_OP_OPTIONAL(update_cr8_intercept)
1547 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member
120 static void update_cr8_intercept(struct kvm_vcpu *vcpu);4830 update_cr8_intercept(vcpu); in kvm_vcpu_ioctl_set_lapic()9785 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function9789 if (!kvm_x86_ops.update_cr8_intercept) in update_cr8_intercept()10676 update_cr8_intercept(vcpu); in vcpu_enter_guest()11546 update_cr8_intercept(vcpu); in __set_sregs_common()
8077 .update_cr8_intercept = vmx_update_cr8_intercept,8284 vmx_x86_ops.update_cr8_intercept = NULL; in hardware_setup()
4753 .update_cr8_intercept = svm_update_cr8_intercept,