Lines Matching refs:ecx

92 	unsigned long eax, ebx, ecx, edx, si = 0, di = 0;  in vmw_open_channel()  local
98 eax, ebx, ecx, edx, si, di); in vmw_open_channel()
100 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_open_channel()
121 unsigned long eax, ebx, ecx, edx, si, di; in vmw_close_channel() local
131 eax, ebx, ecx, edx, si, di); in vmw_close_channel()
133 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_close_channel()
151 unsigned long si, di, eax, ebx, ecx, edx; in vmw_port_hb_out() local
167 eax, ebx, ecx, edx, si, di); in vmw_port_hb_out()
173 ecx = MESSAGE_STATUS_SUCCESS << 16; in vmw_port_hb_out()
174 while (msg_len && (HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS)) { in vmw_port_hb_out()
188 eax, ebx, ecx, edx, si, di); in vmw_port_hb_out()
191 return ecx; in vmw_port_hb_out()
207 unsigned long si, di, eax, ebx, ecx, edx; in vmw_port_hb_in() local
221 eax, ebx, ecx, edx, si, di); in vmw_port_hb_in()
227 ecx = MESSAGE_STATUS_SUCCESS << 16; in vmw_port_hb_in()
238 eax, ebx, ecx, edx, si, di); in vmw_port_hb_in()
240 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_port_hb_in()
248 return ecx; in vmw_port_hb_in()
262 unsigned long eax, ebx, ecx, edx, si, di; in vmw_send_msg() local
277 eax, ebx, ecx, edx, si, di); in vmw_send_msg()
279 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_send_msg()
286 !!(HIGH_WORD(ecx) & MESSAGE_STATUS_HB)); in vmw_send_msg()
315 unsigned long eax, ebx, ecx, edx, si, di; in vmw_recv_msg() local
335 eax, ebx, ecx, edx, si, di); in vmw_recv_msg()
337 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_recv_msg()
343 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_DORECV) == 0) in vmw_recv_msg()
356 !!(HIGH_WORD(ecx) & MESSAGE_STATUS_HB)); in vmw_recv_msg()
379 eax, ebx, ecx, edx, si, di); in vmw_recv_msg()
381 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_recv_msg()
384 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_CPT) != 0) { in vmw_recv_msg()