• Home
  • Raw
  • Download

Lines Matching refs:si

92 	unsigned long eax, ebx, ecx, edx, si = 0, di = 0;  in vmw_open_channel()  local
95 (protocol | GUESTMSG_FLAG_COOKIE), si, di, in vmw_open_channel()
98 eax, ebx, ecx, edx, si, di); in vmw_open_channel()
104 channel->cookie_high = si; in vmw_open_channel()
121 unsigned long eax, ebx, ecx, edx, si, di; in vmw_close_channel() local
124 si = channel->cookie_high; in vmw_close_channel()
128 0, si, di, in vmw_close_channel()
131 eax, ebx, ecx, edx, si, di); in vmw_close_channel()
151 unsigned long si, di, eax, ebx, ecx, edx; in vmw_port_hb_out() local
158 si = (uintptr_t) msg; in vmw_port_hb_out()
163 msg_len, si, di, in vmw_port_hb_out()
167 eax, ebx, ecx, edx, si, di); in vmw_port_hb_out()
181 si = channel->cookie_high; in vmw_port_hb_out()
185 word, si, di, in vmw_port_hb_out()
188 eax, ebx, ecx, edx, si, di); in vmw_port_hb_out()
207 unsigned long si, di, eax, ebx, ecx, edx; in vmw_port_hb_in() local
213 si = channel->cookie_high; in vmw_port_hb_in()
218 reply_len, si, di, in vmw_port_hb_in()
221 eax, ebx, ecx, edx, si, di); in vmw_port_hb_in()
231 si = channel->cookie_high; in vmw_port_hb_in()
235 MESSAGE_STATUS_SUCCESS, si, di, in vmw_port_hb_in()
238 eax, ebx, ecx, edx, si, di); in vmw_port_hb_in()
262 unsigned long eax, ebx, ecx, edx, si, di; in vmw_send_msg() local
270 si = channel->cookie_high; in vmw_send_msg()
274 msg_len, si, di, in vmw_send_msg()
277 eax, ebx, ecx, edx, si, di); in vmw_send_msg()
315 unsigned long eax, ebx, ecx, edx, si, di; in vmw_recv_msg() local
328 si = channel->cookie_high; in vmw_recv_msg()
332 0, si, di, in vmw_recv_msg()
335 eax, ebx, ecx, edx, si, di); in vmw_recv_msg()
372 si = channel->cookie_high; in vmw_recv_msg()
376 MESSAGE_STATUS_SUCCESS, si, di, in vmw_recv_msg()
379 eax, ebx, ecx, edx, si, di); in vmw_recv_msg()