Searched refs:HIGH_WORD (Results 1 – 1 of 1) sorted by relevance
66 #define HIGH_WORD(X) ((X & 0xFFFF0000) >> 16) macro115 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_open_channel()118 channel->channel_id = HIGH_WORD(edx); in vmw_open_channel()148 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_close_channel()190 while (msg_len && (HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS)) { in vmw_port_hb_out()257 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) in vmw_port_hb_in()296 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) { in vmw_send_msg()303 !!(HIGH_WORD(ecx) & MESSAGE_STATUS_HB)); in vmw_send_msg()305 if ((HIGH_WORD(ebx) & MESSAGE_STATUS_SUCCESS) != 0) { in vmw_send_msg()307 } else if ((HIGH_WORD(ebx) & MESSAGE_STATUS_CPT) != 0) { in vmw_send_msg()[all …]