Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dx86.c89 static void update_cr8_intercept(struct kvm_vcpu *vcpu);
2987 update_cr8_intercept(vcpu); in kvm_vcpu_ioctl_set_lapic()
6055 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function
6059 if (!kvm_x86_ops->update_cr8_intercept) in update_cr8_intercept()
6075 kvm_x86_ops->update_cr8_intercept(vcpu, tpr, max_irr); in update_cr8_intercept()
6310 update_cr8_intercept(vcpu); in vcpu_enter_guest()
6887 update_cr8_intercept(vcpu); in kvm_arch_vcpu_ioctl_set_sregs()
Dsvm.c3631 static void update_cr8_intercept(struct kvm_vcpu *vcpu, int tpr, int irr) in update_cr8_intercept() function
4409 .update_cr8_intercept = update_cr8_intercept,
Dvmx.c6135 kvm_x86_ops->update_cr8_intercept = NULL; in hardware_setup()
6147 kvm_x86_ops->update_cr8_intercept = NULL; in hardware_setup()
7812 static void update_cr8_intercept(struct kvm_vcpu *vcpu, int tpr, int irr) in update_cr8_intercept() function
10233 .update_cr8_intercept = update_cr8_intercept,
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h772 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member