Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/include/x86emu/
Dregs.h232 #define SYSMODE_SEGOVR_ES 0x00000008 macro
247 SYSMODE_SEGOVR_ES | \
254 SYSMODE_SEGOVR_ES | \
/external/u-boot/drivers/bios_emulator/x86emu/
Ddecode.c273 case SYSMODE_SEGOVR_ES: in get_data_segment()
274 case SYSMODE_SEGOVR_ES | SYSMODE_SEG_DS_SS: in get_data_segment()
Dops.c569 M.x86.mode |= SYSMODE_SEGOVR_ES; in x86emuOp_segovr_ES()