Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_car.S16 test %ebp, %ebp
28 mov %eax, %ebp
35 mov 0x30(%ebp), %eax
36 add 0x1c(%ebp), %eax
76 xorl %ebp, %ebp
/openbmc/qemu/common-user/host/i386/
H A Dsafe-syscall.inc.S26 push %ebp
28 .cfi_rel_offset ebp, 0
57 mov 32+16(%esp), %ebp
96 pop %ebp
98 .cfi_restore ebp
120 pop %ebp
122 .cfi_restore ebp
/openbmc/u-boot/arch/x86/lib/
H A Dbios_asm.S33 movl 44(%ebp), %eax
35 movl 48(%ebp), %eax
37 movl 52(%ebp), %eax
39 movl 56(%ebp), %eax
41 movl 60(%ebp), %eax
43 movl 64(%ebp), %eax
172 movl %esp, %ebp
179 movl 40(%ebp), %eax
209 movl %esp, %ebp
216 movl 40(%ebp), %eax
H A Dcrt0_ia32_efi.S15 pushl %ebp
16 movl %esp,%ebp
18 pushl 12(%ebp) # copy "image" argument
19 pushl 8(%ebp) # copy "systab" argument
H A Dbios.c65 .ebp = M.x86.R_EBP, in int_exception_handler()
284 u32 edi, u32 esi, u32 ebp, u32 esp, in interrupt_handler() argument
302 ebp, esp, edi, esi); in interrupt_handler()
317 M.x86.R_EBP = ebp; in interrupt_handler()
/openbmc/qemu/tests/tcg/i386/system/
H A Dboot.S98 pushl %ebp
99 movl %esp, %ebp
101 movl %ebp, %esp
102 popl %ebp
/openbmc/u-boot/arch/x86/cpu/qemu/
H A Dcar.S12 movl %eax, %ebp
22 movl %ebp, %eax
/openbmc/qemu/pc-bios/optionrom/
H A Dlinuxboot.S72 xor %ebp, %ebp
142 mov %esp, %ebp
155 mov %ebp, %esp
H A Dkvmvapic.S156 mov %eax, %ebp
158 xchg %eax, %ebp
262 movzbl vapic, %ebp ; fixup
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dsetjmp.S35 movl %ebp, 8(%edx)
55 movl 8(%edx), %ebp
H A Dinterrupt.c108 regs->esi, regs->edi, regs->ebp, regs->esp); in dump_regs()
/openbmc/u-boot/arch/x86/cpu/
H A Dstart.S50 movl $0, %ebp
65 movl %eax, %ebp
160 movl %ebp, GD_BIST(%edx)
/openbmc/u-boot/arch/x86/include/asm/
H A Dptrace.h34 long ebp; member
55 long ebp; member
/openbmc/qemu/bsd-user/i386/
H A Dtarget_syscall.h31 long ebp; member
108 abi_long ebp; member
/openbmc/qemu/linux-user/
H A Dvm86.c66 target_v86->regs.ebp = tswap32(env->regs[R_EBP]); in save_v86_state()
88 env->regs[R_EBP] = ts->vm86_saved_regs.ebp; in save_v86_state()
226 ts->vm86_saved_regs.ebp = env->regs[R_EBP]; in do_vm86()
266 env->regs[R_EBP] = tswap32(target_v86->regs.ebp); in do_vm86()
/openbmc/qemu/target/i386/hvf/
H A Dx86_task.c47 tss->ebp = EBP(env); in save_state_to_tss32()
75 RBP(env) = tss->ebp; in load_state_from_tss32()
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0002-compiler-rt-support-a-new-embedded-linux-target.patch248 + i686.get_pc_thunk.ebp \
264 + i686.get_pc_thunk.eax i686.get_pc_thunk.ebp i686.get_pc_thunk.ebx \
/openbmc/qemu/linux-user/i386/
H A Dsignal.c75 uint32_t ebp; member
359 __put_user(env->regs[R_EBP], &sc->ebp); in setup_sigcontext()
727 env->regs[R_EBP] = tswapl(sc->ebp); in restore_sigcontext()
/openbmc/qemu/target/i386/
H A Darch_dump.c108 uint32_t ebx, ecx, edx, esi, edi, ebp, eax; member
129 prstatus->regs.ebp = env->regs[R_EBP] & 0xffffffff; in x86_fill_elf_prstatus()
/openbmc/qemu/target/i386/emulate/
H A Dx86.h88 uint32_t ebp; member
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex583 ebp & uint64 & The EBP register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.…