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

/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h73 #define CPUM_USED_FPU_SINCE_REM RT_BIT(1) macro
/vbox/src/VBox/VMM/VMMR0/
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));
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)
/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRCA.asm170 or dword [pCpumCpu + CPUMCPU.fUseFlags], (CPUM_USED_FPU | CPUM_USED_FPU_SINCE_REM)
/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp842 uint32_t fUseFlags = pVCpu->cpum.s.fUseFlags & ~CPUM_USED_FPU_SINCE_REM;
2148 if (pVCpu->cpum.s.fUseFlags & CPUM_USED_FPU_SINCE_REM)
2151 pVCpu->cpum.s.fUseFlags &= ~CPUM_USED_FPU_SINCE_REM;

Completed in 57 milliseconds