Home
last modified time | relevance | path

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

/openbmc/qemu/hw/hyperv/
H A Dhyperv.c199 HV_STAGED_MSG_FREE, enumerator
255 qatomic_set(&staged_msg->state, HV_STAGED_MSG_FREE); in sint_msg_bh()
316 if (qatomic_cmpxchg(&staged_msg->state, HV_STAGED_MSG_FREE, in hyperv_post_msg()
317 HV_STAGED_MSG_BUSY) != HV_STAGED_MSG_FREE) { in hyperv_post_msg()