Home
last modified time | relevance | path

Searched refs:hyperv_tsc_timecount (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/arch/x86/x86/
Dhyperv.c184 static u_int hyperv_tsc_timecount(struct timecounter *);
187 .tc_get_timecount = hyperv_tsc_timecount,
232 hyperv_tsc_timecount(struct timecounter *tc __unused) in hyperv_tsc_timecount() function