Home
last modified time | relevance | path

Searched refs:esi (Results 1 – 18 of 18) sorted by relevance

/u-boot/arch/x86/cpu/intel_common/
A Dcar2.S95 xorl %esi, %esi
96 bts %eax, %esi
97 dec %esi /* esi <- MTRR_PHYS_MASK_HIGH */
115 movl %esi, %edx /* edx <- MTRR_PHYS_MASK_HIGH */
130 movl %esi, %edx /* edx <- MTRR_PHYS_MASK_HIGH */
144 movl %esi, %edx /* edx <- MTRR_PHYS_MASK_HIGH */
A Dcar.S47 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
/u-boot/arch/x86/cpu/
A Dstart.S73 movl %ecx, %esi
150 test %esi, %esi
152 movl %esi, GD_HOB_LIST(%edx)
167 movl %esi, GD_TABLE(%edx)
A Dsipi_vector.S116 mov %ecx, %esi
190 movl %esi, %eax /* cpu_num */
191 mov c_handler, %esi
192 call *%esi
A Dcall32.S60 pushl %esi /* 32-bit target address */
/u-boot/arch/x86/lib/fsp1/
A Dfsp_car.S60 xor %esi, %esi
69 movl %eax, %esi
/u-boot/arch/x86/lib/
A Dbios.c29 u32 esi, u32 edi);
32 u32 edx, u32 esi, u32 edi);
69 .esi = M.x86.R_ESI, in int_exception_handler()
287 u32 edi, u32 esi, u32 ebp, u32 esp, in interrupt_handler() argument
305 ebp, esp, edi, esi); in interrupt_handler()
321 M.x86.R_ESI = esi; in interrupt_handler()
343 *(volatile u32 *)&esi = M.x86.R_ESI; in interrupt_handler()
A Dbios.h88 u32 esi, u32 edi);
91 u32 edx, u32 esi, u32 edi);
A Dbios_asm.S96 movl __registers + 16, %esi
/u-boot/arch/x86/cpu/i386/
A Dsetjmp.S36 movl %esi, 12(%edx)
56 movl 12(%edx), %esi
A Dcall64.S63 pop %esi /* setup_base */
A Dinterrupt.c127 regs->esi, regs->edi, regs->ebp, regs->esp); in dump_regs()
/u-boot/arch/x86/include/asm/
A Dptrace.h32 long esi; member
53 long esi; member
/u-boot/arch/x86/cpu/slimbootloader/
A Dcar.S13 mov 0x4(%esp), %esi
/u-boot/arch/x86/cpu/quark/
A Dcar.S85 mov %eax, %esi
101 mov %esi, %eax
/u-boot/drivers/bios_emulator/
A Dbiosemu.c253 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()
A Datibios.c99 regs->e.esi = buffer_seg; in atibios_debug_mode()
148 regs->e.esi = buffer_seg; in atibios_debug_mode()
199 regs->e.esi = buffer_seg; in atibios_set_vesa_mode()
/u-boot/drivers/bios_emulator/include/
A Dbiosemu.h148 u32 esi; member

Completed in 15 milliseconds