Searched refs:esp (Results 1 - 16 of 16) sorted by relevance

/u-boot/arch/x86/cpu/slimbootloader/
H A Dcar.S13 mov 0x4(%esp), %esi
/u-boot/board/google/common/
H A Dearly_init.S22 mov $0xfed1f410, %esp
23 mov (%esp), %eax
25 mov %eax, (%esp)
/u-boot/arch/x86/cpu/
H A Dstart_from_tpl.S18 mov %esp, %eax
20 mov %eax, %esp
42 movl %eax, %esp
H A Dstart_from_spl.S39 mov %esp, %eax
42 mov %eax, %esp
71 movl %eax, %esp
H A Dstart.S123 movl $(CONFIG_SYS_CAR_ADDR + CONFIG_SYS_CAR_SIZE - 4), %esp
125 subl $CONFIG_DCACHE_RAM_MRC_VAR_SIZE, %esp
131 * car_init_done() with esp points to a temporary stack and esi
137 mov %esp, %eax
139 mov %eax, %esp
161 subl $CONFIG_FSP_SYS_MALLOC_F_LEN, %esp
162 movl %esp, GD_MALLOC_BASE(%edx)
195 movl %eax, %esp
208 movl $(CONFIG_SYS_CAR_ADDR + CONFIG_SYS_CAR_SIZE - 4), %esp
210 subl $CONFIG_DCACHE_RAM_MRC_VAR_SIZE, %esp
[all...]
H A Dwakeup.S21 mov 0x4(%esp), %eax /* vector */
25 mov 0x4(%esp), %eax
H A Dsipi_vector.S114 mov %edx, %esp
/u-boot/arch/x86/lib/fsp1/
H A Dfsp_car.S23 lea fsp_find_header_romstack, %esp
39 lea temp_ram_init_romstack, %esp
43 addl $4, %esp
57 movl %edx, %esp
58 subl $4, %esp
/u-boot/arch/x86/cpu/i386/
H A Dsetjmp.S13 * %esp
28 movl 4(%esp), %edx
33 movl %esp, 4(%edx) /* Post-return %esp! */
51 movl 4(%esp), %edx /* jmp_ptr address */
52 movl 8(%esp), %eax /* Return value */
55 movl 4(%edx), %esp
H A Dinterrupt.c110 regs->esp += 4;
127 regs->esi, regs->edi, regs->ebp, regs->esp);
154 sp = regs->esp;
158 while (sp > (regs->esp - 16)) {
159 if (sp == regs->esp)
333 * - pt_regs.esp needs to be adjusted by 40 bytes:
350 "movl %esp, %eax\n" \
359 "mov %esp, %eax\n" \
374 "add $4, %esp\n" \
/u-boot/arch/x86/cpu/quark/
H A Dcar.S28 lea 1f, %esp
35 lea 2f, %esp
51 * Return Address: esp
72 jmp *%esp
81 * Return Address: esp
104 jmp *%esp
/u-boot/arch/x86/lib/
H A Dbios_asm.S89 movl %eax, %esp
171 movl %esp, __stack
172 movl %esp, %ebp
198 movl __stack, %esp
208 movl %esp, __stack
209 movl %esp, %ebp
229 movl __stack, %esp
270 addl %ecx, %esp
279 subl %ecx, %esp
H A Dcrt0_ia32_efi.S16 movl %esp,%ebp
H A Dbios.c69 .esp = M.x86.R_ESP,
289 u32 edi, u32 esi, u32 ebp, u32 esp,
306 debug("oprom: ebp: %08x esp: %08x edi: %08x esi: %08x\n",
307 ebp, esp, edi, esi);
321 M.x86.R_ESP = esp;
288 interrupt_handler(u32 intnumber, u32 gsfs, u32 dses, u32 edi, u32 esi, u32 ebp, u32 esp, u32 ebx, u32 edx, u32 ecx, u32 eax, u32 cs_ip, u16 stackflags) argument
/u-boot/arch/x86/include/asm/
H A Dptrace.h44 long esp; member in struct:pt_regs
56 long esp; member in struct:irq_regs
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-sata-defs.h217 u32 esp : 1; member in struct:cvmx_sata_uahc_px_cmd::cvmx_sata_uahc_px_cmd_s

Completed in 141 milliseconds