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

/vbox/include/VBox/vmm/
H A Dcpum.h1101 VMMR0_INT_DECL(uint64_t) CPUMR0GetGuestTscAux(PVMCPU pVCpu);
/vbox/src/VBox/VMM/VMMAll/
H A DCPUMAllMsrs.cpp5632 VMMR0_INT_DECL(uint64_t) CPUMR0GetGuestTscAux(PVMCPU pVCpu) function
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp3156 uint64_t u64GuestTscAux = CPUMR0GetGuestTscAux(pVCpu);
H A DHMVMXR0.cpp8786 bool fMsrUpdated = hmR0VmxAddAutoLoadStoreMsr(pVCpu, MSR_K8_TSC_AUX, CPUMR0GetGuestTscAux(pVCpu),

Completed in 170 milliseconds