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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp8131 * @param pDescSs Where to return the fake stack descriptor.
8134 static void iemMemFakeStackSelDesc(PIEMSELDESC pDescSs, uint32_t uDpl) argument
8136 pDescSs->Long.au64[0] = 0;
8137 pDescSs->Long.au64[1] = 0;
8138 pDescSs->Long.Gen.u4Type = X86_SEL_TYPE_RW_ACC;
8139 pDescSs->Long.Gen.u1DescType = 1; /* 1 = code / data, 0 = system. */
8140 pDescSs->Long.Gen.u2Dpl = uDpl;
8141 pDescSs->Long.Gen.u1Present = 1;
8142 pDescSs->Long.Gen.u1Long = 1;

Completed in 148 milliseconds