Searched refs:CPUM (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRCPatchHlp.asm3 ; CPUM - Patch Helpers.
61 mov edx, [ss:edi + VM.cpum + CPUM.GuestInfo + CPUMINFO.cCpuIdLeaves]
62 mov ecx, [ss:edi + VM.cpum + CPUM.GuestInfo + CPUMINFO.paCpuIdLeavesRC]
110 mov edx, [ss:edi + VM.cpum + CPUM.GuestInfo + CPUMINFO.paCpuIdLeavesRC] ; edx = first leaf
128 mov edx, [ss:edi + VM.cpum + CPUM.GuestInfo + CPUMINFO.cCpuIdLeaves]
131 add edx, [ss:edi + VM.cpum + CPUM.GuestInfo + CPUMINFO.paCpuIdLeavesRC] ; edx = last leaf (inclusive)
164 mov dword [ss:edi + VM.cpum + CPUM.GuestInfo + CPUMINFO.enmUnknownCpuIdMethod], CPUMUNKNOWNCPUID_PASSTHRU
168 mov edx, [ss:edi + VM.cpum + CPUM.GuestInfo + CPUMINFO.DefCpuId + CPUMCPUID.uEdx]
169 mov ecx, [ss:edi + VM.cpum + CPUM.GuestInfo + CPUMINFO.DefCpuId + CPUMCPUID.uEcx]
170 mov eax, [ss:edi + VM.cpum + CPUM
[all...]
H A DCPUMRCA.asm3 ; CPUM - Raw-mode Context Assembly Routines.
316 ; Call CPUM to check sanity.
402 ; Call CPUM to check sanity.
H A DTRPMRCHandlersA.asm483 ; Call CPUM to check sanity.
946 ; Call CPUM to check sanity.
/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h3 * CPUM - Internal header file.
47 /** Flags and types for CPUM fault handlers
66 /** Use flags (CPUM::fUseFlags).
122 /** @name CPUM Saved State Version.
378 * CPUM Data (part of VM)
380 typedef struct CPUM struct
382 /** Offset from CPUM to CPUMCPU for the first CPU. */
438 } CPUM; typedef in typeref:struct:CPUM
439 AssertCompileMemberOffset(CPUM, HostFeatures, 64);
440 AssertCompileMemberOffset(CPUM, GuestFeature
[all...]
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h28 GEN_CHECK_SIZE(CPUM); // has .mac variable
29 GEN_CHECK_OFF(CPUM, offCPUMCPU0);
30 GEN_CHECK_OFF(CPUM, fHostUseFlags);
31 GEN_CHECK_OFF(CPUM, CR4);
33 GEN_CHECK_OFF(CPUM, u8PortableCpuIdLevel);
34 GEN_CHECK_OFF(CPUM, fPendingRestore);
36 GEN_CHECK_OFF(CPUM, aGuestCpuIdPatmStd);
37 GEN_CHECK_OFF(CPUM, aGuestCpuIdPatmExt);
38 GEN_CHECK_OFF(CPUM, aGuestCpuIdPatmCentaur);
/vbox/src/VBox/Runtime/VBox/
H A Dlog-vbox.cpp209 ASSERT_LOG_GROUP(CPUM);
/vbox/include/VBox/vmm/
H A Dvm.h242 /** CPUM part. */
881 * expects the caller to save a RC context in CPUM where one might return if the
974 /** CPUM part. */
978 struct CPUM s;
/vbox/src/VBox/VMM/VMMR0/
H A DCPUMR0UnusedA.asm3 ; CPUM - Guest Context Assembly Routines.
H A DCPUMR0A.asm3 ; CPUM - Ring-0 Assembly Routines (supporting HM and IEM).
H A DHMR0A.asm1154 ; Ask CPUM whether we've started using the FPU yet.
1282 ; Ask CPUM whether we've started using the FPU yet.
/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp3 * CPUM - CPU Monitor / Manager.
18 /** @page pg_cpum CPUM - CPU Monitor / Manager
27 * raw-mode, CPUM also maintains a host context for saving and restoring
569 * Initializes the CPUM.
599 /* Calculate the offset from CPUM to CPUMCPU for the first CPU. */
604 /* Calculate the offset from CPUMCPU to CPUM. */
663 LogRel(("CPUM: fXStateHostMask=%#llx; initial: %#llx\n", pVM->cpum.s.fXStateHostMask, fXStateHostMask));
706 rc = SSMR3RegisterInternal(pVM, "cpum", 1, CPUM_SAVED_STATE_VERSION, sizeof(CPUM),
748 * The CPUM will update the addresses used by the switcher.
773 * Apply late CPUM propert
[all...]

Completed in 107 milliseconds