Searched refs:GTIMER_HYP (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | gtimer.h | 15 GTIMER_HYP = 2, enumerator
|
H A D | helper.c | 2939 return GTIMER_HYP; in gt_phys_redir_timeridx() 3124 gt_timer_reset(env, ri, GTIMER_HYP); in gt_hyp_timer_reset() 3130 gt_cval_write(env, ri, GTIMER_HYP, value); in gt_hyp_cval_write() 3135 return gt_tval_read(env, ri, GTIMER_HYP); in gt_hyp_tval_read() 3141 gt_tval_write(env, ri, GTIMER_HYP, value); in gt_hyp_tval_write() 3147 gt_ctl_write(env, ri, GTIMER_HYP, value); in gt_hyp_ctl_write() 3224 gt_recalc_timer(cpu, GTIMER_HYP); in arm_gt_htimer_cb() 6552 .fieldoffset = offsetof(CPUARMState, cp15.c14_timer[GTIMER_HYP].cval), 6556 .fieldoffset = offsetof(CPUARMState, cp15.c14_timer[GTIMER_HYP].cval), 6568 .fieldoffset = offsetof(CPUARMState, cp15.c14_timer[GTIMER_HYP].ctl),
|
H A D | cpu.c | 2075 cpu->gt_timer[GTIMER_HYP] = timer_new(QEMU_CLOCK_VIRTUAL, scale, in arm_cpu_realizefn()
|
/openbmc/qemu/hw/cpu/ |
H A D | a15mpcore.c | 103 [GTIMER_HYP] = 26, in a15mp_priv_realize()
|
/openbmc/qemu/hw/arm/ |
H A D | bcm2836.c | 159 qdev_connect_gpio_out(DEVICE(&s_base->cpu[n].core), GTIMER_HYP, in bcm2836_realize()
|
H A D | bcm2838.c | 170 qdev_connect_gpio_out(cpudev, GTIMER_HYP, in bcm2838_realize()
|
H A D | allwinner-h3.c | 296 [GTIMER_HYP] = AW_H3_GIC_PPI_HYPTIMER, in allwinner_h3_realize()
|
H A D | allwinner-r40.c | 370 [GTIMER_HYP] = AW_R40_GIC_PPI_HYPTIMER, in allwinner_r40_realize()
|
H A D | mps3r.c | 298 [GTIMER_HYP] = ARCH_TIMER_NS_EL2_IRQ, in create_gic()
|
H A D | aspeed_ast27x0.c | 445 [GTIMER_HYP] = ARCH_TIMER_NS_EL2_IRQ, in aspeed_soc_ast2700_gic_realize()
|
H A D | sbsa-ref.c | 484 [GTIMER_HYP] = ARCH_TIMER_NS_EL2_IRQ, in create_gic()
|
H A D | xlnx-zynqmp.c | 595 qdev_connect_gpio_out(DEVICE(&s->apu_cpu[i]), GTIMER_HYP, irq); in xlnx_zynqmp_realize()
|
H A D | xlnx-versal.c | 113 [GTIMER_HYP] = VERSAL_TIMER_NS_EL2_IRQ, in versal_create_apu_gic()
|
H A D | virt.c | 873 [GTIMER_HYP] = ARCH_TIMER_NS_EL2_IRQ, in create_gic()
|