Searched refs:u32ErrorCode (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/VMM/VMMR0/ |
H A D | HMSVMR0.cpp | 2351 pEvent->n.u8Vector, (uint8_t)pEvent->n.u3Type, !!pEvent->n.u1ErrorCodeValid, pEvent->n.u32ErrorCode)); 2377 pEvent->n.u8Vector, (uint8_t)pEvent->n.u3Type, !!pEvent->n.u1ErrorCodeValid, pEvent->n.u32ErrorCode)); 2428 Event.n.u32ErrorCode = uErrCode; 2444 !!Event.n.u1ErrorCodeValid, Event.n.u32ErrorCode)); 2493 TRPMSetErrorCode(pVCpu, Event.n.u32ErrorCode); 2782 Log4(("ctrl.ExitIntInfo.u32ErrorCode %#x\n", pVmcb->ctrl.ExitIntInfo.n.u32ErrorCode)); 2789 Log4(("ctrl.EventInject.u32ErrorCode %#x\n", pVmcb->ctrl.EventInject.n.u32ErrorCode)); 3675 Event.n.u32ErrorCode [all...] |
H A D | HMVMXR0.cpp | 7802 * @param u32ErrorCode The error code associated with the #GP. 7812 DECLINLINE(int) hmR0VmxInjectXcptGP(PVMCPU pVCpu, PCPUMCTX pMixedCtx, bool fErrorCodeValid, uint32_t u32ErrorCode, argument 7819 return hmR0VmxInjectEventVmcs(pVCpu, pMixedCtx, u32IntInfo, 0 /* cbInstr */, u32ErrorCode, 0 /* GCPtrFaultAddress */, 7832 * @param u32ErrorCode The error code associated with the #GP. 7834 DECLINLINE(void) hmR0VmxSetPendingXcptGP(PVMCPU pVCpu, PCPUMCTX pMixedCtx, uint32_t u32ErrorCode) argument 7840 hmR0VmxSetPendingEvent(pVCpu, u32IntInfo, 0 /* cbInstr */, u32ErrorCode, 0 /* GCPtrFaultAddress */);
|
/vbox/include/VBox/vmm/ |
H A D | hm_svm.h | 484 uint32_t u32ErrorCode : 32; member in struct:__anon336::__anon337
|
Completed in 88 milliseconds