Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x86/x86/
H A Dhyperv.c174 struct hyperv_ref_tsc { struct
179 static struct hyperv_ref_tsc hyperv_ref_tsc; argument
202 struct hyperv_reftsc *tsc_ref = hyperv_ref_tsc.tsc_ref; in hyperv_tc64_tsc()
246 hyperv_ref_tsc.tsc_ref = (void *)uvm_km_alloc(kernel_map, in hyperv_tsc_tcinit()
248 if (hyperv_ref_tsc.tsc_ref == NULL) { in hyperv_tsc_tcinit()
253 if (!pmap_extract(pmap_kernel(), (vaddr_t)hyperv_ref_tsc.tsc_ref, in hyperv_tsc_tcinit()
254 &hyperv_ref_tsc.tsc_paddr)) { in hyperv_tsc_tcinit()
256 uvm_km_free(kernel_map, (vaddr_t)hyperv_ref_tsc.tsc_ref, in hyperv_tsc_tcinit()
258 hyperv_ref_tsc.tsc_ref = NULL; in hyperv_tsc_tcinit()
264 (atop(hyperv_ref_tsc.tsc_paddr) << MSR_HV_REFTSC_PGSHIFT); in hyperv_tsc_tcinit()