Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A 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()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86x86emu.h41 #define X86_FS M.x86.R_FS
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h173 #define R_FS seg.FS macro
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c278 return M.x86.R_FS; in get_data_segment()
711 return &M.x86.R_FS; in decode_rm_seg_register()
H A 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()
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddecode.c295 return M.x86.R_FS; in get_data_segment()
716 return &M.x86.R_FS; in decode_rm_seg_register()
H A Dops2.c321 push_word(M.x86.R_FS); in x86emuOp2_push_FS()
336 M.x86.R_FS = pop_word(); in x86emuOp2_pop_FS()
1596 M.x86.R_FS = fetch_data_word(srcoffset + 2); in x86emuOp2_lfs_R_IMM()
1605 M.x86.R_FS = fetch_data_word(srcoffset + 2); in x86emuOp2_lfs_R_IMM()
1614 M.x86.R_FS = fetch_data_word(srcoffset + 2); in x86emuOp2_lfs_R_IMM()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h175 #define R_FS seg.FS macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch1012 - return M.x86.R_FS;
1035 + return M.x86.R_FS;
1531 - return &M.x86.R_FS;
1557 + return &M.x86.R_FS;
13110 M.x86.R_FS = fetch_data_word(srcoffset + 2);