Lines Matching refs:si
84 ax, bx, cx, dx, si, di) \ argument
91 "=S"(si), \
129 ax, bx, cx, dx, si, di) \ argument
139 "=S"(si), \
153 ax, bx, cx, dx, si, di) \ argument
163 "=S"(si), \
184 ax, bx, cx, dx, si, di) \ argument
194 "=S"(si), \
209 ax, bx, cx, dx, si, di) \ argument
219 "=S"(si), \
244 ax, bx, cx, dx, si, di) \ argument
247 (void) dx; (void) si; (void) di;
251 ax, bx, cx, dx, si, di) \ argument
254 (void) dx; (void) si; (void) di;
259 ax, bx, cx, dx, si, di) \ argument
262 (void) dx; (void) si; (void) di;
296 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; in svga_open_channel() local
299 (protocol | GUESTMSG_FLAG_COOKIE), si, di, in svga_open_channel()
302 ax, bx, cx, dx, si, di); in svga_open_channel()
308 channel->cookie_high = si; in svga_open_channel()
326 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; in svga_close_channel() local
329 si = channel->cookie_high; in svga_close_channel()
333 0, si, di, in svga_close_channel()
336 ax, bx, cx, dx, si, di); in svga_close_channel()
357 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di, bp; in svga_send_msg() local
366 si = channel->cookie_high; in svga_send_msg()
370 msg_len, si, di, in svga_send_msg()
373 ax, bx, cx, dx, si, di); in svga_send_msg()
382 si = (uintptr_t) msg; in svga_send_msg()
388 msg_len, si, di, in svga_send_msg()
391 ax, bx, cx, dx, si, di); in svga_send_msg()