Home
last modified time | relevance | path

Searched refs:ebp (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/lib/fsp/
H A Dfsp_car.S17 test %ebp, %ebp
29 mov %eax, %ebp
36 mov 0x30(%ebp), %eax
37 add 0x1c(%ebp), %eax
77 xorl %ebp, %ebp
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dbios_asm.S34 movl 44(%ebp), %eax
36 movl 48(%ebp), %eax
38 movl 52(%ebp), %eax
40 movl 56(%ebp), %eax
42 movl 60(%ebp), %eax
44 movl 64(%ebp), %eax
173 movl %esp, %ebp
180 movl 40(%ebp), %eax
210 movl %esp, %ebp
217 movl 40(%ebp), %eax
H A Dcrt0_ia32_efi.S16 pushl %ebp
17 movl %esp,%ebp
19 pushl 12(%ebp) # copy "image" argument
20 pushl 8(%ebp) # copy "systab" argument
H A Dbios.c66 .ebp = M.x86.R_EBP, 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()
314 M.x86.R_EBP = ebp; in interrupt_handler()
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/
H A Dcar.S13 movl %eax, %ebp
23 movl %ebp, %eax
/rk3399_rockchip-uboot/arch/x86/cpu/i386/
H A Dsetjmp.S36 movl %ebp, 8(%edx)
56 movl 8(%edx), %ebp
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.h34 long ebp; member
55 long ebp; member
/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dstart.S50 movl $0, %ebp
65 movl %eax, %ebp
160 movl %ebp, GD_BIST(%edx)