Searched refs:X86_DI (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | xf86int10.c | 760 pci_device_cfg_read_u8(dev, &X86_CL, X86_DI); in int1A_handler() 774 pci_device_cfg_read_u16(dev, &X86_CX, X86_DI); in int1A_handler() 788 pci_device_cfg_read_u32(dev, &X86_ECX, X86_DI); in int1A_handler() 802 pci_device_cfg_write_u8(dev, X86_CL, X86_DI); in int1A_handler() 816 pci_device_cfg_write_u16(dev, X86_CX, X86_DI); in int1A_handler() 830 pci_device_cfg_write_u32(dev, X86_ECX, X86_DI); in int1A_handler()
|
| H A D | xf86x86emu.h | 33 #define X86_DI M.x86.R_DI macro
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/vm86/ |
| H A D | linux_vm86.c | 116 X86_DI += port_rep_inl(pInt, X86_DX, SEG_ADR((CARD32), X86_ES, DI), in vm86_GP_fault() 120 X86_DI += port_rep_inw(pInt, X86_DX, SEG_ADR((CARD32), X86_ES, DI), in vm86_GP_fault()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/ |
| H A D | int10Defines.h | 62 #define X86_DI CPU_RW(edi,0) macro
|