Searched refs:update_cr8_intercept (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/arch/x86/kvm/svm/ |
| D | svm.c | 3182 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/ |
| D | x86.c | 106 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/ |
| D | kvm_host.h | 1169 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member
|
| /Linux-v5.10/arch/x86/kvm/vmx/ |
| D | vmx.c | 6152 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()
|