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

/vbox/src/VBox/Devices/PC/
H A DDevAPIC.cpp854 * apicReadRegister helper for dealing with invalid register access.
891 static int apicReadRegister(APICDeviceInfo *pDev, APICState *pApic, uint32_t iReg, uint64_t *pu64Value, function
934 Log(("apicReadRegister: %x -> write only returning 0\n", iReg));
1075 return apicReadRegister(pDev, pApic, iReg, pu64Value, VINF_SUCCESS /*rcBusy*/, true /*fMsr*/);
1492 * @remarks Caller (apicReadRegister) takes both the TM and APIC locks before
1856 /* Note! apicReadRegister does its own locking. */
1858 int rc = apicReadRegister(pDev, pApic, (GCPhysAddr >> 4) & 0xff, &u64Value, VINF_IOM_R3_MMIO_READ, false /*fMsr*/);
1883 * Wrapper around apicReadRegister.
1893 int rc = apicReadRegister(pDev, pApic, iReg, &u64Value, VINF_SUCCESS, true /*fMsr*/);

Completed in 52 milliseconds