Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/virtual/hyperv/x86_64/
H A Dhyperv_machdep.c50 static struct hyperv_reftsc_ctx hyperv_ref_tsc; variable
96 struct hyperv_reftsc *tsc_ref = hyperv_ref_tsc.tsc_ref; \
186 hyperv_ref_tsc.tsc_ref = hyperv_dmamem_alloc(NULL, PAGE_SIZE, 0, in hyperv_md_init()
187 sizeof(struct hyperv_reftsc), &hyperv_ref_tsc.tsc_ref_dma, in hyperv_md_init()
189 if (hyperv_ref_tsc.tsc_ref == NULL) { in hyperv_md_init()
196 ((hyperv_ref_tsc.tsc_ref_dma.hv_paddr >> PAGE_SHIFT) << in hyperv_md_init()
211 if (hyperv_ref_tsc.tsc_ref != NULL) { in hyperv_md_uninit()
222 hyperv_dmamem_free(&hyperv_ref_tsc.tsc_ref_dma, in hyperv_md_uninit()
223 hyperv_ref_tsc.tsc_ref); in hyperv_md_uninit()
224 hyperv_ref_tsc.tsc_ref = NULL; in hyperv_md_uninit()