Lines Matching refs:ebx
158 u32 ebx, ecx; in vmw_port_hb_out() local
169 &ebx); in vmw_port_hb_out()
171 return ebx; in vmw_port_hb_out()
208 u32 ebx, ecx, edx; in vmw_port_hb_in() local
218 &ebx); in vmw_port_hb_in()
220 return ebx; in vmw_port_hb_in()
234 &ebx, &ecx, &edx); in vmw_port_hb_in()
239 memcpy(reply, &ebx, bytes); in vmw_port_hb_in()
258 u32 ebx, ecx; in vmw_send_msg() local
277 ebx = vmw_port_hb_out(channel, msg, in vmw_send_msg()
280 if ((HIGH_WORD(ebx) & MESSAGE_STATUS_SUCCESS) != 0) { in vmw_send_msg()
282 } else if ((HIGH_WORD(ebx) & MESSAGE_STATUS_CPT) != 0) { in vmw_send_msg()
307 u32 ebx, ecx, edx; in vmw_recv_msg() local
323 &ebx, &ecx, &edx); in vmw_recv_msg()
334 reply_len = ebx; in vmw_recv_msg()
343 ebx = vmw_port_hb_in(channel, reply, reply_len, in vmw_recv_msg()
345 if ((HIGH_WORD(ebx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_recv_msg()
348 if ((HIGH_WORD(ebx) & MESSAGE_STATUS_CPT) != 0) { in vmw_recv_msg()