Lines Matching refs:ax
99 unsigned short ax, dx, bx; member
103 unsigned short ax, dx, bx; member
352 ctx.ax = 0x0b00; /* EMB move */ in read_xms_store()
354 if (ctx.ax != 1) in read_xms_store()
385 ctx.ax = 0x0b00; /* EMB move */ in write_xms_store()
387 if (ctx.ax != 1) in write_xms_store()
406 ctx.ax = 0x0a00; in close_xms_store()
425 ctx.ax = 0x0000; in open_xms_store()
427 if (ctx.ax < (unsigned short) 0x0200) in open_xms_store()
432 ctx.ax = 0x0900; in open_xms_store()
434 if (ctx.ax != 1) in open_xms_store()
508 ctx.ax = 0x5700; /* move memory region */ in read_ems_store()
510 if (HIBYTE(ctx.ax) != 0) in read_ems_store()
533 ctx.ax = 0x5700; /* move memory region */ in write_ems_store()
535 if (HIBYTE(ctx.ax) != 0) in write_ems_store()
545 ctx.ax = 0x4500; in close_ems_store()
564 ctx.ax = 0x4000; in open_ems_store()
566 if (HIBYTE(ctx.ax) != 0) in open_ems_store()
570 ctx.ax = 0x4600; in open_ems_store()
572 if (HIBYTE(ctx.ax) != 0 || LOBYTE(ctx.ax) < 0x40) in open_ems_store()
576 ctx.ax = 0x4300; in open_ems_store()
579 if (HIBYTE(ctx.ax) != 0) in open_ems_store()