Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/hyperv/x86_64/
HDhyperv_machdep.c41 struct hyperv_reftsc *tsc_ref;
96 struct hyperv_reftsc *tsc_ref = hyperv_ref_tsc.tsc_ref; \
187 sizeof(struct hyperv_reftsc), &hyperv_ref_tsc.tsc_ref_dma, in hyperv_md_init()
/dragonfly/sys/dev/virtual/hyperv/
HDhyperv_reg.h144 struct hyperv_reftsc { struct
150 CTASSERT(sizeof(struct hyperv_reftsc) == PAGE_SIZE); argument