Searched refs:phys_timer (Results 1 – 3 of 3) sorted by relevance
148 vtimer_cpu->phys_timer.cntx_ctl_el0 = CNTP_CTL_IMASK & ~CNTP_CTL_ENABLE; in vtimer_cpuinit()150 mtx_init(&vtimer_cpu->phys_timer.mtx, "vtimer phys callout mutex", NULL, in vtimer_cpuinit()152 callout_init_mtx(&vtimer_cpu->phys_timer.callout, in vtimer_cpuinit()153 &vtimer_cpu->phys_timer.mtx, 0); in vtimer_cpuinit()154 vtimer_cpu->phys_timer.irqid = GT_PHYS_NS_IRQ; in vtimer_cpuinit()234 callout_drain(&vtimer_cpu->phys_timer.callout); in vtimer_cpucleanup()236 mtx_destroy(&vtimer_cpu->phys_timer.mtx); in vtimer_cpucleanup()287 vtime_sync_timer(hypctx, &hypctx->vtimer_cpu.phys_timer, in vtimer_sync_hwstate()299 hypctx->vtimer_cpu.phys_timer.irqid, true); in vtimer_inject_irq_callout_phys()321 timer = &hypctx->vtimer_cpu.phys_timer; in vtimer_schedule_irq()[all …]
58 struct vtimer_timer phys_timer; member
265 hypctx->vtimer_cpu.phys_timer.cntx_cval_el0 = in vmm_hyp_reg_store_timer()267 hypctx->vtimer_cpu.phys_timer.cntx_ctl_el0 = in vmm_hyp_reg_store_timer()626 hypctx->vtimer_cpu.phys_timer.cntx_cval_el0); in vmm_hyp_reg_restore_timer()628 hypctx->vtimer_cpu.phys_timer.cntx_ctl_el0); in vmm_hyp_reg_restore_timer()