Searched refs:HIGH_WORD (Results 1 – 1 of 1) sorted by relevance
58 #define HIGH_WORD(X) ((X & 0xFFFF0000) >> 16) macro100 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_open_channel()103 channel->channel_id = HIGH_WORD(edx); in vmw_open_channel()133 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_close_channel()174 while (msg_len && (HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS)) { in vmw_port_hb_out()240 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_port_hb_in()279 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_send_msg()286 !!(HIGH_WORD(ecx) & MESSAGE_STATUS_HB)); in vmw_send_msg()288 if ((HIGH_WORD(ebx) & MESSAGE_STATUS_SUCCESS) != 0) { in vmw_send_msg()290 } else if ((HIGH_WORD(ebx) & MESSAGE_STATUS_CPT) != 0) { in vmw_send_msg()[all …]