Lines Matching refs:ecx

105 	u32 ecx, edx, esi, edi;  in vmw_open_channel()  local
109 &ecx, &edx, &esi, &edi); in vmw_open_channel()
111 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_open_channel()
132 u32 ecx; in vmw_close_channel() local
138 &ecx); in vmw_close_channel()
140 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_close_channel()
158 u32 ebx, ecx; in vmw_port_hb_out() local
175 ecx = MESSAGE_STATUS_SUCCESS << 16; in vmw_port_hb_out()
176 while (msg_len && (HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS)) { in vmw_port_hb_out()
189 &ecx); in vmw_port_hb_out()
192 return ecx; in vmw_port_hb_out()
208 u32 ebx, ecx, edx; in vmw_port_hb_in() local
224 ecx = MESSAGE_STATUS_SUCCESS << 16; in vmw_port_hb_in()
234 &ebx, &ecx, &edx); in vmw_port_hb_in()
236 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_port_hb_in()
244 return ecx; in vmw_port_hb_in()
258 u32 ebx, ecx; in vmw_send_msg() local
269 &ecx); in vmw_send_msg()
271 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_send_msg()
278 !!(HIGH_WORD(ecx) & MESSAGE_STATUS_HB)); in vmw_send_msg()
307 u32 ebx, ecx, edx; in vmw_recv_msg() local
323 &ebx, &ecx, &edx); in vmw_recv_msg()
325 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_recv_msg()
331 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_DORECV) == 0) in vmw_recv_msg()
344 !!(HIGH_WORD(ecx) & MESSAGE_STATUS_HB)); in vmw_recv_msg()
363 &ecx); in vmw_recv_msg()
365 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_recv_msg()
368 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_CPT) != 0) { in vmw_recv_msg()