Home
last modified time | relevance | path

Searched refs:GTIMER_VIRT (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/target/arm/
H A Dgtimer.h14 GTIMER_VIRT = 1, enumerator
H A Dhelper.c2559 if (has_el2 && timeridx == GTIMER_VIRT) { in gt_counter_access()
2607 if (has_el2 && timeridx == GTIMER_VIRT) { in gt_timer_access()
2628 return gt_counter_access(env, GTIMER_VIRT, isread); in gt_vct_access()
2640 return gt_timer_access(env, GTIMER_VIRT, isread); in gt_vtimer_access()
2733 ((timeridx == GTIMER_VIRT && (cnthctl & R_CNTHCTL_CNTVMASK_MASK)) || in gt_recalc_timer()
2749 gt_update_irq(cpu, GTIMER_VIRT); in gt_recalc_timer()
2779 case GTIMER_VIRT: in gt_recalc_timer()
2813 case GTIMER_VIRT: in gt_virt_cnt_offset()
2918 uint64_t offset = gt_direct_access_timer_offset(env, GTIMER_VIRT); in gt_phys_tval_read()
3033 return GTIMER_VIRT; in gt_cnthctl_write()
[all...]
H A Dmachine.c1080 VMSTATE_TIMER_PTR(gt_timer[GTIMER_VIRT], ARMCPU),
H A Dkvm.c1268 qemu_set_irq(cpu->gt_timer_outputs[GTIMER_VIRT], in kvm_arch_post_run()
H A Dcpu.c2073 cpu->gt_timer[GTIMER_VIRT] = timer_new(QEMU_CLOCK_VIRTUAL, scale, in arm_cpu_realizefn()
/openbmc/qemu/hw/cpu/
H A Da15mpcore.c102 [GTIMER_VIRT] = 27, in a15mp_priv_realize()
/openbmc/qemu/hw/arm/
H A Dbcm2836.c157 qdev_connect_gpio_out(DEVICE(&s_base->cpu[n].core), GTIMER_VIRT, in bcm2836_realize()
H A Dbcm2838.c168 qdev_connect_gpio_out(cpudev, GTIMER_VIRT, in bcm2838_realize()
H A Dallwinner-h3.c295 [GTIMER_VIRT] = AW_H3_GIC_PPI_VIRTTIMER, in allwinner_h3_realize()
H A Dallwinner-r40.c369 [GTIMER_VIRT] = AW_R40_GIC_PPI_VIRTTIMER, in allwinner_r40_realize()
H A Dmps3r.c297 [GTIMER_VIRT] = ARCH_TIMER_VIRT_IRQ, in create_gic()
H A Daspeed_ast27x0.c444 [GTIMER_VIRT] = ARCH_TIMER_VIRT_IRQ, in aspeed_soc_ast2700_gic_realize()
H A Dsbsa-ref.c483 [GTIMER_VIRT] = ARCH_TIMER_VIRT_IRQ, in create_gic()
H A Dxlnx-zynqmp.c592 qdev_connect_gpio_out(DEVICE(&s->apu_cpu[i]), GTIMER_VIRT, irq); in xlnx_zynqmp_realize()
H A Dxlnx-versal.c112 [GTIMER_VIRT] = VERSAL_TIMER_VIRT_IRQ, in versal_create_apu_gic()
H A Dvirt.c872 [GTIMER_VIRT] = ARCH_TIMER_VIRT_IRQ, in create_gic()
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c1873 qemu_set_irq(arm_cpu->gt_timer_outputs[GTIMER_VIRT], irq_state); in hvf_vcpu_exec()
1917 qemu_set_irq(arm_cpu->gt_timer_outputs[GTIMER_VIRT], 1); in hvf_vcpu_exec()