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

/vbox/src/VBox/VMM/VMMAll/
H A DTRPMAll.cpp514 VBOXIDTE GuestIdte; local
535 rc = MMGCRamRead(pVM, &GuestIdte, (void *)(uintptr_t)pIDTEntry, sizeof(GuestIdte));
537 rc = PGMPhysSimpleReadGCPtr(pVCpu, &GuestIdte, pIDTEntry, sizeof(GuestIdte));
550 rc = MMGCRamRead(pVM, &GuestIdte, (void *)(uintptr_t)pIDTEntry, sizeof(GuestIdte));
552 rc = PGMPhysSimpleReadGCPtr(pVCpu, &GuestIdte, pIDTEntry, sizeof(GuestIdte));
556 && GuestIdte
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DTRPM.cpp1328 VBOXIDTE GuestIdte; local
1329 int rc = PGMPhysSimpleReadGCPtr(pVCpu, &GuestIdte, GCPtrIDT + iTrap * sizeof(GuestIdte), sizeof(GuestIdte));
1370 if ( GuestIdte.Gen.u1Present
1371 && ( GuestIdte.Gen.u5Type2 == VBOX_IDTE_TYPE2_TRAP_32
1372 || GuestIdte.Gen.u5Type2 == VBOX_IDTE_TYPE2_INT_32)
1373 && GuestIdte.Gen.u2DPL == 3)
1377 GuestIdte.Gen.u5Type2 = VBOX_IDTE_TYPE2_TRAP_32;
1378 GuestIdte
[all...]

Completed in 2461 milliseconds