Searched refs:puIntrState (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/VMM/VMMR0/ |
H A D | HMVMXR0.cpp | 7742 * @param puIntrState Pointer to the current guest interruptibility-state. 7746 DECLINLINE(int) hmR0VmxInjectXcptDF(PVMCPU pVCpu, PCPUMCTX pMixedCtx, bool fStepping, uint32_t *puIntrState) argument 7752 fStepping, puIntrState); 7808 * @param puIntrState Pointer to the current guest interruptibility-state. 7813 bool fStepping, uint32_t *puIntrState) 7820 fStepping, puIntrState); 7912 * @param puIntrState Pointer to the current guest interruptibility-state. 7925 uint32_t u32ErrCode, RTGCUINTREG GCPtrFaultAddress, bool fStepping, uint32_t *puIntrState) 7929 Assert(puIntrState); 7959 || !(*puIntrState 7812 hmR0VmxInjectXcptGP(PVMCPU pVCpu, PCPUMCTX pMixedCtx, bool fErrorCodeValid, uint32_t u32ErrorCode, bool fStepping, uint32_t *puIntrState) argument 7924 hmR0VmxInjectEventVmcs(PVMCPU pVCpu, PCPUMCTX pMixedCtx, uint64_t u64IntInfo, uint32_t cbInstr, uint32_t u32ErrCode, RTGCUINTREG GCPtrFaultAddress, bool fStepping, uint32_t *puIntrState) argument [all...] |
Completed in 1129 milliseconds