Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm-x86-ops.h82 KVM_X86_OP_OPTIONAL(update_cr8_intercept)
Dkvm_host.h1651 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member
/arch/x86/kvm/
Dx86.c125 static void update_cr8_intercept(struct kvm_vcpu *vcpu);
4949 update_cr8_intercept(vcpu); in kvm_vcpu_ioctl_set_lapic()
9984 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function
9988 if (!kvm_x86_ops.update_cr8_intercept) in update_cr8_intercept()
10695 update_cr8_intercept(vcpu); in vcpu_enter_guest()
11574 update_cr8_intercept(vcpu); in __set_sregs_common()
/arch/x86/kvm/vmx/
Dvmx.c8323 .update_cr8_intercept = vmx_update_cr8_intercept,
8532 vmx_x86_ops.update_cr8_intercept = NULL; in hardware_setup()
/arch/x86/kvm/svm/
Dsvm.c5004 .update_cr8_intercept = svm_update_cr8_intercept,