Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/
Dbiosemu.c257 M.x86.R_FS = sregs->fs; in BE_callRealMode()
283 sregs->fs = M.x86.R_FS; in BE_callRealMode()
348 M.x86.R_FS = sregs->fs; in BE_int86x()
369 sregs->fs = M.x86.R_FS; in BE_int86x()
/external/u-boot/drivers/bios_emulator/include/x86emu/
Dregs.h175 #define R_FS seg.FS macro
/external/u-boot/drivers/bios_emulator/x86emu/
Ddecode.c278 return M.x86.R_FS; in get_data_segment()
711 return &M.x86.R_FS; in decode_rm_seg_register()
Dops2.c268 push_word(M.x86.R_FS); in x86emuOp2_push_FS()
282 M.x86.R_FS = pop_word(); in x86emuOp2_pop_FS()
929 M.x86.R_FS = fetch_data_word(srcoffset + 2); in x86emuOp2_lfs_R_IMM()