Home
last modified time | relevance | path

Searched refs:msg_pending (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kvm/
Dhyperv.c206 if (stimer->msg_pending && stimer->config.enable && in kvm_hv_notify_acked_sint()
583 stimer->msg_pending = false; in stimer_cleanup()
760 hv_hdr.message_flags.msg_pending = 1; in synic_deliver_msg()
823 stimer->msg_pending = true; in stimer_expiration()
831 stimer->msg_pending = false; in stimer_expiration()
862 if (!stimer->msg_pending) in kvm_hv_process_stimers()
/arch/x86/include/asm/
Dkvm_host.h560 bool msg_pending; member