Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dx86.c101 static void update_cr8_intercept(struct kvm_vcpu *vcpu);
3545 update_cr8_intercept(vcpu); in kvm_vcpu_ioctl_set_lapic()
7473 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function
7477 if (!kvm_x86_ops->update_cr8_intercept) in update_cr8_intercept()
7496 kvm_x86_ops->update_cr8_intercept(vcpu, tpr, max_irr); in update_cr8_intercept()
8102 update_cr8_intercept(vcpu); in vcpu_enter_guest()
8844 update_cr8_intercept(vcpu); in __set_sregs()
Dsvm.c5091 static void update_cr8_intercept(struct kvm_vcpu *vcpu, int tpr, int irr) in update_cr8_intercept() function
7254 .update_cr8_intercept = update_cr8_intercept,
/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h1092 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c6027 static void update_cr8_intercept(struct kvm_vcpu *vcpu, int tpr, int irr) in update_cr8_intercept() function
7635 kvm_x86_ops->update_cr8_intercept = NULL; in hardware_setup()
7821 .update_cr8_intercept = update_cr8_intercept,