Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1651 void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); member
/openbmc/linux/arch/x86/kvm/
H A Dx86.c9986 static void update_cr8_intercept(struct kvm_vcpu *vcpu) in update_cr8_intercept() function