/Zephyr-Core-2.7.6/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() 47 edx = (ebx >> INITIAL_APIC_ID_SHIFT); in z_x86_cpuid_get_current_physical_apic_id()
|
D | common.S | 25 xorl %ebx, %ebx
|
D | fatal.c | 206 esf->eax, esf->ebx, esf->ecx, esf->edx); in dump_regs()
|
/Zephyr-Core-2.7.6/arch/x86/core/ia32/ |
D | swap.S | 86 pushl %ebx 179 movl _kernel_offset_to_current_fp(%edi), %ebx 180 cmpl %ebx, %eax 191 testl %ebx, %ebx 205 testb $X86_THREAD_FLAG_ALL, _thread_offset_to_flags(%ebx) 210 testb $K_SSE_REGS, _thread_offset_to_user_options(%ebx) 219 fxsave _thread_offset_to_preempFloatReg(%ebx) 228 fnsave _thread_offset_to_preempFloatReg(%ebx) 330 popl %ebx
|
D | userspace.S | 205 push %ebx /* arg4 */ 214 mov _k_syscall_table(%edi, %esi, 4), %ebx 217 call *%ebx 225 pop %ebx 297 pop %ebx /* stack_end (high address) */ 322 mov %ebx, %esp
|
D | coredump.c | 20 uint32_t ebx; member 63 arch_blk.r.ebx = esf->ebx; in arch_coredump_info_dump()
|
D | excstub.S | 106 pushl %ebx 222 popl %ebx
|
D | gdbstub.c | 89 ctx.registers[GDB_EBX] = esf->ebx; in z_gdb_interrupt() 109 esf->ebx = ctx.registers[GDB_EBX]; in z_gdb_interrupt()
|
D | fatal.c | 197 _df_esf.ebx = _main_tss.ebx; in df_handler_top()
|
D | thread.c | 29 uint32_t ebx; member
|
D | crt0.S | 272 pushl %ebx /* pointer to multiboot info, or NULL */
|
D | intstub.S | 370 pushl %ebx
|
/Zephyr-Core-2.7.6/drivers/timer/ |
D | apic_tsc.c | 145 static inline void cpuid(uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *edx) in cpuid() argument 148 : "=b"(*ebx), "=c"(*ecx), "=d"(*edx) in cpuid() 155 uint32_t eax, ebx, ecx, edx; in sys_clock_driver_init() local 158 cpuid(&eax, &ebx, &ecx, &edx); in sys_clock_driver_init() 162 cpuid(&eax, &ebx, &ecx, &edx); in sys_clock_driver_init() 166 cpuid(&eax, &ebx, &ecx, &edx); in sys_clock_driver_init() 167 __ASSERT((ebx & BIT(1)) != 0, "No TSC_ADJUST MSR support"); in sys_clock_driver_init()
|
/Zephyr-Core-2.7.6/include/arch/x86/ia32/ |
D | gdbstub.h | 43 uint32_t ebx; member
|
D | arch.h | 356 unsigned int ebx; member
|
D | segmentation.h | 72 uint32_t ebx; member
|
/Zephyr-Core-2.7.6/arch/x86/core/offsets/ |
D | ia32_offsets.c | 59 GEN_OFFSET_SYM(z_arch_esf_t, ebx);
|
/Zephyr-Core-2.7.6/tests/arch/x86/static_idt/ |
D | README.txt | 28 eax: 0xa, ebx: 0x0, ecx: 0x1018e0, edx: 0xa
|
/Zephyr-Core-2.7.6/tests/kernel/mem_protect/stackprot/ |
D | README.txt | 41 eax: 0xdeaddead, ebx: 0xdeaddead, ecx: 0xdeaddead, edx: 0xdeaddead
|
/Zephyr-Core-2.7.6/arch/x86/core/intel64/ |
D | locore.S | 149 xorl %ebx, %ebx 150 1: cmpl $CONFIG_MP_NUM_CPUS, %ebx 152 cmpb %al, x86_cpu_loapics(%ebx) 154 incl %ebx 194 movl %ebx, __x86_cpuboot_t_arg_OFFSET(%ebp) /* multiboot info */
|
/Zephyr-Core-2.7.6/doc/guides/debug_tools/ |
D | coredump.rst | 169 ebx 0x0 0
|