Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h85 KVM_X86_OP_OPTIONAL(update_cr8_intercept)
H A Dkvm_host.h1821 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member
/linux/arch/x86/kvm/vmx/
H A Dmain.c947 .update_cr8_intercept = vt_op(update_cr8_intercept),