Searched refs:X86_AL (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
H A Dxf86int10.c96 if (X86_AL > 0x13)
103 mode = X86_AL;
284 MEM_WB(pInt, 0x0462, X86_AL);
285 start = X86_AL * MEM_RW(pInt, 0x044C);
296 y = MEM_RB(pInt, (X86_AL << 1) + 0x0450);
297 x = MEM_RB(pInt, (X86_AL << 1) + 0x0451);
325 X86_AL, X86_BH, X86_CH, X86_CL, X86_DH, X86_DL);
350 X86_AL, X86_BH, X86_CH, X86_CL, X86_DH, X86_DL);
392 X86_AL, X86_BH, X86_BL, X86_CX);
414 X86_AL, X86_B
[all...]
H A Dxf86x86emu.h44 #define X86_AL M.x86.R_AL macro
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dxf86int10.c96 if (X86_AL > 0x13)
103 mode = X86_AL;
282 MEM_WB(pInt, 0x0462, X86_AL);
283 start = X86_AL * MEM_RW(pInt, 0x044C);
294 y = MEM_RB(pInt, (X86_AL << 1) + 0x0450);
295 x = MEM_RB(pInt, (X86_AL << 1) + 0x0451);
323 X86_AL, X86_BH, X86_CH, X86_CL, X86_DH, X86_DL);
348 X86_AL, X86_BH, X86_CH, X86_CL, X86_DH, X86_DL);
390 X86_AL, X86_BH, X86_BL, X86_CX);
412 X86_AL, X86_B
[all...]
H A Dxf86x86emu.h44 #define X86_AL M.x86.R_AL macro
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/int10/vm86/
H A Dlinux_vm86.c137 X86_AL = x_inb(csp[1]);
148 X86_AL = x_inb(X86_DX);
159 x_outb(csp[1], X86_AL);
170 x_outb(X86_DX, X86_AL);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/int10/vm86/
H A Dlinux_vm86.c165 X86_AL = x_inb(csp[1]);
178 X86_AL = x_inb(X86_DX);
191 x_outb(csp[1], X86_AL);
204 x_outb(X86_DX, X86_AL);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
H A Dint10Defines.h73 #define X86_AL CPU_RB(eax,0) macro
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
H A Dint10Defines.h73 #define X86_AL CPU_RB(eax,0) macro

Completed in 6 milliseconds