Home
last modified time | relevance | path

Searched refs:R_ES (Results 1 – 6 of 6) sorted by relevance

/u-boot/drivers/bios_emulator/
A Dbiosemu.c256 M.x86.R_ES = sregs->es; in BE_callRealMode()
282 sregs->es = M.x86.R_ES; in BE_callRealMode()
347 M.x86.R_ES = sregs->es; in BE_int86x()
368 sregs->es = M.x86.R_ES; in BE_int86x()
/u-boot/drivers/bios_emulator/x86emu/
A Dops.c460 push_word(M.x86.R_ES); in x86emuOp_push_ES()
474 M.x86.R_ES = pop_word(); in x86emuOp_pop_ES()
2542 store_data_byte_abs(M.x86.R_ES, M.x86.R_DI, val); in x86emuOp_movs_byte()
2631 val2 = fetch_data_byte_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_cmps_byte()
2667 val2 = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_cmps_word()
2936 val2 = fetch_data_byte_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_scas_byte()
2973 val = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_scas_word()
2976 val = fetch_data_word_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_scas_word()
2990 val = fetch_data_long_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_scas_word()
2993 val = fetch_data_word_abs(M.x86.R_ES, M.x86.R_DI); in x86emuOp_scas_word()
[all …]
A Ddebug.c374 printk("ES=%04x ", M.x86.R_ES); in x86emu_dump_regs()
424 printk("ES=%04x ", M.x86.R_ES); in x86emu_dump_xregs()
A Dprim_ops.c2291 store_data_byte_abs(M.x86.R_ES, M.x86.R_DI,(*sys_inb)(M.x86.R_DX)); in single_in()
2293 store_data_word_abs(M.x86.R_ES, M.x86.R_DI,(*sys_inw)(M.x86.R_DX)); in single_in()
2295 store_data_long_abs(M.x86.R_ES, M.x86.R_DI,(*sys_inl)(M.x86.R_DX)); in single_in()
2334 (*sys_outb)(M.x86.R_DX,fetch_data_byte_abs(M.x86.R_ES, M.x86.R_SI)); in single_out()
2336 (*sys_outw)(M.x86.R_DX,fetch_data_word_abs(M.x86.R_ES, M.x86.R_SI)); in single_out()
2338 (*sys_outl)(M.x86.R_DX,fetch_data_long_abs(M.x86.R_ES, M.x86.R_SI)); in single_out()
A Ddecode.c275 return M.x86.R_ES; in get_data_segment()
699 return &M.x86.R_ES; in decode_rm_seg_register()
/u-boot/drivers/bios_emulator/include/x86emu/
A Dregs.h174 #define R_ES seg.ES macro

Completed in 17 milliseconds