Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/include/x86emu/
Dregs.h234 #define SYSMODE_SEGOVR_GS 0x00000020 macro
249 SYSMODE_SEGOVR_GS | \
256 SYSMODE_SEGOVR_GS | \
/external/u-boot/drivers/bios_emulator/x86emu/
Ddecode.c279 case SYSMODE_SEGOVR_GS: in get_data_segment()
280 case SYSMODE_SEGOVR_GS | SYSMODE_SEG_DS_SS: in get_data_segment()
Dops.c884 M.x86.mode |= SYSMODE_SEGOVR_GS; in x86emuOp_segovr_GS()