/openbmc/qemu/linux-user/i386/ |
H A D | cpu_loop.c | 152 !write_ok_or_segv(env, env->regs[R_ESI], in emulate_vsyscall() 164 !write_ok_or_segv(env, env->regs[R_ESI], sizeof(uint32_t))) { in emulate_vsyscall() 176 ret = do_syscall(env, syscall, env->regs[R_EDI], env->regs[R_ESI], in emulate_vsyscall() 231 env->regs[R_ESI], in cpu_loop() 248 env->regs[R_ESI], in cpu_loop() 370 env->regs[R_ESI] = regs->rsi; in target_cpu_copy_regs() 380 env->regs[R_ESI] = regs->esi; in target_cpu_copy_regs()
|
H A D | signal.c | 358 __put_user(env->regs[R_ESI], &sc->esi); in setup_sigcontext() 379 __put_user(env->regs[R_ESI], &sc->rsi); in setup_sigcontext() 586 env->regs[R_ESI] = frame_addr + offsetof(struct rt_sigframe, info); in setup_rt_frame() 726 env->regs[R_ESI] = tswapl(sc->esi); in restore_sigcontext() 746 env->regs[R_ESI] = tswapl(sc->rsi); in restore_sigcontext()
|
/openbmc/u-boot/drivers/bios_emulator/ |
H A D | biosemu.c | 253 M.x86.R_ESI = regs->e.esi; in BE_callRealMode() 279 regs->e.esi = M.x86.R_ESI; in BE_callRealMode() 304 M.x86.R_ESI = in->e.esi; in BE_int86() 321 out->e.esi = M.x86.R_ESI; in BE_int86() 344 M.x86.R_ESI = in->e.esi; in BE_int86x() 365 out->e.esi = M.x86.R_ESI; in BE_int86x()
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | decode.c | 672 return &M.x86.R_ESI; in decode_rm_long_register() 767 return M.x86.R_ESI * index; in decode_sib_si() 842 offset = M.x86.R_ESI; in decode_sib_address() 904 return M.x86.R_ESI; in decode_rm00_address() 992 return M.x86.R_ESI + displacement; in decode_rm01_address() 1081 return M.x86.R_ESI + displacement; in decode_rm10_address()
|
H A D | debug.c | 421 printk("ESI=%08x ", M.x86.R_ESI); in x86emu_dump_xregs()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | bios.c | 66 .esi = M.x86.R_ESI, in int_exception_handler() 318 M.x86.R_ESI = esi; in interrupt_handler() 340 *(volatile u32 *)&esi = M.x86.R_ESI; in interrupt_handler()
|
H A D | bios_interrupts.c | 134 devindex = M.x86.R_ESI; in int1a_handler()
|
/openbmc/qemu/linux-user/ |
H A D | vm86.c | 64 target_v86->regs.esi = tswap32(env->regs[R_ESI]); in save_v86_state() 86 env->regs[R_ESI] = ts->vm86_saved_regs.esi; in save_v86_state() 224 ts->vm86_saved_regs.esi = env->regs[R_ESI]; in do_vm86() 264 env->regs[R_ESI] = tswap32(target_v86->regs.esi); in do_vm86()
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | target_arch_cpu.h | 56 env->regs[R_ESI] = regs->rsi; in target_cpu_init() 132 env->regs[R_ESI], in target_cpu_loop()
|
H A D | target_arch_reg.h | 73 regs->r_rsi = env->regs[R_ESI]; in target_copy_regs()
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86.h | 207 #define RSI(cpu) RRX(cpu, R_ESI) 225 #define ESI(cpu) ERX(cpu, R_ESI) 235 #define SI(cpu) RX(cpu, R_ESI)
|
H A D | x86_emu.c | 519 string_increment_reg(env, R_ESI, decode); in exec_outs_single() 546 string_increment_reg(env, R_ESI, decode); in exec_movs_single() 577 string_increment_reg(env, R_ESI, decode); in exec_cmps_single() 652 string_increment_reg(env, R_ESI, decode); in exec_lods_single() 1468 RRX(env, R_ESI) = rreg(cs->accel->fd, HV_X86_RSI); in load_regs()
|
H A D | x86hvf.c | 250 wreg(cs->accel->fd, HV_X86_RSI, env->regs[R_ESI]); in hvf_put_registers() 294 env->regs[R_ESI] = rreg(cs->accel->fd, HV_X86_RSI); in hvf_get_registers()
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | smm_helper.c | 94 x86_stq_phys(cs, sm_state + 0x7fc8, env->regs[R_ESI]); in do_smm_enter() 116 x86_stl_phys(cs, sm_state + 0x7fe8, env->regs[R_ESI]); in do_smm_enter() 228 env->regs[R_ESI] = x86_ldq_phys(cs, sm_state + 0x7fc8); in helper_rsm() 264 env->regs[R_ESI] = x86_ldl_phys(cs, sm_state + 0x7fe8); in helper_rsm()
|
/openbmc/qemu/hw/i386/ |
H A D | vmmouse.c | 82 data[4] = env->regs[R_ESI]; data[5] = env->regs[R_EDI]; in vmmouse_get_data() 92 env->regs[R_ESI] = data[4]; env->regs[R_EDI] = data[5]; in vmmouse_set_data()
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch_reg.h | 62 regs->r_esi = env->regs[R_ESI]; in target_copy_regs()
|
H A D | target_arch_cpu.h | 47 env->regs[R_ESI] = regs->esi; in target_cpu_init()
|
/openbmc/qemu/target/i386/ |
H A D | arch_dump.c | 65 regs.rsi = env->regs[R_ESI]; in x86_64_write_elf64_note() 132 prstatus->regs.esi = env->regs[R_ESI] & 0xffffffff; in x86_fill_elf_prstatus() 291 s->rsi = env->regs[R_ESI]; in qemu_get_cpustate()
|
H A D | cpu-dump.c | 363 env->regs[R_ESI], in x86_cpu_dump_state() 398 (uint32_t)env->regs[R_ESI], in x86_cpu_dump_state()
|
H A D | gdbstub.c | 31 R_EAX, R_EBX, R_ECX, R_EDX, R_ESI, R_EDI, R_EBP, R_ESP,
|
/openbmc/qemu/dump/ |
H A D | win_dump.c | 331 .Rsi = env->regs[R_ESI], in patch_and_save_context() 372 .Esi = env->regs[R_ESI], in patch_and_save_context()
|
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
H A D | regs.h | 165 #define R_ESI spc.SI.I32_reg.e_reg macro
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 683 gen_lea_v_seg(s, cpu_regs[R_ESI], R_DS, s->override); in gen_string_movl_A0_ESI() 805 gen_op_add_reg(s, s->aflag, R_ESI, dshift); in gen_movs() 1237 gen_op_add_reg(s, s->aflag, R_ESI, gen_compute_Dshift(s, ot)); in gen_lods() 1266 gen_op_add_reg(s, s->aflag, R_ESI, dshift); in gen_cmps() 1308 gen_op_add_reg(s, s->aflag, R_ESI, gen_compute_Dshift(s, ot)); in gen_outs() 1641 index = R_ESI; in gen_lea_modrm_0() 1649 index = R_ESI; in gen_lea_modrm_0() 1658 base = R_ESI; in gen_lea_modrm_0() 3541 [R_ESI] = "rsi", in tcg_x86_init() 3558 [R_ESI] = "esi", in tcg_x86_init()
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen-hvm.c | 496 env->regs[R_ESI] = vmport_regs->esi; in regs_to_cpu() 508 vmport_regs->esi = env->regs[R_ESI]; in regs_from_cpu()
|
/openbmc/qemu/target/i386/nvmm/ |
H A D | nvmm-all.c | 100 state->gprs[NVMM_X64_GPR_RSI] = env->regs[R_ESI]; in nvmm_set_registers() 252 env->regs[R_ESI] = state->gprs[NVMM_X64_GPR_RSI]; in nvmm_get_registers()
|