Searched refs:CIDETCPUCTX (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-appA.asm71 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_xAX * 8], xAX ; need scratch register.
73 mov [xCX + CIDETCPUCTX.aGRegs + X86_GREG_xSP * 8], xAX
74 mov word [xCX + CIDETCPUCTX.aSRegs + X86_SREG_SS * 2], ss
75 mov word [xCX + CIDETCPUCTX.aSRegs + X86_SREG_CS * 2], cs
77 mov [xCX + CIDETCPUCTX.rip], xAX
81 mov [xDX + CIDETCPUCTX.aGRegs + X86_GREG_xAX * 8], xAX
91 mov [xCX + CIDETCPUCTX.rfl], xAX
94 mov word [xCX + CIDETCPUCTX.aSRegs + X86_SREG_ES * 2], es
95 mov word [xCX + CIDETCPUCTX.aSRegs + X86_SREG_FS * 2], fs
96 mov word [xCX + CIDETCPUCTX
[all...]
H A Dcidet.h155 typedef struct CIDETCPUCTX struct
187 } CIDETCPUCTX; typedef in typeref:struct:CIDETCPUCTX
188 typedef CIDETCPUCTX *PCIDETCPUCTX;
189 typedef CIDETCPUCTX const *PCCIDETCPUCTX;
191 /** Number of bytes of CIDETCPUCTX that can be compared quickly using memcmp.
193 #define CIDETCPUCTX_COMPARE_SIZE RT_UOFFSETOF(CIDETCPUCTX, fIgnoredRFlags)
1026 CIDETCPUCTX InCtx;
1028 CIDETCPUCTX ExpectedCtx;
1030 CIDETCPUCTX ActualCtx;
1032 CIDETCPUCTX InTemplateCt
[all...]
H A Dcidet-app.cpp112 CIDETCPUCTX ExecuteCtx;
975 *pbDst++ = RT_OFFSETOF(CIDETCPUCTX, aGRegs[X86_GREG_xCX]);
976 Assert(RT_OFFSETOF(CIDETCPUCTX, aGRegs[X86_GREG_xCX]) < 0x7f);
985 *pbDst++ = RT_OFFSETOF(CIDETCPUCTX, aGRegs[X86_GREG_xDX]);
986 Assert(RT_OFFSETOF(CIDETCPUCTX, aGRegs[X86_GREG_xDX]) < 0x7f);
992 *(uint32_t *)pbDst = RT_OFFSETOF(CIDETCPUCTX, aSRegs[X86_SREG_DS]);

Completed in 742 milliseconds