Home
last modified time | relevance | path

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

/openbmc/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 | \
/openbmc/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()
/openbmc/openbmc/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: