Searched refs:gt_recalc_timer (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | helper.c | 2730 static void gt_recalc_timer(ARMCPU *cpu, int timeridx) in gt_recalc_timer() function 2839 gt_recalc_timer(env_archcpu(env), timeridx); in gt_cval_write() 2880 gt_recalc_timer(env_archcpu(env), timeridx); in gt_tval_write() 2894 gt_recalc_timer(cpu, timeridx); in gt_ctl_write() 3077 gt_recalc_timer(cpu, GTIMER_VIRT); in gt_cntvoff_write() 3210 gt_recalc_timer(cpu, GTIMER_PHYS); in arm_gt_ptimer_cb() 3217 gt_recalc_timer(cpu, GTIMER_VIRT); in arm_gt_vtimer_cb() 3224 gt_recalc_timer(cpu, GTIMER_HYP); in arm_gt_htimer_cb() 3231 gt_recalc_timer(cpu, GTIMER_SEC); in arm_gt_stimer_cb() 3238 gt_recalc_timer(cpu, GTIMER_HYPVIRT); in arm_gt_hvtimer_cb() [all …]
|