Searched refs:X86_CS (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/vm86/ |
| H A D | linux_vm86.c | 52 csp = lina = SEG_ADR((unsigned char *), X86_CS, IP); in vm86_GP_fault() 69 pref_seg = X86_CS; in vm86_GP_fault() 214 "CPU 0x0f Trap at CS:EIP=0x%4.4x:0x%8.8lx\n", X86_CS, in vm86_GP_fault()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | helper_exec.c | 71 X86_CS = 0x0; /* address of 'hlt' */ in setup_int() 155 pushw(pInt, X86_CS); in run_bios_int() 157 X86_CS = MEM_RW(pInt, (num << 2) + 2); in run_bios_int() 160 ErrorF("0x%x:%lx\n", X86_CS, X86_EIP); in run_bios_int() 170 uint32_t lina = SEG_ADR((uint32_t), X86_CS, IP); in dump_code() 196 X86_CS, X86_SS, X86_DS, X86_ES, X86_FS, X86_GS); in dump_registers()
|
| H A D | xf86x86emu.h | 37 #define X86_CS M.x86.R_CS macro
|
| H A D | xf86int10.c | 878 pushw(pInt, X86_CS); in intE6_handler() 880 X86_CS = pInt->BIOSseg; in intE6_handler()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/ |
| H A D | int10Defines.h | 66 #define X86_CS CPU_RW(cs,0) macro
|