Searched refs:ebp (Results 1 – 17 of 17) sorted by relevance
/Zephyr-Core-2.7.6/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 | coredump.c | 22 uint32_t ebp; member 67 arch_blk.r.ebp = esf->ebp; in arch_coredump_info_dump()
|
D | excstub.S | 107 pushl %ebp 220 popl %ebp /* Discard saved ESP */ 221 popl %ebp
|
D | swap.S | 87 pushl %ebp 329 popl %ebp
|
D | gdbstub.c | 91 ctx.registers[GDB_EBP] = esf->ebp; in z_gdb_interrupt() 111 esf->ebp = ctx.registers[GDB_EBP]; in z_gdb_interrupt()
|
D | fatal.c | 196 _df_esf.ebp = _main_tss.ebp; in df_handler_top()
|
D | thread.c | 28 uint32_t ebp; member
|
D | intstub.S | 371 pushl %ebp
|
/Zephyr-Core-2.7.6/arch/x86/core/intel64/ |
D | locore.S | 148 movl $x86_cpuboot, %ebp 155 addl $__X86_CPUBOOT_SIZEOF, %ebp 172 movl $__start, %ebp 173 movb $0x90, 0(%ebp) 174 movb $0x90, 1(%ebp) 175 movb $0x90, 2(%ebp) 176 movb $0x90, 3(%ebp) 177 movb $0x90, 4(%ebp) 178 movb $0x90, 5(%ebp) 179 movb $0x90, 6(%ebp) [all …]
|
/Zephyr-Core-2.7.6/include/arch/x86/ia32/ |
D | gdbstub.h | 41 uint32_t ebp; member
|
D | arch.h | 355 unsigned int ebp; member
|
D | segmentation.h | 74 uint32_t ebp; member
|
/Zephyr-Core-2.7.6/arch/x86/core/offsets/ |
D | ia32_offsets.c | 58 GEN_OFFSET_SYM(z_arch_esf_t, ebp);
|
/Zephyr-Core-2.7.6/tests/arch/x86/static_idt/ |
D | README.txt | 29 esi: 0x0, edi: 0x0, ebp: 01030b4, esp: 0x1030b4
|
/Zephyr-Core-2.7.6/tests/kernel/mem_protect/stackprot/ |
D | README.txt | 42 esi: 0xdeaddead, edi: 0xdeaddead, ebp: 0deaddead, esp: 0xdeaddead
|
/Zephyr-Core-2.7.6/arch/x86/core/ |
D | fatal.c | 208 esf->esi, esf->edi, esf->ebp, esf->esp); in dump_regs() 217 unwind_stack(esf->ebp, esf->cs); in dump_regs()
|
/Zephyr-Core-2.7.6/doc/guides/debug_tools/ |
D | coredump.rst | 171 ebp 0x119d10 0x119d10 <z_main_stack+860>
|