Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dkvm-x86-ops.h85 KVM_X86_OP_OPTIONAL(update_cr8_intercept)
A Dkvm_host.h1805 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member
/arch/x86/kvm/vmx/
A Dmain.c938 .update_cr8_intercept = vt_op(update_cr8_intercept),
A Dvmx.c8393 vt_x86_ops.update_cr8_intercept = NULL; in vmx_hardware_setup()
/arch/x86/kvm/
A Dx86.c128 static void update_cr8_intercept(struct kvm_vcpu *vcpu);
5177 update_cr8_intercept(vcpu); in kvm_vcpu_ioctl_set_lapic()
10107 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function
10111 if (!kvm_x86_ops.update_cr8_intercept) in update_cr8_intercept()
10130 kvm_x86_call(update_cr8_intercept)(vcpu, tpr, max_irr); in update_cr8_intercept() local
10838 update_cr8_intercept(vcpu); in vcpu_enter_guest()
11934 update_cr8_intercept(vcpu); in __set_sregs_common()
/arch/x86/kvm/svm/
A Dsvm.c5122 .update_cr8_intercept = svm_update_cr8_intercept,

Completed in 60 milliseconds