Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dkvm-x86-ops.h74 KVM_X86_OP(update_cr8_intercept)
A Dkvm_host.h1393 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member
/linux/arch/x86/kvm/
A Dx86.c114 static void update_cr8_intercept(struct kvm_vcpu *vcpu);
4489 update_cr8_intercept(vcpu); in kvm_vcpu_ioctl_set_lapic()
9023 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function
9027 if (!kvm_x86_ops.update_cr8_intercept) in update_cr8_intercept()
9803 update_cr8_intercept(vcpu); in vcpu_enter_guest()
10592 update_cr8_intercept(vcpu); in __set_sregs_common()
/linux/arch/x86/kvm/vmx/
A Dvmx.c7624 .update_cr8_intercept = vmx_update_cr8_intercept,
7785 vmx_x86_ops.update_cr8_intercept = NULL; in hardware_setup()
/linux/arch/x86/kvm/svm/
A Dsvm.c4650 .update_cr8_intercept = svm_update_cr8_intercept,

Completed in 50 milliseconds