Searched refs:cpum (Results 26 - 50 of 87) sorted by relevance

1234

/vbox/src/VBox/VMM/VMMR3/
H A DIEMR3.cpp23 #include <VBox/vmm/cpum.h>
H A DCPUMDbg.cpp23 #include <VBox/vmm/cpum.h>
42 void const *pv = (uint8_t const *)&pVCpu->cpum + pDesc->offRegister;
65 void *pv = (uint8_t *)&pVCpu->cpum + pDesc->offRegister;
111 void const *pv = (uint8_t const *)&pVCpu->cpum.s.Guest.pXStateR3 + pDesc->offRegister;
134 void *pv = (uint8_t *)&pVCpu->cpum.s.Guest.pXStateR3 + pDesc->offRegister;
192 VBOXGDTR const *pGdtr = (VBOXGDTR const *)((uint8_t const *)&pVCpu->cpum + pDesc->offRegister);
219 VBOXIDTR const *pIdtr = (VBOXIDTR const *)((uint8_t const *)&pVCpu->cpum + pDesc->offRegister);
280 PCX86FXSTATE pFpu = (PCX86FXSTATE)((uint8_t const *)&pVCpu->cpum + pDesc->offRegister);
598 PX86FXSTATE pFpuCtx = &pVCpu->cpum.s.Guest.CTX_SUFF(pXState)->x87;
H A DGIMKvm.cpp31 #include <VBox/vmm/cpum.h>
H A DDBGFCoreWrite.cpp56 #include <VBox/vmm/cpum.h>
H A DGIMHv.cpp30 #include <VBox/vmm/cpum.h>
H A DPGMHandler.cpp25 #include <VBox/vmm/cpum.h>
/vbox/src/VBox/VMM/VMMRC/
H A DCSAMRC.cpp23 #include <VBox/vmm/cpum.h>
H A DTRPMRC.cpp24 #include <VBox/vmm/cpum.h>
H A DPATMRC.cpp24 #include <VBox/vmm/cpum.h>
/vbox/src/VBox/VMM/include/
H A DGIMKvmInternal.h22 #include <VBox/vmm/cpum.h>
H A DREMInternal.h22 #include <VBox/vmm/cpum.h>
H A DSELMInternal.h24 #include <VBox/vmm/cpum.h>
H A DGIMHvInternal.h22 #include <VBox/vmm/cpum.h>
H A DHMInternal.h29 #include <VBox/vmm/cpum.h>
316 * @param offCpumVCpu Offset from pVM->cpum to pVM->aCpus[idCpu].cpum.
/vbox/include/VBox/vmm/
H A Dvm.h31 # include <VBox/vmm/cpum.h>
249 } cpum; member in struct:VMCPU
993 } cpum; member in struct:VM
H A Dhm.h30 #include <VBox/vmm/cpum.h>
/vbox/src/VBox/VMM/VMMAll/
H A DCSAMAll.cpp23 #include <VBox/vmm/cpum.h>
H A DPATMAll.cpp23 #include <VBox/vmm/cpum.h>
/vbox/src/VBox/VMM/testcase/
H A DtstPDMAsyncCompletion.cpp33 #include <VBox/vmm/cpum.h>
H A DtstVMREQ.cpp24 #include <VBox/vmm/cpum.h>
H A DtstMicro.cpp24 #include <VBox/vmm/cpum.h>
H A DtstVMM.cpp24 #include <VBox/vmm/cpum.h>
H A DtstPDMAsyncCompletionStress.cpp30 #include <VBox/vmm/cpum.h>
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp329 #include <VBox/vmm/cpum.h>
/vbox/src/VBox/VMM/VMMR0/
H A DCPUMR0UnusedA.asm27 %include "VBox/vmm/cpum.mac"

Completed in 88 milliseconds

1234