Home | History | Annotate | Download | only in vmwgfx

Lines Matching defs:ebx

97 	unsigned long eax, ebx, ecx, edx, si = 0, di = 0;
103 eax, ebx, ecx, edx, si, di);
126 unsigned long eax, ebx, ecx, edx, si, di;
136 eax, ebx, ecx, edx, si, di);
156 unsigned long si, di, eax, ebx, ecx, edx;
172 eax, ebx, ecx, edx, si, di);
174 return ebx;
193 eax, ebx, ecx, edx, si, di);
212 unsigned long si, di, eax, ebx, ecx, edx;
226 eax, ebx, ecx, edx, si, di);
228 return ebx;
243 eax, ebx, ecx, edx, si, di);
248 memcpy(reply, &ebx, bytes);
267 unsigned long eax, ebx, ecx, edx, si, di;
282 eax, ebx, ecx, edx, si, di);
290 ebx = vmw_port_hb_out(channel, msg,
293 if ((HIGH_WORD(ebx) & MESSAGE_STATUS_SUCCESS) != 0) {
295 } else if ((HIGH_WORD(ebx) & MESSAGE_STATUS_CPT) != 0) {
320 unsigned long eax, ebx, ecx, edx, si, di;
340 eax, ebx, ecx, edx, si, di);
351 reply_len = ebx;
360 ebx = vmw_port_hb_in(channel, reply, reply_len,
362 if ((HIGH_WORD(ebx) & MESSAGE_STATUS_SUCCESS) == 0) {
365 if ((HIGH_WORD(ebx) & MESSAGE_STATUS_CPT) != 0) {
384 eax, ebx, ecx, edx, si, di);