Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/include/x86emu/
Dregs.h233 #define SYSMODE_SEGOVR_FS 0x00000010 macro
248 SYSMODE_SEGOVR_FS | \
255 SYSMODE_SEGOVR_FS | \
/external/u-boot/drivers/bios_emulator/x86emu/
Ddecode.c276 case SYSMODE_SEGOVR_FS: in get_data_segment()
277 case SYSMODE_SEGOVR_FS | SYSMODE_SEG_DS_SS: in get_data_segment()
Dops.c867 M.x86.mode |= SYSMODE_SEGOVR_FS; in x86emuOp_segovr_FS()