Searched refs:vtimer (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/riscv/vmm/ |
| H A D | vmm_vtimer.c | 70 struct vtimer *vtimer; in vtimer_cpuinit() local 74 vtimer = &hypctx->vtimer; in vtimer_cpuinit() 75 mtx_init(&vtimer->mtx, "vtimer callout mutex", NULL, MTX_DEF); in vtimer_cpuinit() 76 callout_init_mtx(&vtimer->callout, &vtimer->mtx, 0); in vtimer_cpuinit() 82 vtimer->freq = freq; in vtimer_cpuinit() 101 struct vtimer *vtimer; in vtimer_set_timer() local 106 vtimer = &hypctx->vtimer; in vtimer_set_timer() 111 time = delta * SBT_1S / vtimer->freq; in vtimer_set_timer() 113 callout_reset_sbt(&vtimer->callout, time, 0, in vtimer_set_timer()
|
| H A D | riscv.h | 98 struct vtimer vtimer; member
|
| H A D | vmm_vtimer.h | 38 struct vtimer { struct
|
| /freebsd/sys/arm64/vmm/io/ |
| H A D | vtimer.c | 65 SYSCTL_NODE(_hw_vmm, OID_AUTO, vtimer, CTLFLAG_RW, NULL, NULL); 556 DEFINE_CLASS_0(vtimer, vtimer_driver, vtimer_methods, 559 DRIVER_MODULE(vtimer, generic_timer, vtimer_driver, 0, 0);
|
| /freebsd/sys/modules/vmm/ |
| H A D | Makefile | 43 vtimer.c
|
| /freebsd/sys/conf/ |
| H A D | files.arm64 | 182 arm64/vmm/io/vtimer.c optional vmm
|