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

/vbox/src/VBox/VMM/VMMR3/
H A DGIMMinimal.cpp72 * initialized (otherwise PDMApicGetTimerFreq() would fail).
107 rc = PDMApicGetTimerFreq(pVM, &uApicFreq);
/vbox/src/VBox/VMM/VMMAll/
H A DGIMAllHv.cpp145 int rc = PDMApicGetTimerFreq(pVM, puValue);
H A DPDMAll.cpp406 VMM_INT_DECL(int) PDMApicGetTimerFreq(PVM pVM, uint64_t *pu64Value) function
/vbox/include/VBox/vmm/
H A Dpdmapi.h56 VMM_INT_DECL(int) PDMApicGetTimerFreq(PVM pVM, uint64_t *pu64Value);

Completed in 1542 milliseconds