Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/include/x86emu/
Dregs.h235 #define SYSMODE_SEGOVR_SS 0x00000040 macro
250 SYSMODE_SEGOVR_SS)
257 SYSMODE_SEGOVR_SS | \
/external/u-boot/drivers/bios_emulator/x86emu/
Ddecode.c282 case SYSMODE_SEGOVR_SS: in get_data_segment()
283 case SYSMODE_SEGOVR_SS | SYSMODE_SEG_DS_SS: in get_data_segment()
Dops.c628 M.x86.mode |= SYSMODE_SEGOVR_SS; in x86emuOp_segovr_SS()