Searched refs:gt_recalc_timer (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | helper.c | 2840 static void gt_recalc_timer(ARMCPU *cpu, int timeridx) in gt_recalc_timer() function 2928 gt_recalc_timer(env_archcpu(env), timeridx); in gt_cval_write() 2951 gt_recalc_timer(env_archcpu(env), timeridx); in do_tval_write() 2974 gt_recalc_timer(cpu, timeridx); in gt_ctl_write() 3165 gt_recalc_timer(cpu, GTIMER_VIRT); in gt_cntvoff_write() 3354 gt_recalc_timer(cpu, GTIMER_PHYS); in arm_gt_ptimer_cb() 3361 gt_recalc_timer(cpu, GTIMER_VIRT); in arm_gt_vtimer_cb() 3368 gt_recalc_timer(cpu, GTIMER_HYP); in arm_gt_htimer_cb() 3375 gt_recalc_timer(cpu, GTIMER_SEC); in arm_gt_stimer_cb() 3382 gt_recalc_timer(cpu, GTIMER_S_EL2_PHYS); in arm_gt_sel2timer_cb() [all …]
|