Lines Matching refs:si
107 unsigned long eax, ebx, ecx, edx, si = 0, di = 0; in vmw_open_channel() local
110 (protocol | GUESTMSG_FLAG_COOKIE), si, di, in vmw_open_channel()
113 eax, ebx, ecx, edx, si, di); in vmw_open_channel()
119 channel->cookie_high = si; in vmw_open_channel()
136 unsigned long eax, ebx, ecx, edx, si, di; in vmw_close_channel() local
139 si = channel->cookie_high; in vmw_close_channel()
143 0, si, di, in vmw_close_channel()
146 eax, ebx, ecx, edx, si, di); in vmw_close_channel()
166 unsigned long si, di, eax, ebx, ecx, edx; in vmw_port_hb_out() local
174 si = (uintptr_t) msg; in vmw_port_hb_out()
179 msg_len, si, di, in vmw_port_hb_out()
183 eax, ebx, ecx, edx, si, di); in vmw_port_hb_out()
197 si = channel->cookie_high; in vmw_port_hb_out()
201 word, si, di, in vmw_port_hb_out()
204 eax, ebx, ecx, edx, si, di); in vmw_port_hb_out()
223 unsigned long si, di, eax, ebx, ecx, edx; in vmw_port_hb_in() local
230 si = channel->cookie_high; in vmw_port_hb_in()
235 reply_len, si, di, in vmw_port_hb_in()
238 eax, ebx, ecx, edx, si, di); in vmw_port_hb_in()
248 si = channel->cookie_high; in vmw_port_hb_in()
252 MESSAGE_STATUS_SUCCESS, si, di, in vmw_port_hb_in()
255 eax, ebx, ecx, edx, si, di); in vmw_port_hb_in()
279 unsigned long eax, ebx, ecx, edx, si, di; in vmw_send_msg() local
287 si = channel->cookie_high; in vmw_send_msg()
291 msg_len, si, di, in vmw_send_msg()
294 eax, ebx, ecx, edx, si, di); in vmw_send_msg()
332 unsigned long eax, ebx, ecx, edx, si, di; in vmw_recv_msg() local
345 si = channel->cookie_high; in vmw_recv_msg()
349 0, si, di, in vmw_recv_msg()
352 eax, ebx, ecx, edx, si, di); in vmw_recv_msg()
389 si = channel->cookie_high; in vmw_recv_msg()
393 MESSAGE_STATUS_SUCCESS, si, di, in vmw_recv_msg()
396 eax, ebx, ecx, edx, si, di); in vmw_recv_msg()
655 unsigned long eax, ebx, ecx, edx, si = 0, di = 0; in hypervisor_ppn_reset_all() local
658 0, si, di, in hypervisor_ppn_reset_all()
661 eax, ebx, ecx, edx, si, di); in hypervisor_ppn_reset_all()
672 unsigned long eax, ebx, ecx, edx, si = 0, di = 0; in hypervisor_ppn_add() local
675 (unsigned long)pfn, si, di, in hypervisor_ppn_add()
678 eax, ebx, ecx, edx, si, di); in hypervisor_ppn_add()
689 unsigned long eax, ebx, ecx, edx, si = 0, di = 0; in hypervisor_ppn_remove() local
692 (unsigned long)pfn, si, di, in hypervisor_ppn_remove()
695 eax, ebx, ecx, edx, si, di); in hypervisor_ppn_remove()