Searched refs:ss0 (Results 1 - 8 of 8) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/ |
H A D | test_main.cpp | 443 nsSlidingString ss0(buffer, buffer+5, buffer+6); 444 // ss0.AppendBuffer(buffer, buffer+5, buffer+6); 446 ss0.BeginReading(ri0); 448 tests_failed += test_readable_hello(ss0); 450 nsSlidingSubstring ss1(ss0); 454 ss0.AppendBuffer(buffer, buffer+5, buffer+6); 457 ss0.DiscardPrefix(ri0); 459 tests_failed += test_readable_hello(ss0); 463 ss0.EndReading(ri1); 465 nsSlidingSubstring ss2(ss0, ri [all...] |
/vbox/src/VBox/VMM/VMMRC/ |
H A D | SELMRC.cpp | 401 * If it's on the same page as the esp0 and ss0 fields or actually one of them, 408 || pGuestTss->ss0 != (pVM->selm.s.Tss.ss1 & ~1)) /* undo raw-r0 */ 412 (RTSEL)(pVM->selm.s.Tss.ss1 & ~1), (RTGCPTR)pVM->selm.s.Tss.esp1, (RTSEL)pGuestTss->ss0, (RTGCPTR)pGuestTss->esp0)); 414 pVM->selm.s.Tss.ss1 = pGuestTss->ss0 | 1; 439 uint16_t ss0; member in struct:__anon16870 446 || s.ss0 != (pVM->selm.s.Tss.ss1 & ~1)) /* undo raw-r0 */ 450 (RTSEL)(pVM->selm.s.Tss.ss1 & ~1), (RTGCPTR)pVM->selm.s.Tss.esp1, (RTSEL)s.ss0, (RTGCPTR)s.esp0)); 452 pVM->selm.s.Tss.ss1 = s.ss0 | 1;
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | SELMAll.cpp | 890 rc = MMGCRamRead(pVM, &tss.ss0, &pTss->ss0, sizeof(tss.ss0)); 927 if (ssr0 != tss.ss0 || espr0 != tss.esp0) 928 Log(("SELMGetRing1Stack: Updating TSS ring 0 stack to %04X:%08X\n", tss.ss0, tss.esp0)); 933 selmSetRing1Stack(pVM, tss.ss0 | 1, (RTGCPTR32)tss.esp0);
|
H A D | IEMAllCImpl.cpp.h | 1214 cbNewStack = RT_SIZEOFMEMB(X86TSS32, esp0) + RT_SIZEOFMEMB(X86TSS32, ss0); 1220 cbNewStack = RT_SIZEOFMEMB(X86TSS16, sp0) + RT_SIZEOFMEMB(X86TSS16, ss0);
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | SELM.cpp | 465 pVM->selm.s.Tss.ss0 = pVM->selm.s.aHyperSel[SELM_HYPER_SEL_DS]; 474 pVM->selm.s.TssTrap08.ss0 = pVM->selm.s.aHyperSel[SELM_HYPER_SEL_DS]; 1647 if ((ssr0 & ~1) != Tss.ss0 || espr0 != Tss.esp0) 1652 Tss.ss0, Tss.esp0, (ssr0 & ~1), espr0, GCPhys)); 1653 AssertMsg(ssr0 != Tss.ss0, 1655 Tss.ss0, Tss.esp0, (ssr0 & ~1), espr0, GCPhys)); 1660 AssertMsg(!(Tss.ss0 & 3), ("ring-1 leak into TSS.SS0? %04X:%08X\n", Tss.ss0, Tss.esp0)); 1663 selmSetRing1Stack(pVM, Tss.ss0 | 1, Tss.esp0); 2017 || Tss.ss0 ! [all...] |
/vbox/include/VBox/ |
H A D | types.h | 788 RTSEL ss0; member in struct:VBOXTSS
|
/vbox/include/iprt/ |
H A D | x86.h | 3421 RTSEL ss0; member in struct:X86TSS16 3483 RTSEL ss0; member in struct:X86TSS32
|
/vbox/src/VBox/Debugger/ |
H A D | DBGCEmulateCodeView.cpp | 3307 pTss->ss0, pTss->sp0, pTss->ss1, pTss->sp1, pTss->ss2, pTss->sp2, 3332 pTss->ss0, pTss->esp0, pTss->ss1, pTss->esp1, pTss->ss2, pTss->esp2,
|
Completed in 898 milliseconds