Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/include/x86emu/
Dregs.h230 #define SYSMODE_SEGOVR_CS 0x00000002 macro
245 SYSMODE_SEGOVR_CS | \
252 SYSMODE_SEGOVR_CS | \
/external/u-boot/drivers/bios_emulator/x86emu/
Ddecode.c270 case SYSMODE_SEGOVR_CS: in get_data_segment()
271 case SYSMODE_SEGOVR_CS | SYSMODE_SEG_DS_SS: in get_data_segment()
Dops.c600 M.x86.mode |= SYSMODE_SEGOVR_CS; in x86emuOp_segovr_CS()