Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h232 #define SYSMODE_SEGOVR_ES 0x00000008 macro
247 SYSMODE_SEGOVR_ES | \
254 SYSMODE_SEGOVR_ES | \
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c273 case SYSMODE_SEGOVR_ES: in get_data_segment()
274 case SYSMODE_SEGOVR_ES | SYSMODE_SEG_DS_SS: in get_data_segment()
H A Dops.c569 M.x86.mode |= SYSMODE_SEGOVR_ES; in x86emuOp_segovr_ES()
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch1007 - case SYSMODE_SEGOVR_ES:
1008 - case SYSMODE_SEGOVR_ES | SYSMODE_SEG_DS_SS:
1030 + case SYSMODE_SEGOVR_ES:
1031 + case SYSMODE_SEGOVR_ES | SYSMODE_SEG_DS_SS: