Searched refs:edi (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/arch/x86/core/ia32/ |
D | userspace.S | 51 pushl %edi 58 movl %esp, %edi 71 pushl 36(%edi) /* SS */ 72 pushl 32(%edi) /* ESP */ 73 pushl 28(%edi) /* EFLAGS */ 74 pushl 24(%edi) /* CS */ 75 pushl 20(%edi) /* EIP */ 76 pushl 16(%edi) /* error code or isr parameter */ 77 pushl 12(%edi) /* exception/irq handler */ 78 pushl 8(%edi) /* return address */ [all …]
|
D | swap.S | 81 pushl %edi 83 movl $_kernel, %edi 101 movl _kernel_offset_to_current(%edi), %edx 103 movl _kernel_offset_to_ready_q_cache(%edi), %eax 179 movl _kernel_offset_to_current_fp(%edi), %ebx 268 movl %eax, _kernel_offset_to_current_fp(%edi) 304 movl %eax, _kernel_offset_to_current(%edi) 332 popl %edi 405 jmp *%edi
|
D | coredump.c | 25 uint32_t edi; member 70 arch_blk.r.edi = esf->edi; in arch_coredump_info_dump()
|
D | thread.c | 31 uint32_t edi; member 106 initial_frame->edi = (uint32_t)swap_entry; in arch_new_thread()
|
D | excstub.S | 102 pushl %edi 222 popl %edi
|
D | crt0.S | 203 leal K_MEM_PHYS_ADDR(z_interrupt_stacks), %edi 205 addl $4096, %edi
|
D | fatal.c | 199 _df_esf.edi = _main_tss.edi; in df_handler_top()
|
D | gdbstub.c | 92 debug_ctx.registers[GDB_EDI] = esf->edi; in z_gdb_interrupt() 111 esf->edi = debug_ctx.registers[GDB_EDI]; in z_gdb_interrupt()
|
D | intstub.S | 374 pushl %edi
|
/Zephyr-latest/arch/x86/core/ |
D | common.S | 31 movl $multiboot_cmdline, %edi 51 movb $0, (%edi)
|
D | fatal.c | 276 esf->esi, esf->edi, esf->ebp, esf->esp); in dump_regs()
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | exception.h | 42 unsigned int edi; member
|
D | gdbstub.h | 39 uint32_t edi; member
|
D | segmentation.h | 76 uint32_t edi; member
|
/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/doc/services/debugging/ |
D | coredump.rst | 205 edi 0x101aa7 1055399
|