Home
last modified time | relevance | path

Searched refs:SYSMODE_SEG_DS_SS (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/bios_emulator/x86emu/
A Ddecode.c266 case SYSMODE_SEGOVR_DS | SYSMODE_SEG_DS_SS: in get_data_segment()
271 case SYSMODE_SEGOVR_CS | SYSMODE_SEG_DS_SS: in get_data_segment()
274 case SYSMODE_SEGOVR_ES | SYSMODE_SEG_DS_SS: in get_data_segment()
920 M.x86.mode |= SYSMODE_SEG_DS_SS; in decode_rm00_address()
924 M.x86.mode |= SYSMODE_SEG_DS_SS; in decode_rm00_address()
1009 M.x86.mode |= SYSMODE_SEG_DS_SS; in decode_rm01_address()
1013 M.x86.mode |= SYSMODE_SEG_DS_SS; in decode_rm01_address()
1023 M.x86.mode |= SYSMODE_SEG_DS_SS; in decode_rm01_address()
1099 M.x86.mode |= SYSMODE_SEG_DS_SS; in decode_rm10_address()
1103 M.x86.mode |= SYSMODE_SEG_DS_SS; in decode_rm10_address()
[all …]
/u-boot/drivers/bios_emulator/include/x86emu/
A Dregs.h229 #define SYSMODE_SEG_DS_SS 0x00000001 macro
244 #define SYSMODE_SEGMASK (SYSMODE_SEG_DS_SS | \
251 #define SYSMODE_CLRMASK (SYSMODE_SEG_DS_SS | \

Completed in 5 milliseconds