Home
last modified time | relevance | path

Searched refs:update_cr8_intercept (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/x86/kvm/vmx/
H A Dmain.c95 .update_cr8_intercept = vmx_update_cr8_intercept,
H A Dvmx.c8561 vt_x86_ops.update_cr8_intercept = NULL; in vmx_hardware_setup()
/linux-6.15/arch/x86/include/asm/
H A Dkvm-x86-ops.h85 KVM_X86_OP_OPTIONAL(update_cr8_intercept)
H A Dkvm_host.h1766 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member
/linux-6.15/arch/x86/kvm/
H A Dx86.c129 static void update_cr8_intercept(struct kvm_vcpu *vcpu);
5133 update_cr8_intercept(vcpu); in kvm_vcpu_ioctl_set_lapic()
10190 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function
10194 if (!kvm_x86_ops.update_cr8_intercept) in update_cr8_intercept()
10213 kvm_x86_call(update_cr8_intercept)(vcpu, tpr, max_irr); in update_cr8_intercept() local
10911 update_cr8_intercept(vcpu); in vcpu_enter_guest()
11975 update_cr8_intercept(vcpu); in __set_sregs_common()
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c5218 .update_cr8_intercept = svm_update_cr8_intercept,