/Zephyr-latest/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 | 28 xorl %ebx, %ebx 33 xorl %ebx, %ebx 37 testl $MULTIBOOT_INFO_FLAGS_CMDLINE, __multiboot_info_t_flags_OFFSET(%ebx) 41 movl __multiboot_info_t_cmdline_OFFSET(%ebx), %esi
|
D | fatal.c | 274 esf->eax, esf->ebx, esf->ecx, esf->edx); in dump_regs()
|
/Zephyr-latest/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 | 21 uint32_t ebx; member 64 arch_blk.r.ebx = esf->ebx; in arch_coredump_info_dump()
|
D | excstub.S | 104 pushl %ebx 220 popl %ebx
|
D | fatal.c | 197 _df_esf.ebx = _main_tss.ebx; in df_handler_top()
|
D | thread.c | 29 uint32_t ebx; member
|
D | gdbstub.c | 88 debug_ctx.registers[GDB_EBX] = esf->ebx; in z_gdb_interrupt() 107 esf->ebx = debug_ctx.registers[GDB_EBX]; in z_gdb_interrupt()
|
D | crt0.S | 289 movl %ebx, __x86_boot_arg_t_arg_OFFSET(%ebp)
|
D | intstub.S | 376 pushl %ebx
|
/Zephyr-latest/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() 270 __get_cpuid(0x80000007, &eax, &ebx, &ecx, &edx); in sys_clock_driver_init() 274 ebx = 0; /* prevent compiler warning */ in sys_clock_driver_init() 275 __get_cpuid_count(CPUID_EXTENDED_FEATURES_LVL, 0, &eax, &ebx, &ecx, &edx); in sys_clock_driver_init() 276 __ASSERT((ebx & BIT(1)) != 0, "No TSC_ADJUST MSR support"); in sys_clock_driver_init()
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | exception.h | 40 unsigned int ebx; member
|
D | gdbstub.h | 43 uint32_t ebx; member
|
D | segmentation.h | 72 uint32_t ebx; member
|
/Zephyr-latest/tests/arch/x86/static_idt/ |
D | README.txt | 28 eax: 0xa, ebx: 0x0, ecx: 0x1018e0, edx: 0xa
|
/Zephyr-latest/tests/kernel/mem_protect/stackprot/ |
D | README.txt | 41 eax: 0xdeaddead, ebx: 0xdeaddead, ecx: 0xdeaddead, edx: 0xdeaddead
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | locore.S | 156 xorl %ebx, %ebx 157 1: cmpl $CONFIG_MP_MAX_NUM_CPUS, %ebx 159 cmpb %al, x86_cpu_loapics(%ebx) 161 incl %ebx 203 movl %ebx, __x86_boot_arg_t_arg_OFFSET(%ebp)
|
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 201 ebx 0x0 0
|