Changeset 53230 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Nov 5, 2014 11:08:25 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96779
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r53229 r53230 7278 7278 * @param u64TSC The current TSC. 7279 7279 * @param iTick The current timer tick. 7280 * 7281 * @remarks Can be called with interrupts disabled! 7280 7282 */ 7281 7283 static void supdrvGipDoUpdateCpu(PSUPDRVDEVEXT pDevExt, PSUPGIPCPU pGipCpu, uint64_t u64NanoTS, uint64_t u64TSC, uint64_t iTick) … … 7399 7401 * @param idCpu The CPU ID. 7400 7402 * @param iTick The current timer tick. 7403 * 7404 * @remarks Can be called with interrupts disabled! 7401 7405 */ 7402 7406 static void supdrvGipUpdate(PSUPDRVDEVEXT pDevExt, uint64_t u64NanoTS, uint64_t u64TSC, RTCPUID idCpu, uint64_t iTick) … … 7478 7482 * @param idApic The APIC id for the CPU index. 7479 7483 * @param iTick The current timer tick. 7484 * 7485 * @remarks Can be called with interrupts disabled! 7480 7486 */ 7481 7487 static void supdrvGipUpdatePerCpu(PSUPDRVDEVEXT pDevExt, uint64_t u64NanoTS, uint64_t u64TSC,
Note:
See TracChangeset
for help on using the changeset viewer.