Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c3185 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 Dkvm_host.h1174 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c106 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 Dvmx.c6275 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()