/Zephyr-Core-3.7.0/arch/x86/core/ia32/ |
D | intstub.S | 101 pushl %ecx 123 movl $_kernel, %ecx 127 incl _kernel_offset_to_nested(%ecx) 130 cmpl $1, _kernel_offset_to_nested(%ecx) 139 movl _kernel_offset_to_irq_stack(%ecx), %esp 147 cmpl $0, _kernel_offset_to_idle(%ecx) 197 movl $(X86_X2APIC_BASE_MSR + (LOAPIC_EOI >> 4)), %ecx 209 movl $_kernel, %ecx 210 decl _kernel_offset_to_nested(%ecx) /* dec interrupt nest count */ 214 movl _kernel_offset_to_current(%ecx), %edx [all …]
|
D | excstub.S | 78 xchgl %ecx, (%esp) 170 call *%ecx /* call exception handler */ 175 movl _kernel + _kernel_offset_to_current, %ecx 189 decl _thread_offset_to_excNestCount(%ecx) 191 cmpl $0, _thread_offset_to_excNestCount(%ecx) 200 andb $~X86_THREAD_FLAG_EXC, _thread_offset_to_flags(%ecx) 228 popl %ecx
|
D | userspace.S | 206 push %ecx /* arg3 */ 224 pop %ecx 274 movl 0x10(%ebp), %ecx 276 movl %edx, (%ecx) 295 pop %ecx /* p2 */ 311 push %ecx 317 pop %ecx 333 push %ecx /* p2 */
|
D | coredump.c | 18 uint32_t ecx; member 64 arch_blk.r.ecx = esf->ecx; in arch_coredump_info_dump()
|
D | crt0.S | 73 movl $0xC0000080, %ecx 208 movl $stack_size_dwords, %ecx
|
D | fatal.c | 202 _df_esf.ecx = _main_tss.ecx; in df_handler_top()
|
D | gdbstub.c | 86 debug_ctx.registers[GDB_ECX] = esf->ecx; in z_gdb_interrupt() 105 esf->ecx = debug_ctx.registers[GDB_ECX]; in z_gdb_interrupt()
|
/Zephyr-Core-3.7.0/arch/x86/core/ |
D | cpuid.c | 15 uint32_t eax, ebx, ecx = 0U, edx; in z_x86_cpuid_extended_features() local 18 &eax, &ebx, &ecx, &edx) == 0) { in z_x86_cpuid_extended_features() 30 uint32_t eax, ebx, ecx, edx; in z_x86_cpuid_get_current_physical_apic_id() local 35 &eax, &ebx, &ecx, &edx) == 0) { in z_x86_cpuid_get_current_physical_apic_id() 37 &eax, &ebx, &ecx, &edx) == 0) { in z_x86_cpuid_get_current_physical_apic_id() 43 &eax, &ebx, &ecx, &edx) == 0) { in z_x86_cpuid_get_current_physical_apic_id()
|
D | fatal.c | 242 esf->eax, esf->ebx, esf->ecx, esf->edx); in dump_regs()
|
/Zephyr-Core-3.7.0/drivers/timer/ |
D | apic_tsc.c | 261 uint32_t eax, ebx, ecx, edx; in sys_clock_driver_init() local 264 ecx = 0; /* prevent compiler warning */ in sys_clock_driver_init() 265 __get_cpuid(CPUID_BASIC_INFO_1, &eax, &ebx, &ecx, &edx); in sys_clock_driver_init() 266 __ASSERT((ecx & BIT(24)) != 0, "No TSC Deadline support"); in sys_clock_driver_init() 270 __get_cpuid(0x80000007, &eax, &ebx, &ecx, &edx); in sys_clock_driver_init() 275 __get_cpuid_count(CPUID_EXTENDED_FEATURES_LVL, 0, &eax, &ebx, &ecx, &edx); in sys_clock_driver_init()
|
/Zephyr-Core-3.7.0/include/zephyr/arch/x86/ia32/ |
D | exception.h | 45 unsigned int ecx; member
|
D | gdbstub.h | 45 uint32_t ecx; member
|
D | segmentation.h | 70 uint32_t ecx; member
|
/Zephyr-Core-3.7.0/tests/arch/x86/static_idt/ |
D | README.txt | 28 eax: 0xa, ebx: 0x0, ecx: 0x1018e0, edx: 0xa
|
/Zephyr-Core-3.7.0/tests/kernel/mem_protect/stackprot/ |
D | README.txt | 41 eax: 0xdeaddead, ebx: 0xdeaddead, ecx: 0xdeaddead, edx: 0xdeaddead
|
/Zephyr-Core-3.7.0/arch/x86/core/intel64/ |
D | locore.S | 32 movl $X86_EFER_MSR, %ecx 245 movl $X86_KERNEL_GS_BASE, %ecx 248 movl $X86_GS_BASE, %ecx 404 movl $X86_FS_BASE, %ecx 817 movl $(X86_X2APIC_BASE_MSR + (LOAPIC_EOI >> 4)), %ecx
|
/Zephyr-Core-3.7.0/doc/services/debugging/ |
D | coredump.rst | 199 ecx 0x119d74 1154420
|