Searched refs:HIGH_WORD (Results 1 – 1 of 1) sorted by relevance
66 #define HIGH_WORD(X) ((X & 0xFFFF0000) >> 16) macro108 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_open_channel()111 channel->channel_id = HIGH_WORD(edx); in vmw_open_channel()141 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_close_channel()183 while (msg_len && (HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS)) { in vmw_port_hb_out()250 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_port_hb_in()289 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_send_msg()296 !!(HIGH_WORD(ecx) & MESSAGE_STATUS_HB)); in vmw_send_msg()298 if ((HIGH_WORD(ebx) & MESSAGE_STATUS_SUCCESS) != 0) { in vmw_send_msg()300 } else if ((HIGH_WORD(ebx) & MESSAGE_STATUS_CPT) != 0) { in vmw_send_msg()[all …]