Home
last modified time | relevance | path

Searched refs:vmx_update_cr8_intercept (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/x86/kvm/vmx/
H A Dmain.c95 .update_cr8_intercept = vmx_update_cr8_intercept,
H A Dx86_ops.h100 void vmx_update_cr8_intercept(struct kvm_vcpu *vcpu, int tpr, int irr);
H A Dvmx.c6775 void vmx_update_cr8_intercept(struct kvm_vcpu *vcpu, int tpr, int irr) in vmx_update_cr8_intercept() function