Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pv/
Dhypervreg.h75 #define MSR_HV_TIME_REF_COUNT 0x40000020 macro
Dhyperv.c340 u_int now = rdmsr(MSR_HV_TIME_REF_COUNT); in hv_gettime()
352 start = rdmsr(MSR_HV_TIME_REF_COUNT); in hv_delay()
353 while (rdmsr(MSR_HV_TIME_REF_COUNT) - start < interval) in hv_delay()