Searched refs:ebx (Results 176 - 200 of 228) sorted by relevance

12345678910

/vbox/src/VBox/VMM/VMMAll/
H A DEMAllA.asm1165 mov ebx, [esp + 08h + 4] ; ebx = 2nd parameter (eax)
1229 and ebx, 0ffffffffh
1273 mov ebx, [esp + 08h + 4] ; ebx = 2nd parameter (eax)
1337 and ebx, 0ffffffffh
1391 mov ebx, [esp + 10h + 8] ; EBX
1410 mov ebx, dword [esp + 08h + 8]
1411 mov dword [ebx], eax
1412 mov ebx, dwor
[all...]
H A DIEMAllAImpl.asm201 push ebx
202 mov ebx, [esp + 4 + 4]
210 pop ebx
218 push ebx
221 mov ebx, [esp + 12 + 4 + 0]
230 pop ebx
247 %define A2 ebx
248 %define A2_32 ebx
731 mov ebx, [r8]
751 mov ebx, [r1
[all...]
H A DCPUMAllRegs.cpp302 pVCpu->cpum.s.Hyper.ebx = 0;
447 return pVCpu->cpum.s.Hyper.ebx;
791 VMMDECL(int) CPUMSetGuestEBX(PVMCPU pVCpu, uint32_t ebx) argument
793 pVCpu->cpum.s.Guest.ebx = ebx;
1014 return pVCpu->cpum.s.Guest.ebx;
H A DEMAll.cpp1227 CPUMGetGuestCpuId(pVCpu, iLeaf, iSubLeaf, &pRegFrame->eax, &pRegFrame->ebx, &pRegFrame->ecx, &pRegFrame->edx);
1228 Log(("Emulate: CPUID %x -> %08x %08x %08x %08x\n", iLeaf, pRegFrame->eax, pRegFrame->ebx, pRegFrame->ecx, pRegFrame->edx));
3130 eflags = EMEmulateLockCmpXchg8b(pvParam1, &pRegFrame->eax, &pRegFrame->edx, pRegFrame->ebx, pRegFrame->ecx);
3132 eflags = EMEmulateCmpXchg8b(pvParam1, &pRegFrame->eax, &pRegFrame->edx, pRegFrame->ebx, pRegFrame->ecx);
3135 eflags = EMEmulateCmpXchg8b(&u64, &pRegFrame->eax, &pRegFrame->edx, pRegFrame->ebx, pRegFrame->ecx);
/vbox/src/VBox/Runtime/common/misc/
H A Dreq.cpp428 mov ebx, esp local
434 mov esp, ebx
/vbox/src/libs/zlib-1.2.6/contrib/inflate86/
H A Dinffas86.c90 /* 88 44 */ unsigned bits; /* ebx rbx local strm->bits */
147 " movl 88(%%rsp), %%ebx\n" /* ebx = bits */
460 " movl %%ebx, 88(%%rsp)\n" /* bits */
479 " movl 44(%%esp), %%ebx\n" /* ebx = bits */
789 " movl %%ebx, 44(%%esp)\n" /* save bits */
795 : "memory", "%eax", "%ebx", "%ecx", "%edx", "%esi", "%edi"
806 mov ebx, [esp+44] /* ebx local
[all...]
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-vbinstst-kernel.asm231 push ebx
326 xor ebx, ebx
464 pop ebx
H A Dbootsector2-cpu-a20-1.asm87 push ebx
276 pop ebx
H A Dbootsector2-cpu-hidden-regs-1.asm127 push ebx
194 pop ebx
H A Dbootsector2-triple-fault-1.asm150 push ebx
212 pop ebx
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/Ia32/
H A DCpuAsm.asm191 push ebx
358 pop ebx
/vbox/src/VBox/Devices/PC/BIOS/
H A Dbiosint.h91 uint32_t ebx, edx, ecx, eax; member in struct:__anon14965::__anon14966::__anon14967
H A Dpcibios.c65 #define EBX r.gr.u.r32.ebx
H A Dorgs.asm1071 ;; ebx may be modified, save here
1074 shr ebx, 16
1078 shl ebx, 16
1253 mov ebx, 1000000
1255 div ebx
1266 mov ebx, 10000
1268 div ebx
1279 mov ebx, 1000
1281 div ebx
H A Dsystem.c202 "mov ebx, 15" \
204 "div ebx" \
275 #define EBX r.gr.u.r32.ebx
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibTracerA.asm176 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX32.u.X86.ebx], ebx
/vbox/src/VBox/Disassembler/
H A DDisasmReg.cpp78 RT_OFFSETOF(CPUMCTXCORE, ebx), /* DISGREG_EBX */
114 RT_OFFSETOF(CPUMCTXCORE, ebx), /* DISGREG_BX */
145 RT_OFFSETOF(CPUMCTXCORE, ebx), /* DISGREG_BL */
149 RT_OFFSETOF_ADD(CPUMCTXCORE, ebx, 1), /* DISGREG_BH */
/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h233 uint32_t ebx; member in struct:CPUMHOSTCTX
H A DVMMInternal.h129 uint32_t ebx; member in struct:VMMR0JMPBUF
/vbox/include/VBox/
H A Dtypes.h813 uint32_t ebx; member in struct:VBOXTSS
/vbox/src/VBox/VMM/VMMR0/
H A DCPUMR0.cpp169 uint32_t eax, ebx, ecx, edx; local
170 ASMCpuIdExSlow(uLeaf, 0, 0, 0, &eax, &ebx, &ecx, &edx);
/vbox/src/recompiler/tests/
H A Dtest-i386.c206 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
214 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
222 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
229 long eax, ebx, ecx, edx, esi, edi, res; local
231 ebx = i2l(0x0002);
240 TEST_LEA("(%%ebx)");
247 TEST_LEA("0x40(%%ebx)");
254 TEST_LEA("0x4000(%%ebx)");
261 TEST_LEA("(%%ebx, %%edx)");
268 TEST_LEA("0x4000(%%ebx,
[all...]
/vbox/src/VBox/VMM/VMMRC/
H A DPATMRC.cpp419 Log(("PATMRC: RET from %x to %x ESP=%x iopl=%d\n", pRegFrame->eip, pRegFrame->edx, pRegFrame->ebx, X86_EFL_GET_IOPL(pVM->patm.s.CTXSUFF(pGCState)->uVMFlags)));
/vbox/src/VBox/VMM/VMMR3/
H A DVMReq.cpp1298 mov ebx, esp local
1304 mov esp, ebx
H A DPATMA.asm2362 push ebx
2366 lea ebx, [esp+16+12+16] ; stack address containing the return address
2373 pop ebx
2424 push ebx
2428 lea ebx, [esp+16+12+16] ; stack address containing the return address
2435 pop ebx

Completed in 124 milliseconds

12345678910