Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/include/x86emu/
Dregs.h231 #define SYSMODE_SEGOVR_DS 0x00000004 macro
246 SYSMODE_SEGOVR_DS | \
253 SYSMODE_SEGOVR_DS | \
/external/u-boot/drivers/bios_emulator/x86emu/
Ddecode.c265 case SYSMODE_SEGOVR_DS: in get_data_segment()
266 case SYSMODE_SEGOVR_DS | SYSMODE_SEG_DS_SS: in get_data_segment()
Dops.c656 M.x86.mode |= SYSMODE_SEGOVR_DS; in x86emuOp_segovr_DS()