Home
last modified time | relevance | path

Searched defs:update_cr8_intercept (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/
H A Dx86.c10167 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function
10190 kvm_x86_call(update_cr8_intercept)(vcpu, tpr, max_irr); in update_cr8_intercept() local
/linux/arch/x86/include/asm/
H A Dkvm_host.h1757 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member