Home
last modified time | relevance | path

Searched refs:R_GS (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/bios_emulator/
Dbiosemu.c258 M.x86.R_GS = sregs->gs; in BE_callRealMode()
284 sregs->gs = M.x86.R_GS; in BE_callRealMode()
349 M.x86.R_GS = sregs->gs; in BE_int86x()
370 sregs->gs = M.x86.R_GS; in BE_int86x()
/external/u-boot/drivers/bios_emulator/include/x86emu/
Dregs.h176 #define R_GS seg.GS macro
/external/u-boot/drivers/bios_emulator/x86emu/
Ddecode.c281 return M.x86.R_GS; in get_data_segment()
714 return &M.x86.R_GS; in decode_rm_seg_register()
Dops2.c492 push_word(M.x86.R_GS); in x86emuOp2_push_GS()
506 M.x86.R_GS = pop_word(); in x86emuOp2_pop_GS()
958 M.x86.R_GS = fetch_data_word(srcoffset + 2); in x86emuOp2_lgs_R_IMM()