Searched refs:vtimer_cpu (Results 1 – 4 of 4) sorted by relevance
101 if (hypctx->vtimer_cpu.virt_timer.cntx_cval_el0 < cntpct_el0) in vtimer_virtual_timer_intr()105 cntv_ctl = hypctx->vtimer_cpu.virt_timer.cntx_ctl_el0; in vtimer_virtual_timer_intr()213 struct vtimer_cpu *vtimer_cpu; in vtimer_cpuinit() local215 vtimer_cpu = &hypctx->vtimer_cpu; in vtimer_cpuinit()222 vtimer_cpu->phys_timer.cntx_ctl_el0 = CNTP_CTL_IMASK & ~CNTP_CTL_ENABLE; in vtimer_cpuinit()224 mtx_init(&vtimer_cpu->phys_timer.mtx, "vtimer phys callout mutex", NULL, in vtimer_cpuinit()226 callout_init_mtx(&vtimer_cpu->phys_timer.callout, in vtimer_cpuinit()227 &vtimer_cpu->phys_timer.mtx, 0); in vtimer_cpuinit()228 vtimer_cpu->phys_timer.irqid = GT_PHYS_NS_IRQ; in vtimer_cpuinit()230 mtx_init(&vtimer_cpu->virt_timer.mtx, "vtimer virt callout mutex", NULL, in vtimer_cpuinit()[all …]
62 struct vtimer_cpu { struct
51 hypctx->vtimer_cpu.cntkctl_el1 = in vmm_hyp_reg_store()53 hypctx->vtimer_cpu.virt_timer.cntx_cval_el0 = in vmm_hyp_reg_store()55 hypctx->vtimer_cpu.virt_timer.cntx_ctl_el0 = in vmm_hyp_reg_store()64 hypctx->vtimer_cpu.phys_timer.cntx_cval_el0 = in vmm_hyp_reg_store()66 hypctx->vtimer_cpu.phys_timer.cntx_ctl_el0 = in vmm_hyp_reg_store()481 hypctx->vtimer_cpu.cntkctl_el1); in vmm_hyp_reg_restore()483 hypctx->vtimer_cpu.virt_timer.cntx_cval_el0); in vmm_hyp_reg_restore()485 hypctx->vtimer_cpu.virt_timer.cntx_ctl_el0); in vmm_hyp_reg_restore()506 hypctx->vtimer_cpu.phys_timer.cntx_cval_el0); in vmm_hyp_reg_restore()508 hypctx->vtimer_cpu.phys_timer.cntx_ctl_el0); in vmm_hyp_reg_restore()
127 struct vtimer_cpu vtimer_cpu; member