Searched refs:update_cr8_intercept (Results 1 – 6 of 6) sorted by relevance
85 KVM_X86_OP_OPTIONAL(update_cr8_intercept)
1805 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member
938 .update_cr8_intercept = vt_op(update_cr8_intercept),
8393 vt_x86_ops.update_cr8_intercept = NULL; in vmx_hardware_setup()
128 static void update_cr8_intercept(struct kvm_vcpu *vcpu);5177 update_cr8_intercept(vcpu); in kvm_vcpu_ioctl_set_lapic()10107 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function10111 if (!kvm_x86_ops.update_cr8_intercept) in update_cr8_intercept()10130 kvm_x86_call(update_cr8_intercept)(vcpu, tpr, max_irr); in update_cr8_intercept() local10838 update_cr8_intercept(vcpu); in vcpu_enter_guest()11934 update_cr8_intercept(vcpu); in __set_sregs_common()
5122 .update_cr8_intercept = svm_update_cr8_intercept,
Completed in 60 milliseconds