Home
last modified time | relevance | path

Searched refs:x_inw (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/vm86/
H A Dlinux_vm86.c160 X86_AX = x_inw(csp[1]); in vm86_GP_fault()
173 X86_AX = x_inw(X86_DX); in vm86_GP_fault()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/
H A D0001-assume-zero-is-valid-address.patch23 (&x_inw),
H A Dlibx86-mmap-offset.patch33 (&x_inw),
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86x86emu.c53 .inw = x_inw, in xf86Int10ExecSetup()
H A Dxf86int10.h158 uint16_t x_inw(uint16_t port);
H A Dhelper_exec.c251 MEM_WW(pInt, dst, x_inw(port)); in port_rep_inw()
357 x_inw(uint16_t port) in x_inw() function