Searched refs:cbLdt (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTCoreDump.h117 size_t cbLdt; /* Size of the LDT info. */ member in struct:VBOXPROCESS
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.h123 size_t cbLdt; /**< Size of the LDT info. */ member in struct:RTSOLCOREPROCESS
H A Dcoredumper-solaris.cpp568 return ProcReadFileInto(pSolCore, "ldt", &pSolProc->pvLdt, &pSolProc->cbLdt);
1434 if (pSolProc->cbLdt > 0)
1435 cb += ElfNoteHeaderSize(pSolProc->cbLdt);
/vbox/src/VBox/VMM/VMMR3/
H A DSELM.cpp1089 uint32_t cbLdt = X86DESC_LIMIT_G(pDesc); local
1094 if ( !cbLdt
1099 AssertMsg(!cbLdt, ("Invalid LDT %04x!\n", SelLdt));
1101 /* cbLdt > 0:
1115 AssertMsg(RT_ALIGN(cbLdt + 1, sizeof(X86DESC)) == cbLdt + 1 && cbLdt <= 0xffff, ("cbLdt=%d\n", cbLdt)); local
1132 || cbLdt !
1849 uint32_t cbLdt = X86DESC_LIMIT_G(&LDTDesc); local
1857 AssertMsg(RT_ALIGN(cbLdt + 1, sizeof(X86DESC)) == cbLdt + 1 && cbLdt <= 0xffff, ("cbLdt=%d\\n", cbLdt)); local
2668 uint32_t cbLdt; local
[all...]

Completed in 41 milliseconds