Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/svm/
Dsvm.c3182 static void update_cr8_intercept(struct kvm_vcpu *vcpu, int tpr, int irr) in update_cr8_intercept() function
4254 .update_cr8_intercept = update_cr8_intercept,
/Linux-v5.10/arch/x86/kvm/
Dx86.c106 static void update_cr8_intercept(struct kvm_vcpu *vcpu);
4047 update_cr8_intercept(vcpu); in kvm_vcpu_ioctl_set_lapic()
8170 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function
8174 if (!kvm_x86_ops.update_cr8_intercept) in update_cr8_intercept()
8193 kvm_x86_ops.update_cr8_intercept(vcpu, tpr, max_irr); in update_cr8_intercept()
8877 update_cr8_intercept(vcpu); in vcpu_enter_guest()
9634 update_cr8_intercept(vcpu); in __set_sregs()
/Linux-v5.10/arch/x86/include/asm/
Dkvm_host.h1169 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member
/Linux-v5.10/arch/x86/kvm/vmx/
Dvmx.c6152 static void update_cr8_intercept(struct kvm_vcpu *vcpu, int tpr, int irr) in update_cr8_intercept() function
7653 .update_cr8_intercept = update_cr8_intercept,
7778 vmx_x86_ops.update_cr8_intercept = NULL; in hardware_setup()