Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.h295 extern int pi_inject_timer;
H A Dlapic.c116 return pi_inject_timer && kvm_vcpu_apicv_active(vcpu) && in kvm_can_post_timer_interrupt()
H A Dx86.c163 int __read_mostly pi_inject_timer = -1; variable
164 module_param(pi_inject_timer, bint, S_IRUGO | S_IWUSR);
8139 if (pi_inject_timer == -1) in kvm_arch_init()
8140 pi_inject_timer = housekeeping_enabled(HK_FLAG_TIMER); in kvm_arch_init()