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

/vbox/src/VBox/VMM/VMMRC/
H A DSELMRC.cpp401 * If it's on the same page as the esp0 and ss0 fields or actually one of them,
405 if ( PAGE_ADDRESS(&pGuestTss->esp0) == PAGE_ADDRESS(&pGuestTss->padding_ss0)
406 && PAGE_ADDRESS(&pGuestTss->esp0) == PAGE_ADDRESS((uint8_t *)pGuestTss + offRange)
407 && ( pGuestTss->esp0 != pVM->selm.s.Tss.esp1
412 (RTSEL)(pVM->selm.s.Tss.ss1 & ~1), (RTGCPTR)pVM->selm.s.Tss.esp1, (RTSEL)pGuestTss->ss0, (RTGCPTR)pGuestTss->esp0));
413 pVM->selm.s.Tss.esp1 = pGuestTss->esp0;
433 else if ( offRange >= RT_UOFFSETOF(VBOXTSS, esp0)
438 uint32_t esp0; member in struct:__anon16870
443 rc = selmRCReadTssBits(pVM, &s, &pGuestTss->esp0, sizeof(s));
445 && ( s.esp0 !
[all...]
/vbox/include/VBox/
H A Dtypes.h786 uint32_t esp0; member in struct:VBOXTSS
/vbox/include/iprt/
H A Dx86.h3481 uint32_t esp0; member in struct:X86TSS32

Completed in 88 milliseconds