Searched refs:ebp (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/arch/x86/core/ia32/ |
D | userspace.S | 203 push %ebp /* arg6 */ 246 push %ebp 247 mov %esp, %ebp 254 mov 0x8(%ebp), %edx /* EDX base of string */ 263 cmp 0xc(%ebp), %eax /* Max length reached? */ 270 movl $0, -4(%ebp) 274 movl 0x10(%ebp), %ecx 278 pop %ebp
|
D | intstub.S | 120 pushl %ebp 139 movl %esp, %ebp 145 pushl %ebp /* Save stack pointer */ 269 popl %ebp 302 popl %ebp 377 pushl %ebp
|
D | excstub.S | 105 pushl %ebp 218 popl %ebp /* Discard saved ESP */ 219 popl %ebp
|
D | coredump.c | 23 uint32_t ebp; member 68 arch_blk.r.ebp = esf->ebp; in arch_coredump_info_dump()
|
D | crt0.S | 284 movl $x86_cpu_boot_arg, %ebp 287 __x86_boot_arg_t_boot_type_OFFSET(%ebp) 289 movl %ebx, __x86_boot_arg_t_arg_OFFSET(%ebp)
|
D | swap.S | 87 pushl %ebp 329 popl %ebp
|
D | fatal.c | 196 _df_esf.ebp = _main_tss.ebp; in df_handler_top()
|
D | thread.c | 28 uint32_t ebp; member
|
D | gdbstub.c | 90 debug_ctx.registers[GDB_EBP] = esf->ebp; in z_gdb_interrupt() 109 esf->ebp = debug_ctx.registers[GDB_EBP]; in z_gdb_interrupt()
|
/Zephyr-latest/subsys/profiling/perf/backends/ |
D | perf_x86.c | 25 uint32_t ebp; member 56 void **fp = (void **)isf->ebp; in arch_perf_current_stack_trace()
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | exception.h | 39 unsigned int ebp; member
|
D | gdbstub.h | 41 uint32_t ebp; member
|
D | segmentation.h | 74 uint32_t ebp; member
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | locore.S | 155 movl $x86_cpuboot, %ebp 162 addl $__X86_CPUBOOT_SIZEOF, %ebp 177 movl $__start, %ebp 178 movb $0x90, 0(%ebp) 179 movb $0x90, 1(%ebp) 180 movb $0x90, 2(%ebp) 181 movb $0x90, 3(%ebp) 182 movb $0x90, 4(%ebp) 183 movb $0x90, 5(%ebp) 184 movb $0x90, 6(%ebp) [all …]
|
/Zephyr-latest/tests/arch/x86/static_idt/ |
D | README.txt | 29 esi: 0x0, edi: 0x0, ebp: 01030b4, esp: 0x1030b4
|
/Zephyr-latest/tests/kernel/mem_protect/stackprot/ |
D | README.txt | 42 esi: 0xdeaddead, edi: 0xdeaddead, ebp: 0deaddead, esp: 0xdeaddead
|
/Zephyr-latest/arch/x86/core/ |
D | fatal.c | 141 base_ptr = esf->ebp; in walk_stackframe() 276 esf->esi, esf->edi, esf->ebp, esf->esp); in dump_regs()
|
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 203 ebp 0x119d10 0x119d10 <z_main_stack+860>
|