Lines Matching refs:CPUMCPU

60 ; @param    pCpumCpu    [ebp+8]     Pointer to the CPUMCPU.
102 test dword [pCpumCpu + CPUMCPU.fUseFlags], CPUM_USED_FPU
111 mov eax, [pCpumCpu + CPUMCPU.Guest.cr0]
147 mov eax, [pCpumCpu + CPUMCPU.Host.fXStateMask]
148 mov pXState, [pCpumCpu + CPUMCPU.Host.pXStateRC]
151 mov edx, [pCpumCpu + CPUMCPU.Host.fXStateMask + 4]
158 mov eax, [pCpumCpu + CPUMCPU.Guest.fXStateMask]
159 mov pXState, [pCpumCpu + CPUMCPU.Guest.pXStateRC]
162 mov edx, [pCpumCpu + CPUMCPU.Guest.fXStateMask + 4]
170 or dword [pCpumCpu + CPUMCPU.fUseFlags], (CPUM_USED_FPU | CPUM_USED_FPU_SINCE_REM)
311 ; @param edx Pointer to CPUMCPU structure.
328 push dword [edx + CPUMCPU.Guest.ss.Sel]
329 push dword [edx + CPUMCPU.Guest.esp]
330 push dword [edx + CPUMCPU.Guest.eflags]
331 push dword [edx + CPUMCPU.Guest.cs.Sel]
332 push dword [edx + CPUMCPU.Guest.eip]
338 mov es, [edx + CPUMCPU.Guest.es.Sel]
340 mov fs, [edx + CPUMCPU.Guest.fs.Sel]
342 mov gs, [edx + CPUMCPU.Guest.gs.Sel]
371 mov esi, [edx + CPUMCPU.Guest.esi]
372 mov edi, [edx + CPUMCPU.Guest.edi]
373 mov ebp, [edx + CPUMCPU.Guest.ebp]
374 mov ebx, [edx + CPUMCPU.Guest.ebx]
375 mov ecx, [edx + CPUMCPU.Guest.ecx]
376 mov eax, [edx + CPUMCPU.Guest.eax]
377 push dword [edx + CPUMCPU.Guest.ds.Sel]
378 mov edx, [edx + CPUMCPU.Guest.edx]
397 ; @param edx Pointer to CPUMCPU structure.
414 push dword [edx + CPUMCPU.Guest.gs.Sel]
415 push dword [edx + CPUMCPU.Guest.fs.Sel]
416 push dword [edx + CPUMCPU.Guest.ds.Sel]
417 push dword [edx + CPUMCPU.Guest.es.Sel]
419 push dword [edx + CPUMCPU.Guest.ss.Sel]
420 push dword [edx + CPUMCPU.Guest.esp]
422 push dword [edx + CPUMCPU.Guest.eflags]
423 push dword [edx + CPUMCPU.Guest.cs.Sel]
424 push dword [edx + CPUMCPU.Guest.eip]
457 mov esi, [edx + CPUMCPU.Guest.esi]
458 mov edi, [edx + CPUMCPU.Guest.edi]
459 mov ebp, [edx + CPUMCPU.Guest.ebp]
460 mov ecx, [edx + CPUMCPU.Guest.ecx]
461 mov ebx, [edx + CPUMCPU.Guest.ebx]
462 mov eax, [edx + CPUMCPU.Guest.eax]
463 mov edx, [edx + CPUMCPU.Guest.edx]