| /openbmc/qemu/common-user/host/i386/ |
| H A D | safe-syscall.inc.S | 29 push %esi 31 .cfi_rel_offset esi, 0 55 mov 24+16(%esp), %esi 93 pop %esi 95 .cfi_restore esi 117 pop %esi 119 .cfi_restore esi
|
| /openbmc/u-boot/arch/x86/cpu/intel_common/ |
| H A D | car.S | 47 movl $0xFEE00300, %esi 48 movl %eax, (%esi) 60 movl $mtrr_table, %esi 65 movw (%esi), %bx 68 add $2, %esi 115 movl $CACHE_AS_RAM_BASE, %esi 116 movl %esi, %edi 169 movl (%esi), %eax
|
| /openbmc/u-boot/arch/x86/cpu/ |
| H A D | start.S | 69 movl %ecx, %esi 142 test %esi, %esi 144 movl %esi, GD_HOB_LIST(%edx) 157 movl %esi, GD_TABLE(%edx)
|
| H A D | sipi_vector.S | 117 mov %ecx, %esi 191 movl %esi, %eax /* cpu_num */ 192 mov c_handler, %esi 193 call *%esi
|
| H A D | call32.S | 62 pushl %esi /* 32-bit target address */
|
| /openbmc/u-boot/arch/x86/lib/fsp/ |
| H A D | fsp_car.S | 60 xor %esi, %esi 69 movl %eax, %esi
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | bios.c | 26 u32 esi, u32 edi); 29 u32 edx, u32 esi, u32 edi); 66 .esi = M.x86.R_ESI, in int_exception_handler() 284 u32 edi, u32 esi, u32 ebp, u32 esp, in interrupt_handler() argument 302 ebp, esp, edi, esi); in interrupt_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.h | 88 u32 esi, u32 edi); 91 u32 edx, u32 esi, u32 edi);
|
| H A D | bios_asm.S | 96 movl __registers + 16, %esi
|
| /openbmc/u-boot/arch/x86/cpu/i386/ |
| H A D | setjmp.S | 36 movl %esi, 12(%edx) 56 movl 12(%edx), %esi
|
| H A D | call64.S | 63 pop %esi /* setup_base */
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | ptrace.h | 32 long esi; member 53 long esi; member
|
| /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()
|
| H A D | atibios.c | 96 regs->e.esi = buffer_seg; in atibios_debug_mode() 146 regs->e.esi = buffer_seg; in atibios_debug_mode() 197 regs->e.esi = buffer_seg; in atibios_set_vesa_mode()
|
| /openbmc/u-boot/arch/x86/cpu/quark/ |
| H A D | car.S | 85 mov %eax, %esi 101 mov %esi, %eax
|
| /openbmc/qemu/linux-user/i386/ |
| H A D | target_syscall.h | 12 long esi; member 89 abi_long esi; member
|
| H A D | vdso.S | 105 .cfi_offset %esi, -40
|
| /openbmc/qemu/bsd-user/i386/ |
| H A D | target_syscall.h | 29 long esi; member 106 abi_long esi; member
|
| /openbmc/qemu/pc-bios/optionrom/ |
| H A D | kvmvapic.S | 144 mov %eax, %esi 146 xchg %eax, %esi 252 movzbl vapic, %esi ; fixup
|
| /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/tests/tcg/i386/ |
| H A D | test-i386.c | 189 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\ 197 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\ 205 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\ 212 long eax, ebx, ecx, edx, esi, edi, res; in test_lea() local 217 esi = i2l(0x0010); in test_lea() 1530 long esi, edi, eax, ecx, eflags;\ 1532 esi = (long)(str_buffer + sizeof(str_buffer) / 2);\ 1544 : "=S" (esi), "=D" (edi), "=a" (eax), "=c" (ecx), "=g" (eflags)\ 1545 : "0" (esi), "1" (edi), "2" (eax), "3" (ecx));\ 1547 REP #OP size, esi, edi, eax, ecx,\
|
| /openbmc/qemu/target/i386/hvf/ |
| H A D | x86_task.c | 48 tss->esi = ESI(env); in save_state_to_tss32() 76 RSI(env) = tss->esi; in load_state_from_tss32()
|
| /openbmc/qemu/hw/i386/xen/ |
| H A D | xen-hvm.c | 49 uint32_t esi; member 502 env->regs[R_ESI] = vmport_regs->esi; in regs_to_cpu() 514 vmport_regs->esi = env->regs[R_ESI]; in regs_from_cpu()
|
| /openbmc/u-boot/drivers/bios_emulator/include/ |
| H A D | biosemu.h | 148 u32 esi; member
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0002-compiler-rt-support-a-new-embedded-linux-target.patch | 253 + i686.get_pc_thunk.esi 266 + i686.get_pc_thunk.esi \
|