Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h233 #define SYSMODE_SEGOVR_FS 0x00000010 macro
248 SYSMODE_SEGOVR_FS | \
255 SYSMODE_SEGOVR_FS | \
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c276 case SYSMODE_SEGOVR_FS: in get_data_segment()
277 case SYSMODE_SEGOVR_FS | SYSMODE_SEG_DS_SS: in get_data_segment()
H A Dops.c867 M.x86.mode |= SYSMODE_SEGOVR_FS; in x86emuOp_segovr_FS()
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch1010 - case SYSMODE_SEGOVR_FS:
1011 - case SYSMODE_SEGOVR_FS | SYSMODE_SEG_DS_SS:
1033 + case SYSMODE_SEGOVR_FS:
1034 + case SYSMODE_SEGOVR_FS | SYSMODE_SEG_DS_SS: