/Zephyr-Core-3.4.0/arch/x86/core/ia32/ |
D | intstub.S | 100 pushl %ecx 122 movl $_kernel, %ecx 126 incl _kernel_offset_to_nested(%ecx) 129 cmpl $1, _kernel_offset_to_nested(%ecx) 138 movl _kernel_offset_to_irq_stack(%ecx), %esp 146 cmpl $0, _kernel_offset_to_idle(%ecx) 196 movl $(X86_X2APIC_BASE_MSR + (LOAPIC_EOI >> 4)), %ecx 208 movl $_kernel, %ecx 209 decl _kernel_offset_to_nested(%ecx) /* dec interrupt nest count */ 213 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 | 69 movl $0xC0000080, %ecx 203 movl $stack_size_dwords, %ecx
|
D | fatal.c | 202 _df_esf.ecx = _main_tss.ecx; in df_handler_top()
|
D | gdbstub.c | 86 ctx.registers[GDB_ECX] = esf->ecx; in z_gdb_interrupt() 105 esf->ecx = ctx.registers[GDB_ECX]; in z_gdb_interrupt()
|
/Zephyr-Core-3.4.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 | 208 esf->eax, esf->ebx, esf->ecx, esf->edx); in dump_regs()
|
/Zephyr-Core-3.4.0/drivers/timer/ |
D | apic_tsc.c | 152 static inline void cpuid(uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *edx) in cpuid() argument 155 : "=b"(*ebx), "=c"(*ecx), "=d"(*edx) in cpuid() 156 : "a"(*eax), "c"(*ecx)); in cpuid() 162 uint32_t eax, ebx, ecx, edx; in sys_clock_driver_init() local 164 eax = 1; ecx = 0; in sys_clock_driver_init() 165 cpuid(&eax, &ebx, &ecx, &edx); in sys_clock_driver_init() 166 __ASSERT((ecx & BIT(24)) != 0, "No TSC Deadline support"); in sys_clock_driver_init() 168 eax = 0x80000007; ecx = 0; in sys_clock_driver_init() 169 cpuid(&eax, &ebx, &ecx, &edx); in sys_clock_driver_init() 172 eax = 7; ecx = 0; in sys_clock_driver_init() [all …]
|
/Zephyr-Core-3.4.0/include/zephyr/arch/x86/ia32/ |
D | gdbstub.h | 45 uint32_t ecx; member
|
D | arch.h | 364 unsigned int ecx; member
|
D | segmentation.h | 70 uint32_t ecx; member
|
/Zephyr-Core-3.4.0/tests/arch/x86/static_idt/ |
D | README.txt | 28 eax: 0xa, ebx: 0x0, ecx: 0x1018e0, edx: 0xa
|
/Zephyr-Core-3.4.0/tests/kernel/mem_protect/stackprot/ |
D | README.txt | 41 eax: 0xdeaddead, ebx: 0xdeaddead, ecx: 0xdeaddead, edx: 0xdeaddead
|
/Zephyr-Core-3.4.0/arch/x86/core/intel64/ |
D | locore.S | 31 movl $X86_EFER_MSR, %ecx 241 movl $X86_KERNEL_GS_BASE, %ecx 244 movl $X86_GS_BASE, %ecx 392 movl $X86_FS_BASE, %ecx 805 movl $(X86_X2APIC_BASE_MSR + (LOAPIC_EOI >> 4)), %ecx
|
/Zephyr-Core-3.4.0/doc/services/debugging/ |
D | coredump.rst | 175 ecx 0x119d74 1154420
|