Searched refs:hv_receive_message (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/arch/tile/kernel/ |
H A D | messaging.c | 71 rmi = hv_receive_message(*state, (HV_VirtAddr) message, hv_message_intr() 77 panic("hv_receive_message failed: %d", rmi.msglen); hv_message_intr()
|
H A D | hvglue.S | 46 gensym hv_receive_message, 0x3e0, 32
|
H A D | hvglue_trace.c | 50 #define hv_receive_message _hv_receive_message macro 110 #undef hv_receive_message macro 249 HV_WRAP3(HV_RcvMsgInfo, hv_receive_message, HV_MsgState, msgstate,
|
/linux-4.4.14/arch/tile/include/hv/ |
H A D | hypervisor.h | 234 /** hv_receive_message */ 1428 * messages with the hv_receive_message routine, and must be called on 1520 * never call hv_receive_message, or could register a different state 1546 /** Return value from hv_receive_message() */ 1596 HV_RcvMsgInfo hv_receive_message(HV_MsgState msgstate, HV_VirtAddr buf,
|
Completed in 77 milliseconds