Lines Matching refs:ecx
89 unsigned long eax, ebx, ecx, edx, si = 0, di = 0; in vmw_open_channel() local
95 eax, ebx, ecx, edx, si, di); in vmw_open_channel()
97 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_open_channel()
118 unsigned long eax, ebx, ecx, edx, si, di; in vmw_close_channel() local
128 eax, ebx, ecx, edx, si, di); in vmw_close_channel()
130 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_close_channel()
148 unsigned long si, di, eax, ebx, ecx, edx; in vmw_port_hb_out() local
163 eax, ebx, ecx, edx, si, di); in vmw_port_hb_out()
169 ecx = MESSAGE_STATUS_SUCCESS << 16; in vmw_port_hb_out()
170 while (msg_len && (HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS)) { in vmw_port_hb_out()
184 eax, ebx, ecx, edx, si, di); in vmw_port_hb_out()
187 return ecx; in vmw_port_hb_out()
203 unsigned long si, di, eax, ebx, ecx, edx; in vmw_port_hb_in() local
216 eax, ebx, ecx, edx, si, di); in vmw_port_hb_in()
222 ecx = MESSAGE_STATUS_SUCCESS << 16; in vmw_port_hb_in()
233 eax, ebx, ecx, edx, si, di); in vmw_port_hb_in()
235 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_port_hb_in()
243 return ecx; in vmw_port_hb_in()
257 unsigned long eax, ebx, ecx, edx, si, di; in vmw_send_msg() local
272 eax, ebx, ecx, edx, si, di); in vmw_send_msg()
274 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_send_msg()
281 !!(HIGH_WORD(ecx) & MESSAGE_STATUS_HB)); in vmw_send_msg()
310 unsigned long eax, ebx, ecx, edx, si, di; in vmw_recv_msg() local
330 eax, ebx, ecx, edx, si, di); in vmw_recv_msg()
332 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_recv_msg()
338 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_DORECV) == 0) in vmw_recv_msg()
351 !!(HIGH_WORD(ecx) & MESSAGE_STATUS_HB)); in vmw_recv_msg()
374 eax, ebx, ecx, edx, si, di); in vmw_recv_msg()
376 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_recv_msg()
379 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_CPT) != 0) { in vmw_recv_msg()