Lines Matching refs:si

100 	unsigned long eax, ebx, ecx, edx, si = 0, di = 0;  in vmw_open_channel()  local
103 (protocol | GUESTMSG_FLAG_COOKIE), si, di, in vmw_open_channel()
106 eax, ebx, ecx, edx, si, di); in vmw_open_channel()
112 channel->cookie_high = si; in vmw_open_channel()
129 unsigned long eax, ebx, ecx, edx, si, di; in vmw_close_channel() local
132 si = channel->cookie_high; in vmw_close_channel()
136 0, si, di, in vmw_close_channel()
139 eax, ebx, ecx, edx, si, di); in vmw_close_channel()
159 unsigned long si, di, eax, ebx, ecx, edx; in vmw_port_hb_out() local
167 si = (uintptr_t) msg; in vmw_port_hb_out()
172 msg_len, si, di, in vmw_port_hb_out()
176 eax, ebx, ecx, edx, si, di); in vmw_port_hb_out()
190 si = channel->cookie_high; in vmw_port_hb_out()
194 word, si, di, in vmw_port_hb_out()
197 eax, ebx, ecx, edx, si, di); in vmw_port_hb_out()
216 unsigned long si, di, eax, ebx, ecx, edx; in vmw_port_hb_in() local
223 si = channel->cookie_high; in vmw_port_hb_in()
228 reply_len, si, di, in vmw_port_hb_in()
231 eax, ebx, ecx, edx, si, di); in vmw_port_hb_in()
241 si = channel->cookie_high; in vmw_port_hb_in()
245 MESSAGE_STATUS_SUCCESS, si, di, in vmw_port_hb_in()
248 eax, ebx, ecx, edx, si, di); in vmw_port_hb_in()
272 unsigned long eax, ebx, ecx, edx, si, di; in vmw_send_msg() local
280 si = channel->cookie_high; in vmw_send_msg()
284 msg_len, si, di, in vmw_send_msg()
287 eax, ebx, ecx, edx, si, di); in vmw_send_msg()
325 unsigned long eax, ebx, ecx, edx, si, di; in vmw_recv_msg() local
338 si = channel->cookie_high; in vmw_recv_msg()
342 0, si, di, in vmw_recv_msg()
345 eax, ebx, ecx, edx, si, di); in vmw_recv_msg()
382 si = channel->cookie_high; in vmw_recv_msg()
386 MESSAGE_STATUS_SUCCESS, si, di, in vmw_recv_msg()
389 eax, ebx, ecx, edx, si, di); in vmw_recv_msg()
648 unsigned long eax, ebx, ecx, edx, si = 0, di = 0; in hypervisor_ppn_reset_all() local
651 0, si, di, in hypervisor_ppn_reset_all()
654 eax, ebx, ecx, edx, si, di); in hypervisor_ppn_reset_all()
665 unsigned long eax, ebx, ecx, edx, si = 0, di = 0; in hypervisor_ppn_add() local
668 (unsigned long)pfn, si, di, in hypervisor_ppn_add()
671 eax, ebx, ecx, edx, si, di); in hypervisor_ppn_add()
682 unsigned long eax, ebx, ecx, edx, si = 0, di = 0; in hypervisor_ppn_remove() local
685 (unsigned long)pfn, si, di, in hypervisor_ppn_remove()
688 eax, ebx, ecx, edx, si, di); in hypervisor_ppn_remove()