Searched refs:pTss (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp3292 PCX86TSS16 pTss = (PCX86TSS16)&abBuf[0]; local
3304 pTss->ax, pTss->bx, pTss->cx, pTss->dx, pTss->si, pTss->di,
3305 pTss->ip, pTss->sp, pTss
3317 PCX86TSS32 pTss = (PCX86TSS32)&abBuf[0]; local
3342 PCX86TSS64 pTss = (PCX86TSS64)&abBuf[0]; local
[all...]
/vbox/src/VBox/VMM/VMMAll/
H A DSELMAll.cpp889 PVBOXTSS pTss = (PVBOXTSS)(uintptr_t)GCPtrTss;
890 rc = MMGCRamRead(pVM, &tss.ss0, &pTss->ss0, sizeof(tss.ss0));
891 rc |= MMGCRamRead(pVM, &tss.esp0, &pTss->esp0, sizeof(tss.esp0));
893 rc |= MMGCRamRead(pVM, &tss.offIoBitmap, &pTss->offIoBitmap, sizeof(tss.offIoBitmap));

Completed in 81 milliseconds