Searched refs:uXcpt (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-app.cpp292 pThis->Core.ActualCtx.uXcpt = X86_XCPT_DE;
295 pThis->Core.ActualCtx.uXcpt = X86_XCPT_DB;
298 pThis->Core.ActualCtx.uXcpt = X86_XCPT_BP;
301 pThis->Core.ActualCtx.uXcpt = X86_XCPT_OF;
304 pThis->Core.ActualCtx.uXcpt = X86_XCPT_BR;
307 pThis->Core.ActualCtx.uXcpt = X86_XCPT_UD;
311 pThis->Core.ActualCtx.uXcpt = X86_XCPT_GP;
317 pThis->Core.ActualCtx.uXcpt = X86_XCPT_PF;
355 pThis->Core.ActualCtx.uXcpt = X86_XCPT_MF;
359 pThis->Core.ActualCtx.uXcpt
[all...]
H A Dcidet.h183 uint32_t uXcpt; /**< Exception number. UINT32_MAX if no exception. (Not for input context.) */ member in struct:CIDETCPUCTX
H A Dcidet-appA.asm188 mov [xCX + CIDETCPUCTX.uXcpt], eax
H A Dcidet-core.cpp276 pThis->InTemplateCtx.uXcpt = UINT32_MAX;
2226 IF_FIELD_DIFFERS_SET_ERROR(uXcpt, "%#04x");
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp703 static VBOXSTRICTRC iemMemFetchSelDescWithErr(PIEMCPU pIemCpu, PIEMSELDESC pDesc, uint16_t uSel, uint8_t uXcpt, uint16_t uErrorCode);
704 static VBOXSTRICTRC iemMemFetchSelDesc(PIEMCPU pIemCpu, PIEMSELDESC pDesc, uint16_t uSel, uint8_t uXcpt);
8051 * @param uXcpt The exception to raise on table lookup error.
8054 static VBOXSTRICTRC iemMemFetchSelDescWithErr(PIEMCPU pIemCpu, PIEMSELDESC pDesc, uint16_t uSel, uint8_t uXcpt, argument
8072 return iemRaiseXcptOrInt(pIemCpu, 0, uXcpt, IEM_XCPT_FLAGS_T_CPU_XCPT | IEM_XCPT_FLAGS_ERR,
8084 return iemRaiseXcptOrInt(pIemCpu, 0, uXcpt, IEM_XCPT_FLAGS_T_CPU_XCPT | IEM_XCPT_FLAGS_ERR,
8106 return iemRaiseXcptOrInt(pIemCpu, 0, uXcpt, IEM_XCPT_FLAGS_T_CPU_XCPT | IEM_XCPT_FLAGS_ERR, uErrorCode, 0);
8120 * @param uXcpt The exception to raise on table lookup error.
8122 static VBOXSTRICTRC iemMemFetchSelDesc(PIEMCPU pIemCpu, PIEMSELDESC pDesc, uint16_t uSel, uint8_t uXcpt) argument
8124 return iemMemFetchSelDescWithErr(pIemCpu, pDesc, uSel, uXcpt, uSe
[all...]

Completed in 262 milliseconds