Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kvm/
Dx86.c93 static void update_cr8_intercept(struct kvm_vcpu *vcpu);
2521 update_cr8_intercept(vcpu); in kvm_vcpu_ioctl_set_lapic()
5088 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function
5092 if (!kvm_x86_ops->update_cr8_intercept) in update_cr8_intercept()
5108 kvm_x86_ops->update_cr8_intercept(vcpu, tpr, max_irr); in update_cr8_intercept()
5228 update_cr8_intercept(vcpu); in vcpu_enter_guest()
5663 update_cr8_intercept(vcpu); in kvm_arch_vcpu_ioctl_set_sregs()
Dvmx.c1652 kvm_x86_ops->update_cr8_intercept = NULL; in hardware_setup()
3858 static void update_cr8_intercept(struct kvm_vcpu *vcpu, int tpr, int irr) in update_cr8_intercept() function
4433 .update_cr8_intercept = update_cr8_intercept,
Dsvm.c3331 static void update_cr8_intercept(struct kvm_vcpu *vcpu, int tpr, int irr) in update_cr8_intercept() function
3936 .update_cr8_intercept = update_cr8_intercept,
/linux-2.6.39/arch/x86/include/asm/
Dkvm_host.h575 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member