Searched refs:CPUM_USED_FPU (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DCPUMR0A.asm543 or dword [pCpumCpu + CPUMCPU.fUseFlags], (CPUM_USED_FPU | CPUM_USED_FPU_SINCE_REM)
595 or dword [pCpumCpu + CPUMCPU.fUseFlags], (CPUM_USED_FPU | CPUM_USED_FPU_SINCE_REM)
657 test dword [pCpumCpu + CPUMCPU.fUseFlags], CPUM_USED_FPU
668 and dword [pCpumCpu + CPUMCPU.fUseFlags], ~CPUM_USED_FPU
716 test dword [pCpumCpu + CPUMCPU.fUseFlags], CPUM_USED_FPU
726 and dword [pCpumCpu + CPUMCPU.fUseFlags], ~CPUM_USED_FPU
H A DCPUMR0.cpp407 /* Save the host state and record the fact (CPUM_USED_FPU | CPUM_USED_FPU_SINCE_REM). */
446 Assert((pVCpu->cpum.s.fUseFlags & (CPUM_USED_FPU | CPUM_USED_FPU_SINCE_REM)) == (CPUM_USED_FPU | CPUM_USED_FPU_SINCE_REM));
463 AssertReturn((pVCpu->cpum.s.fUseFlags & CPUM_USED_FPU), VINF_SUCCESS);
516 pVCpu->cpum.s.fUseFlags &= ~(CPUM_USED_FPU | CPUM_SYNC_FPU_STATE | CPUM_USED_MANUAL_XMM_RESTORE);
/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h70 #define CPUM_USED_FPU RT_BIT(0) macro
/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRCA.asm102 test dword [pCpumCpu + CPUMCPU.fUseFlags], CPUM_USED_FPU
170 or dword [pCpumCpu + CPUMCPU.fUseFlags], (CPUM_USED_FPU | CPUM_USED_FPU_SINCE_REM)
/vbox/src/VBox/VMM/VMMAll/
H A DCPUMAllRegs.cpp667 if (!(pVCpu->cpum.s.fUseFlags & CPUM_USED_FPU))
2177 if (pVCpu->cpum.s.fUseFlags & CPUM_USED_FPU)
2650 return RT_BOOL(pVCpu->cpum.s.fUseFlags & CPUM_USED_FPU);

Completed in 67 milliseconds