Searched refs:HV_MsgState (Results 1 - 3 of 3) sorted by relevance

/arch/tile/kernel/
H A Dmessaging.c26 static DEFINE_PER_CPU(HV_MsgState, msg_state);
31 HV_MsgState *state = this_cpu_ptr(&msg_state);
71 HV_MsgState *state = this_cpu_ptr(&msg_state);
H A Dhvglue_trace.c244 HV_WRAP1(HV_Errno, hv_register_message_state, HV_MsgState*, msgstate)
247 HV_WRAP3(HV_RcvMsgInfo, hv_receive_message, HV_MsgState, msgstate,
/arch/tile/include/hv/
H A Dhypervisor.h1410 HV_MsgState; typedef in typeref:struct:__anon2949
1419 * msgstate is the virtual address of a state object of type HV_MsgState.
1439 HV_Errno hv_register_message_state(HV_MsgState* msgstate);
1584 HV_RcvMsgInfo hv_receive_message(HV_MsgState msgstate, HV_VirtAddr buf,

Completed in 13 milliseconds