Searched refs:ebx (Results 51 - 57 of 57) sorted by path

123

/haiku/src/system/boot/platform/efi/arch/x86/
H A Dcrt0-efi-x86.S49 movl %eax,%ebx
52 addl $_DYNAMIC-0b,%ebx # %ebx = _DYNAMIC
54 pushl %ebx # pass _DYNAMIC as second argument
57 popl %ebx
58 popl %ebx
H A Dentry.S23 movl 12(%esp), %ebx // kernelEntry
76 pushl %ebx // kernelEntry
H A Dsmp_trampoline.S38 popl %ebx // trampoline
50 leal (trampoline_32 - smp_trampoline)(%ebx), %eax
73 popl %ebx // kernel_entry
94 pushl %ebx // kernelEntry
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Dlong_smp_trampoline.S36 popl %ebx
45 leal (long_trampoline_32 - long_smp_trampoline)(%ebx), %eax
89 leal (.Llmode - long_smp_trampoline)(%ebx), %eax
/haiku/src/system/kernel/arch/x86/32/
H A Dthread.cpp319 signalFrameData->context.uc_mcontext.ebx = frame->bx;
389 frame->bx = signalFrameData->context.uc_mcontext.ebx;
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp677 return cpuid.regs.ebx >> 24;
688 int maxLogicalID = next_power_of_2((cpuid.regs.ebx >> 16) & 0xff);
767 if (cpuid.regs.ebx != 0)
772 if (cpuid.regs.ebx != 0)
834 int maxLogicalID = next_power_of_2((cpuid.regs.ebx >> 16) & 0xff);
1421 cpu->arch.feature[FEATURE_7_EBX] = cpuid.regs.ebx;
1438 cpu->arch.feature[FEATURE_EXT_8_EBX] = cpuid.regs.ebx;
1580 if (cpuid.regs.eax == 0 || cpuid.regs.ebx == 0)
1584 uint32 numerator = cpuid.regs.ebx;
1838 gFPUSaveLength = cpuid.regs.ebx;
[all...]
H A Darch_user_debugger.cpp158 cpuState->ebx = frame->bx;
183 frame->bx = cpuState->ebx;

Completed in 80 milliseconds

123