Searched refs:esi (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/arch/x86/core/ia32/ |
D | userspace.S | 50 pushl %esi 54 movl $K_MEM_PHYS_ADDR(z_x86_kernel_ptables), %esi 55 movl %esi, %cr3 61 movl $_kernel, %esi 62 movl _kernel_offset_to_current(%esi), %esi 63 movl _thread_offset_to_psp(%esi), %esp 79 movl 4(%edi), %esi /* restore ESI */ 155 pushl %esi 159 movl $K_MEM_PHYS_ADDR(z_x86_kernel_ptables), %esi 160 movl %esi, %cr3 [all …]
|
D | coredump.c | 24 uint32_t esi; member 69 arch_blk.r.esi = esf->esi; in arch_coredump_info_dump()
|
D | excstub.S | 103 pushl %esi 221 popl %esi
|
D | swap.S | 85 pushl %esi 331 popl %esi
|
D | fatal.c | 198 _df_esf.esi = _main_tss.esi; in df_handler_top()
|
D | thread.c | 30 uint32_t esi; member
|
D | gdbstub.c | 91 debug_ctx.registers[GDB_ESI] = esf->esi; in z_gdb_interrupt() 110 esf->esi = debug_ctx.registers[GDB_ESI]; in z_gdb_interrupt()
|
D | intstub.S | 375 pushl %esi
|
/Zephyr-latest/arch/x86/core/ |
D | common.S | 41 movl __multiboot_info_t_cmdline_OFFSET(%ebx), %esi 43 cmpl %esi, %edx 45 cmpb $0, (%esi)
|
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 | 41 unsigned int esi; member
|
D | gdbstub.h | 40 uint32_t esi; member
|
D | segmentation.h | 75 uint32_t esi; 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/tests/drivers/can/host/pytest/ |
D | can_shell.py | 183 esi = m.group('esi') == 'P' 187 is_fd=fd, bitrate_switch=brs, error_state_indicator=esi,
|
/Zephyr-latest/include/zephyr/drivers/can/ |
D | can_mcan.h | 915 uint32_t esi: 1; member 956 uint32_t esi: 1; member 997 uint32_t esi: 1; member
|
/Zephyr-latest/drivers/can/ |
D | can_mcan.c | 727 if (hdr.esi != 0) { in can_mcan_get_message() 914 .esi = 0U, in can_mcan_send()
|
D | can_mcux_flexcan.c | 601 if (src->esi != 0) { in mcux_flexcan_fd_to_can_frame()
|
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 204 esi 0x0 0
|