Searched refs:HIGH_WORD (Results 1 – 1 of 1) sorted by relevance
57 #define HIGH_WORD(X) ((X & 0xFFFF0000) >> 16) macro97 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_open_channel()100 channel->channel_id = HIGH_WORD(edx); in vmw_open_channel()130 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_close_channel()170 while (msg_len && (HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS)) { in vmw_port_hb_out()235 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_port_hb_in()274 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_send_msg()281 !!(HIGH_WORD(ecx) & MESSAGE_STATUS_HB)); in vmw_send_msg()283 if ((HIGH_WORD(ebx) & MESSAGE_STATUS_SUCCESS) != 0) { in vmw_send_msg()285 } else if ((HIGH_WORD(ebx) & MESSAGE_STATUS_CPT) != 0) { in vmw_send_msg()[all …]