Home
last modified time | relevance | path

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

/dragonfly/sys/cpu/x86_64/misc/
H A Dcputimer_tsc.c170 cpucounter_register(&tsc_cpucounter); in tsc_cputimer_register()
/dragonfly/sys/dev/virtual/hyperv/x86_64/
H A Dhyperv_machdep.c203 cpucounter_register(&hyperv_tsc_cpucounter); in hyperv_md_init()
/dragonfly/sys/sys/
H A Dsystimer.h310 void cpucounter_register(struct cpucounter *);
/dragonfly/sys/dev/virtual/hyperv/
H A Dhyperv.c315 cpucounter_register(&hyperv_cpucounter); in hyperv_init()
/dragonfly/sys/kern/
H A Dkern_cputimer.c665 cpucounter_register(struct cpucounter *cc) in cpucounter_register() function