Home
last modified time | relevance | path

Searched refs:SYSMODE_SEGMASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h244 #define SYSMODE_SEGMASK (SYSMODE_SEG_DS_SS | \ macro
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c263 switch (M.x86.mode & SYSMODE_SEGMASK) { in get_data_segment()
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch997 - switch (M.x86.mode & SYSMODE_SEGMASK) {
1020 + switch (M.x86.mode & SYSMODE_SEGMASK) {