Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/cpu/intel_common/
H A Dcar.S48 movl $0xFEE00300, %esi
49 movl %eax, (%esi)
61 movl $mtrr_table, %esi
66 movw (%esi), %bx
69 add $2, %esi
116 movl $CACHE_AS_RAM_BASE, %esi
117 movl %esi, %edi
170 movl (%esi), %eax
/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dstart.S69 movl %ecx, %esi
142 test %esi, %esi
144 movl %esi, GD_HOB_LIST(%edx)
157 movl %esi, GD_TABLE(%edx)
H A Dsipi_vector.S118 mov %ecx, %esi
192 movl %esi, %eax /* cpu_num */
193 mov c_handler, %esi
194 call *%esi
H A Dcall32.S63 pushl %esi /* 32-bit target address */
/rk3399_rockchip-uboot/arch/x86/lib/fsp/
H A Dfsp_car.S61 xor %esi, %esi
70 movl %eax, %esi
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dbios.c27 u32 esi, u32 edi);
30 u32 edx, u32 esi, u32 edi);
67 .esi = M.x86.R_ESI, in int_exception_handler()
281 u32 edi, u32 esi, u32 ebp, u32 esp, in interrupt_handler() argument
299 ebp, esp, edi, esi); in interrupt_handler()
315 M.x86.R_ESI = esi; in interrupt_handler()
337 *(volatile u32 *)&esi = M.x86.R_ESI; in interrupt_handler()
H A Dbios.h89 u32 esi, u32 edi);
92 u32 edx, u32 esi, u32 edi);
H A Dbios_asm.S97 movl __registers + 16, %esi
/rk3399_rockchip-uboot/arch/x86/cpu/i386/
H A Dsetjmp.S37 movl %esi, 12(%edx)
57 movl 12(%edx), %esi
H A Dcall64.S64 pop %esi /* setup_base */
H A Dinterrupt.c109 regs->esi, regs->edi, regs->ebp, regs->esp); in dump_regs()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dptrace.h32 long esi; member
53 long esi; member
/rk3399_rockchip-uboot/arch/x86/cpu/quark/
H A Dcar.S86 mov %eax, %esi
102 mov %esi, %eax
/rk3399_rockchip-uboot/drivers/bios_emulator/
H 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()
H A Datibios.c95 regs->e.esi = buffer_seg; in atibios_debug_mode()
145 regs->e.esi = buffer_seg; in atibios_debug_mode()
196 regs->e.esi = buffer_seg; in atibios_set_vesa_mode()
/rk3399_rockchip-uboot/drivers/bios_emulator/include/
H A Dbiosemu.h148 u32 esi; member