Searched refs:offCpumCpu (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DCPUMAllMsrs.cpp36 * Validates the CPUMMSRRANGE::offCpumCpu value and declares a local variable
43 AssertMsgReturn( (a_pRange)->offCpumCpu >= 8 \
44 && (a_pRange)->offCpumCpu < sizeof(CPUMCPU) \
45 && !((a_pRange)->offCpumCpu & (RT_MIN(sizeof(a_Type), 8) - 1)) \
46 , ("offCpumCpu=%#x %s\n", (a_pRange)->offCpumCpu, (a_pRange)->szName), \
48 a_Type *a_VarName = (a_Type *)((uintptr_t)&(a_pVCpu)->cpum.s + (a_pRange)->offCpumCpu)
/vbox/include/VBox/vmm/
H A Dcpum.h856 uint16_t offCpumCpu; member in struct:CPUMMSRRANGE
861 * offCpumCpu must be UINT16_MAX in that case, otherwise it must be a valid
/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp1743 MsrRange.offCpumCpu = 0;

Completed in 89 milliseconds