/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() 22 return edx; 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() 47 edx = (ebx >> INITIAL_APIC_ID_SHIFT); in z_x86_cpuid_get_current_physical_apic_id() 50 return (uint8_t)(edx & INITIAL_APIC_ID_MASK); 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/arch/x86/core/ia32/ |
D | intstub.S | 100 xchgl %edx, (%esp) 161 pushl %edx 163 popl %edx 171 call *%edx 196 xorl %edx, %edx 201 movl Z_TOPLEVEL_RAM_NAME(LOAPIC_REGS_STR), %edx 202 movl %eax, LOAPIC_EOI(%edx) 214 movl _kernel_offset_to_current(%ecx), %edx 217 cmpl %edx, _kernel_offset_to_ready_q_cache(%ecx) 228 orb $X86_THREAD_FLAG_INT, _thread_offset_to_flags(%edx) [all …]
|
D | userspace.S | 207 push %edx /* arg2 */ 222 pop %edx /* old arg1 value, discard it */ 223 pop %edx 254 mov 0x8(%ebp), %edx /* EDX base of string */ 259 cmpb $0x0, (%edx, %eax, 1) /* *(EDX + EAX) == 0? Could fault. */ 275 pop %edx 276 movl %edx, (%ecx) 294 pop %edx /* p1 */ 313 push %edx 315 pop %edx [all …]
|
D | swap.S | 101 movl _kernel_offset_to_current(%edi), %edx 102 movl %esp, _thread_offset_to_esp(%edx) 135 fxsave _thread_offset_to_preempFloatReg(%edx) 138 fnsave _thread_offset_to_preempFloatReg(%edx) 294 movl %cr0, %edx 295 orl $0x8, %edx 296 movl %edx, %cr0
|
D | excstub.S | 95 pushl %edx 135 movl _kernel + _kernel_offset_to_current, %edx 138 incl _thread_offset_to_excNestCount(%edx) 148 orb $X86_THREAD_FLAG_EXC, _thread_offset_to_flags(%edx) 226 popl %edx
|
D | coredump.c | 19 uint32_t edx; member 65 arch_blk.r.edx = esf->edx; in arch_coredump_info_dump()
|
D | fatal.c | 200 _df_esf.edx = _main_tss.edx; in df_handler_top()
|
D | gdbstub.c | 87 debug_ctx.registers[GDB_EDX] = esf->edx; in z_gdb_interrupt() 106 esf->edx = debug_ctx.registers[GDB_EDX]; in z_gdb_interrupt()
|
/Zephyr-Core-3.7.0/drivers/timer/ |
D | apic_tsc.c | 261 uint32_t eax, ebx, ecx, edx; in sys_clock_driver_init() local 265 __get_cpuid(CPUID_BASIC_INFO_1, &eax, &ebx, &ecx, &edx); in sys_clock_driver_init() 269 edx = 0; /* prevent compiler warning */ in sys_clock_driver_init() 270 __get_cpuid(0x80000007, &eax, &ebx, &ecx, &edx); in sys_clock_driver_init() 271 __ASSERT((edx & BIT(8)) != 0, "No Invariant TSC support"); 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 | 43 unsigned int edx; member
|
D | gdbstub.h | 44 uint32_t edx; member
|
D | segmentation.h | 71 uint32_t edx; 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 | 816 xorl %edx, %edx
|
/Zephyr-Core-3.7.0/doc/services/debugging/ |
D | coredump.rst | 200 edx 0x3f8 1016
|