- Timestamp:
- Jul 27, 2016 4:22:14 PM (8 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r62601 r62603 7024 7024 * Worker routine for raising an FPU stack underflow exception. 7025 7025 * 7026 * @param pVCpu The cross context virtual CPU structure of the calling thread.7027 7026 * @param pFpuCtx The FPU context. 7028 7027 * @param iStReg The stack register being accessed. -
trunk/src/VBox/VMM/VMMRC/CPUMRC.cpp
r62478 r62603 75 75 } 76 76 77 AssertMsgFailed(("uUser=%#x eip=%#x\n", uUser, pRegFrame->eip)); 77 AssertMsgFailed(("uUser=%#x eip=%#x\n", uUser, pRegFrame->eip)); RT_NOREF_PV(pRegFrame); 78 78 return VERR_TRPM_DONT_PANIC; 79 79 } … … 108 108 AssertMsg(CPUMIsGuestInRawMode(pVCpu), ("cs:eip=%04x:%08x ss:esp=%04x:%08x cpl=%u raw/efl=%#x/%#x%s\n", pCtx->cs.Sel, pCtx->eip, pCtx->ss.Sel, pCtx->esp, uRawCpl, u32EFlags, pCtx->eflags.u, fPatch ? " patch" : "")); 109 109 //Log2(("cs:eip=%04x:%08x ss:esp=%04x:%08x cpl=%u raw/efl=%#x/%#x%s\n", pCtx->cs.Sel, pCtx->eip, pCtx->ss.Sel, pCtx->esp, uRawCpl, u32EFlags, pCtx->eflags.u, fPatch ? " patch" : "")); 110 #else 111 RT_NOREF_PV(pVM); 110 112 #endif 111 113 } -
trunk/src/VBox/VMM/VMMRC/IOMRC.cpp
r62601 r62603 82 82 static VBOXSTRICTRC iomRCInterpretIN(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame, PDISCPUSTATE pCpu) 83 83 { 84 STAM_COUNTER_INC(&pVM->iom.s.StatInstIn); 84 STAM_COUNTER_INC(&pVM->iom.s.StatInstIn); RT_NOREF_PV(pVM); 85 85 Assert(pCpu->Param2.fUse & (DISUSE_IMMEDIATE8 | DISUSE_REG_GEN16)); 86 86 uint16_t u16Port = pCpu->Param2.fUse & DISUSE_REG_GEN16 ? pRegFrame->dx : (uint16_t)pCpu->Param2.uValue; … … 114 114 static VBOXSTRICTRC iomRCInterpretOUT(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame, PDISCPUSTATE pCpu) 115 115 { 116 STAM_COUNTER_INC(&pVM->iom.s.StatInstOut); 116 STAM_COUNTER_INC(&pVM->iom.s.StatInstOut); RT_NOREF_PV(pVM); 117 117 Assert(pCpu->Param1.fUse & (DISUSE_IMMEDIATE8 | DISUSE_REG_GEN16)); 118 118 uint16_t const u16Port = pCpu->Param1.fUse & DISUSE_REG_GEN16 ? pRegFrame->dx : (uint16_t)pCpu->Param1.uValue; -
trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp
r62478 r62603 879 879 static DECLCALLBACK(bool) pdmRCDrvHlp_AssertEMT(PPDMDRVINS pDrvIns, const char *pszFile, unsigned iLine, const char *pszFunction) 880 880 { 881 PDMDRV_ASSERT_DRVINS(pDrvIns); 881 PDMDRV_ASSERT_DRVINS(pDrvIns); RT_NOREF_PV(pDrvIns); 882 882 if (VM_IS_EMT(pDrvIns->Internal.s.pVMRC)) 883 883 return true; … … 892 892 static DECLCALLBACK(bool) pdmRCDrvHlp_AssertOther(PPDMDRVINS pDrvIns, const char *pszFile, unsigned iLine, const char *pszFunction) 893 893 { 894 PDMDRV_ASSERT_DRVINS(pDrvIns); 894 PDMDRV_ASSERT_DRVINS(pDrvIns); RT_NOREF_PV(pDrvIns); 895 895 if (!VM_IS_EMT(pDrvIns->Internal.s.pVMRC)) 896 896 return true; … … 900 900 RTAssertMsg1Weak("AssertOther", iLine, pszFile, pszFunction); 901 901 RTAssertPanic(); 902 RT_NOREF_PV(pszFile); RT_NOREF_PV(iLine); RT_NOREF_PV(pszFunction); 902 903 return false; 903 904 } -
trunk/src/VBox/VMM/VMMRC/SELMRC.cpp
r62478 r62603 309 309 { 310 310 LogFlow(("selmRCGuestGDTWritePfHandler errcode=%x fault=%RGv offRange=%08x\n", (uint32_t)uErrorCode, pvFault, offRange)); 311 NOREF(pvRange); NOREF(pvUser); 311 NOREF(pvRange); NOREF(pvUser); RT_NOREF_PV(uErrorCode); 312 312 313 313 /* … … 352 352 353 353 VMCPU_FF_SET(pVCpu, VMCPU_FF_SELM_SYNC_LDT); 354 STAM_COUNTER_INC(&pVM->selm.s.StatRCWriteGuestLDT); 354 STAM_COUNTER_INC(&pVM->selm.s.StatRCWriteGuestLDT); RT_NOREF_PV(pVM); 355 355 return VINF_EM_RAW_EMULATE_INSTR_LDT_FAULT; 356 356 } … … 521 521 { 522 522 LogFlow(("selmRCGuestTSSWritePfHandler errcode=%x fault=%RGv offRange=%08x\n", (uint32_t)uErrorCode, pvFault, offRange)); 523 NOREF(pvRange); NOREF(pvUser); 523 NOREF(pvRange); NOREF(pvUser); RT_NOREF_PV(uErrorCode); 524 524 525 525 /* -
trunk/src/VBox/VMM/VMMRC/TRPMRC.cpp
r62478 r62603 103 103 #endif 104 104 uint32_t iGate = ((RTGCUINTPTR)pvFault - (RTGCUINTPTR)GCPtrIDT)/sizeof(VBOXIDTE); 105 RT_NOREF_PV(offRange); RT_NOREF_PV(pvRange); RT_NOREF_PV(pRegFrame); RT_NOREF_PV(pVM); 105 106 106 107 AssertMsg(offRange < (uint32_t)cbIDT+1, ("pvFault=%RGv GCPtrIDT=%RGv-%RGv pvRange=%RGv\n", pvFault, GCPtrIDT, GCPtrIDTEnd, pvRange)); -
trunk/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp
r62478 r62603 433 433 RTLogComPrintf("TRPMGCTrap02Handler: cs:eip=%04x:%08x\n", pRegFrame->cs.Sel, pRegFrame->eip); 434 434 #endif 435 NOREF(pTrpmCpu); 435 NOREF(pTrpmCpu); RT_NOREF_PV(pRegFrame); 436 436 return VERR_TRPM_DONT_PANIC; 437 437 } -
trunk/src/VBox/VMM/include/PGMInline.h
r62478 r62603 435 435 Assert(pPage->idx < pVM->pgm.s.CTX_SUFF(pPool)->cCurPages); 436 436 void *pv; 437 Assert(pVCpu == VMMGetCpu(pVM)); 437 Assert(pVCpu == VMMGetCpu(pVM)); RT_NOREF_PV(pVM); 438 438 pgmRZDynMapHCPageInlined(pVCpu, pPage->Core.Key, &pv RTLOG_COMMA_SRC_POS_ARGS); 439 439 return pv;
Note:
See TracChangeset
for help on using the changeset viewer.