Searched refs:X86_BH (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/ |
| H A D | xf86int10.c | 220 MEM_WB(pInt, (X86_BH << 1) + 0x0450, X86_DL); 221 MEM_WB(pInt, (X86_BH << 1) + 0x0451, X86_DH); 223 if (X86_BH != MEM_RB(pInt, 0x0462)) 248 X86_DL = MEM_RB(pInt, (X86_BH << 1) + 0x0450); 249 X86_DH = MEM_RB(pInt, (X86_BH << 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); 369 "BH=0x%2.2x\n", X86_BH); 392 X86_AL, X86_BH, X86_BL, X86_CX); 414 X86_AL, X86_BH, X86_B [all...] |
| H A D | xf86x86emu.h | 50 #define X86_BH M.x86.R_BH macro
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| H A D | xf86int10.c | 217 MEM_WB(pInt, (X86_BH << 1) + 0x0450, X86_DL); 218 MEM_WB(pInt, (X86_BH << 1) + 0x0451, X86_DH); 220 if (X86_BH != MEM_RB(pInt, 0x0462)) 245 X86_DL = MEM_RB(pInt, (X86_BH << 1) + 0x0450); 246 X86_DH = MEM_RB(pInt, (X86_BH << 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); 367 "BH=0x%2.2x\n", X86_BH); 390 X86_AL, X86_BH, X86_BL, X86_CX); 412 X86_AL, X86_BH, X86_B [all...] |
| H A D | xf86x86emu.h | 50 #define X86_BH M.x86.R_BH macro
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/ |
| H A D | int10Defines.h | 79 #define X86_BH CPU_RB(ebx,1) macro
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/ |
| H A D | int10Defines.h | 79 #define X86_BH CPU_RB(ebx,1) macro
|
Completed in 8 milliseconds