Lines Matching refs:di
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()
102 channel->cookie_low = di; in vmw_open_channel()
118 unsigned long eax, ebx, ecx, edx, si, di; in vmw_close_channel() local
122 di = channel->cookie_low; 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
155 di = channel->cookie_low; 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()
178 di = channel->cookie_low; 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
209 di = (uintptr_t) reply; 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()
227 di = channel->cookie_low; 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
266 di = channel->cookie_low; 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
324 di = channel->cookie_low; in vmw_recv_msg()
327 0, si, di, in vmw_recv_msg()
330 eax, ebx, ecx, edx, si, di); in vmw_recv_msg()
368 di = channel->cookie_low; 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()