Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dx86.c101 static void update_cr8_intercept(struct kvm_vcpu *vcpu);
3212 update_cr8_intercept(vcpu); in kvm_vcpu_ioctl_set_lapic()
6917 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function
6921 if (!kvm_x86_ops->update_cr8_intercept) in update_cr8_intercept()
6940 kvm_x86_ops->update_cr8_intercept(vcpu, tpr, max_irr); in update_cr8_intercept()
7527 update_cr8_intercept(vcpu); in vcpu_enter_guest()
8249 update_cr8_intercept(vcpu); in __set_sregs()
Dsvm.c5055 static void update_cr8_intercept(struct kvm_vcpu *vcpu, int tpr, int irr) in update_cr8_intercept() function
7116 .update_cr8_intercept = update_cr8_intercept,
Dvmx.c7922 kvm_x86_ops->update_cr8_intercept = NULL; in hardware_setup()
10207 static void update_cr8_intercept(struct kvm_vcpu *vcpu, int tpr, int irr) in update_cr8_intercept() function
14170 .update_cr8_intercept = update_cr8_intercept,
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h1022 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member