Home
last modified time | relevance | path

Searched refs:SYSMODE_SEGOVR_CS (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h228 #define SYSMODE_SEGOVR_CS 0x00000002 macro
243 SYSMODE_SEGOVR_CS | \
250 SYSMODE_SEGOVR_CS | \
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h230 #define SYSMODE_SEGOVR_CS 0x00000002 macro
245 SYSMODE_SEGOVR_CS | \
252 SYSMODE_SEGOVR_CS | \
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c270 case SYSMODE_SEGOVR_CS: in get_data_segment()
271 case SYSMODE_SEGOVR_CS | SYSMODE_SEG_DS_SS: in get_data_segment()
H A Dops.c600 M.x86.mode |= SYSMODE_SEGOVR_CS; in x86emuOp_segovr_CS()
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddecode.c287 case SYSMODE_SEGOVR_CS: in get_data_segment()
288 case SYSMODE_SEGOVR_CS | SYSMODE_SEG_DS_SS: in get_data_segment()
H A Dops.c2721 M.x86.mode |= SYSMODE_SEGOVR_CS; in x86emuOp_segovr_CS()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch1004 - case SYSMODE_SEGOVR_CS:
1005 - case SYSMODE_SEGOVR_CS | SYSMODE_SEG_DS_SS:
1027 + case SYSMODE_SEGOVR_CS:
1028 + case SYSMODE_SEGOVR_CS | SYSMODE_SEG_DS_SS: