Lines Matching refs:si

89 	unsigned long eax, ebx, ecx, edx, si = 0, di = 0;  in vmw_open_channel()  local
92 (protocol | GUESTMSG_FLAG_COOKIE), si, di, in vmw_open_channel()
95 eax, ebx, ecx, edx, si, di); in vmw_open_channel()
101 channel->cookie_high = si; in vmw_open_channel()
118 unsigned long eax, ebx, ecx, edx, si, di; in vmw_close_channel() local
121 si = channel->cookie_high; in vmw_close_channel()
125 0, si, di, in vmw_close_channel()
128 eax, ebx, ecx, edx, si, di); in vmw_close_channel()
148 unsigned long si, di, eax, ebx, ecx, edx; in vmw_port_hb_out() local
154 si = (uintptr_t) msg; in vmw_port_hb_out()
159 msg_len, si, di, in vmw_port_hb_out()
163 eax, ebx, ecx, edx, si, di); in vmw_port_hb_out()
177 si = channel->cookie_high; in vmw_port_hb_out()
181 word, si, di, in vmw_port_hb_out()
184 eax, ebx, ecx, edx, si, di); in vmw_port_hb_out()
203 unsigned long si, di, eax, ebx, ecx, edx; in vmw_port_hb_in() local
208 si = channel->cookie_high; in vmw_port_hb_in()
213 reply_len, si, di, in vmw_port_hb_in()
216 eax, ebx, ecx, edx, si, di); in vmw_port_hb_in()
226 si = channel->cookie_high; in vmw_port_hb_in()
230 MESSAGE_STATUS_SUCCESS, si, di, in vmw_port_hb_in()
233 eax, ebx, ecx, edx, si, di); in vmw_port_hb_in()
257 unsigned long eax, ebx, ecx, edx, si, di; in vmw_send_msg() local
265 si = channel->cookie_high; in vmw_send_msg()
269 msg_len, si, di, in vmw_send_msg()
272 eax, ebx, ecx, edx, si, di); in vmw_send_msg()
310 unsigned long eax, ebx, ecx, edx, si, di; in vmw_recv_msg() local
323 si = channel->cookie_high; in vmw_recv_msg()
327 0, si, di, in vmw_recv_msg()
330 eax, ebx, ecx, edx, si, di); in vmw_recv_msg()
367 si = channel->cookie_high; in vmw_recv_msg()
371 MESSAGE_STATUS_SUCCESS, si, di, in vmw_recv_msg()
374 eax, ebx, ecx, edx, si, di); in vmw_recv_msg()