Searched refs:hyperv_ref_tsc (Results 1 – 1 of 1) sorted by relevance
50 static struct hyperv_reftsc_ctx hyperv_ref_tsc; variable96 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()