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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp2578 PX86TSS32 pCurTSS32 = (PX86TSS32)((uintptr_t)pvCurTSS32 - offCurTSS); local
2579 pCurTSS32->eip = uNextEip;
2580 pCurTSS32->eflags = u32EFlags;
2581 pCurTSS32->eax = pCtx->eax;
2582 pCurTSS32->ecx = pCtx->ecx;
2583 pCurTSS32->edx = pCtx->edx;
2584 pCurTSS32->ebx = pCtx->ebx;
2585 pCurTSS32->esp = pCtx->esp;
2586 pCurTSS32->ebp = pCtx->ebp;
2587 pCurTSS32
[all...]

Completed in 70 milliseconds