Lines Matching refs:di
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()
105 channel->cookie_low = di; in vmw_open_channel()
121 unsigned long eax, ebx, ecx, edx, si, di; in vmw_close_channel() local
125 di = channel->cookie_low; 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
159 di = channel->cookie_low; 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()
182 di = channel->cookie_low; 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
214 di = (uintptr_t) reply; 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()
232 di = channel->cookie_low; 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
271 di = channel->cookie_low; 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
329 di = channel->cookie_low; in vmw_recv_msg()
332 0, si, di, in vmw_recv_msg()
335 eax, ebx, ecx, edx, si, di); in vmw_recv_msg()
373 di = channel->cookie_low; 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()