Searched refs:update_cr8_intercept (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dkvm-x86-ops.h84 KVM_X86_OP_OPTIONAL(update_cr8_intercept)
H A Dkvm_host.h1706 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member in struct:kvm_x86_ops
/linux-master/arch/x86/kvm/
H A Dx86.c125 static void update_cr8_intercept(struct kvm_vcpu *vcpu);
5150 update_cr8_intercept(vcpu);
10205 static void update_cr8_intercept(struct kvm_vcpu *vcpu) function
10209 if (!kvm_x86_ops.update_cr8_intercept)
10916 update_cr8_intercept(vcpu);
11793 update_cr8_intercept(vcpu);
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c8388 .update_cr8_intercept = vmx_update_cr8_intercept,
8597 vmx_x86_ops.update_cr8_intercept = NULL;
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c4992 .update_cr8_intercept = svm_update_cr8_intercept,

Completed in 252 milliseconds