Searched refs:update_cr8_intercept (Results 1 - 6 of 6) sorted by last modified time

/linux-master/arch/x86/kvm/
H A Dx86.c128 static void update_cr8_intercept(struct kvm_vcpu *vcpu);
5144 update_cr8_intercept(vcpu);
10255 static void update_cr8_intercept(struct kvm_vcpu *vcpu) function
10259 if (!kvm_x86_ops.update_cr8_intercept)
10966 update_cr8_intercept(vcpu);
11855 update_cr8_intercept(vcpu);
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c8484 vt_x86_ops.update_cr8_intercept = NULL;
H A Dmain.c91 .update_cr8_intercept = vmx_update_cr8_intercept,
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c5006 .update_cr8_intercept = svm_update_cr8_intercept,
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1710 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member in struct:kvm_x86_ops
H A Dkvm-x86-ops.h84 KVM_X86_OP_OPTIONAL(update_cr8_intercept)

Completed in 208 milliseconds