Searched refs:update_cr8_intercept (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kvm/svm/ |
| H A D | svm.c | 3185 static void update_cr8_intercept(struct kvm_vcpu *vcpu, int tpr, int irr) in update_cr8_intercept() function 4266 .update_cr8_intercept = update_cr8_intercept,
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | kvm_host.h | 1174 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | x86.c | 106 static void update_cr8_intercept(struct kvm_vcpu *vcpu); 4124 update_cr8_intercept(vcpu); in kvm_vcpu_ioctl_set_lapic() 8402 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function 8406 if (!kvm_x86_ops.update_cr8_intercept) in update_cr8_intercept() 8425 kvm_x86_ops.update_cr8_intercept(vcpu, tpr, max_irr); in update_cr8_intercept() 9134 update_cr8_intercept(vcpu); in vcpu_enter_guest() 9904 update_cr8_intercept(vcpu); in __set_sregs()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 6275 static void update_cr8_intercept(struct kvm_vcpu *vcpu, int tpr, int irr) in update_cr8_intercept() function 7800 .update_cr8_intercept = update_cr8_intercept, 7925 vmx_x86_ops.update_cr8_intercept = NULL; in hardware_setup()
|