Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dx86.h370 extern int pi_inject_timer;
H A Dlapic.c150 return pi_inject_timer && kvm_vcpu_apicv_active(vcpu) && in kvm_can_post_timer_interrupt()
H A Dx86.c188 int __read_mostly pi_inject_timer = -1; variable
189 module_param(pi_inject_timer, bint, S_IRUGO | S_IWUSR);
9557 if (pi_inject_timer == -1) in __kvm_x86_vendor_init()
9558 pi_inject_timer = housekeeping_enabled(HK_TYPE_TIMER); in __kvm_x86_vendor_init()