Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/hyperv/
H A Dhyperv.h22 typedef void (*HvSintMsgCb)(void *data, int status); typedef
25 HvSintMsgCb cb, void *cb_data);
/openbmc/qemu/hw/hyperv/
H A Dhyperv.c188 HvSintMsgCb cb;
373 HvSintMsgCb cb, void *cb_data) in hyperv_sint_route_new()