Searched refs:base_host_tsc (Results 1 – 1 of 1) sorted by relevance
326 static uint64_t calc_tsc_offset(uint64_t base_host_tsc, uint64_t base_guest_tsc,4823 calc_tsc_offset(uint64_t base_host_tsc, uint64_t base_guest_tsc, uint64_t mult) in calc_tsc_offset() argument4825 const uint64_t htsc_scaled = vmm_scale_tsc(base_host_tsc, mult); in calc_tsc_offset()