Lines Matching refs:ebp
94 1: popl %ebp
95 subl $ rva(1b), %ebp
98 leal rva(gdt)(%ebp), %eax
111 leal rva(boot_stack_end)(%ebp), %esp
121 * %ebp contains the address we are loaded at by the boot loader and %ebx
127 movl %ebp, %ebx
138 subl rva(image_offset)(%ebp), %ebx
187 movl $1, rva(sev_status)(%ebp)
251 leal rva(startup_64)(%ebp), %eax
253 movl rva(efi32_boot_args)(%ebp), %edi
256 leal rva(efi64_stub_entry)(%ebp), %eax
257 movl rva(efi32_boot_args+4)(%ebp), %esi
258 movl rva(efi32_boot_args+8)(%ebp), %edx // saved bootparams pointer
269 leal rva(efi_pe_entry)(%ebp), %eax
297 1: pop %ebp
298 subl $ rva(1b), %ebp
300 movl %esi, rva(efi32_boot_args+8)(%ebp)
302 movl %ecx, rva(efi32_boot_args)(%ebp)
303 movl %edx, rva(efi32_boot_args+4)(%ebp)
304 movb $0, rva(efi_is64)(%ebp)
307 sgdtl rva(efi32_boot_gdt)(%ebp)
308 movw %cs, rva(efi32_boot_cs)(%ebp)
309 movw %ds, rva(efi32_boot_ds)(%ebp)
745 pushl %ebp
746 movl %esp, %ebp
762 leal -4(%ebp), %eax
766 pushl 8(%ebp) // pass the image handle
782 movl 12(%ebp), %eax // sys_table
789 movl 8(%ebp), %ecx // image_handle
790 movl 12(%ebp), %edx // sys_table
791 movl -4(%ebp), %esi // loaded_image
793 movl %ebx, %ebp // startup_32 for efi32_pe_stub_entry
799 movl %ebx, rva(image_offset)(%ebp) // save image_offset
845 movl rva(sev_status)(%ebp), %eax
860 movl %eax, rva(sev_check_data)(%ebp)
861 movl %ebx, rva(sev_check_data+4)(%ebp)
868 cmpl %eax, rva(sev_check_data)(%ebp)
870 cmpl %ebx, rva(sev_check_data+4)(%ebp)