Home
last modified time | relevance | path

Searched refs:X86_BH (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86int10.c217 MEM_WB(pInt, (X86_BH << 1) + 0x0450, X86_DL); in int42_handler()
218 MEM_WB(pInt, (X86_BH << 1) + 0x0451, X86_DH); in int42_handler()
220 if (X86_BH != MEM_RB(pInt, 0x0462)) in int42_handler()
245 X86_DL = MEM_RB(pInt, (X86_BH << 1) + 0x0450); in int42_handler()
246 X86_DH = MEM_RB(pInt, (X86_BH << 1) + 0x0451); in int42_handler()
323 X86_AL, X86_BH, X86_CH, X86_CL, X86_DH, X86_DL); in int42_handler()
348 X86_AL, X86_BH, X86_CH, X86_CL, X86_DH, X86_DL); in int42_handler()
367 "BH=0x%2.2x\n", X86_BH); in int42_handler()
390 X86_AL, X86_BH, X86_BL, X86_CX); in int42_handler()
412 X86_AL, X86_BH, X86_BL, X86_CX); in int42_handler()
[all …]
H A Dxf86x86emu.h50 #define X86_BH M.x86.R_BH macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/
H A Dint10Defines.h79 #define X86_BH CPU_RB(ebx,1) macro