Searched defs:u32ErrorCode (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/vmm/
H A Dhm_svm.h484 uint32_t u32ErrorCode : 32; member in struct:__anon336::__anon337
/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp7802 * @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 */);

Completed in 101 milliseconds