Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dx86.c92 static void update_cr8_intercept(struct kvm_vcpu *vcpu);
2761 update_cr8_intercept(vcpu); in kvm_vcpu_ioctl_set_lapic()
5964 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function
5968 if (!kvm_x86_ops->update_cr8_intercept) in update_cr8_intercept()
5984 kvm_x86_ops->update_cr8_intercept(vcpu, tpr, max_irr); in update_cr8_intercept()
6487 update_cr8_intercept(vcpu); in vcpu_enter_guest()
7076 update_cr8_intercept(vcpu); in kvm_arch_vcpu_ioctl_set_sregs()
Dsvm.c3543 static void update_cr8_intercept(struct kvm_vcpu *vcpu, int tpr, int irr) in update_cr8_intercept() function
4329 .update_cr8_intercept = update_cr8_intercept,
Dvmx.c6217 kvm_x86_ops->update_cr8_intercept = NULL; in hardware_setup()
6235 kvm_x86_ops->update_cr8_intercept = NULL; in hardware_setup()
8167 static void update_cr8_intercept(struct kvm_vcpu *vcpu, int tpr, int irr) in update_cr8_intercept() function
10841 .update_cr8_intercept = update_cr8_intercept,
/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h833 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member