Searched refs:GTIMER_SEC (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | gtimer.h | 16 GTIMER_SEC = 3, enumerator
|
H A D | helper.c | 2782 case GTIMER_SEC: in gt_recalc_timer() 2830 case GTIMER_SEC: in gt_virt_cnt_read() 3240 gt_timer_reset(env, ri, GTIMER_SEC); 3246 gt_cval_write(env, ri, GTIMER_SEC, value); 3251 return gt_tval_read(env, ri, GTIMER_SEC); 3257 gt_tval_write(env, ri, GTIMER_SEC, value); 3263 gt_ctl_write(env, ri, GTIMER_SEC, value); 3375 gt_recalc_timer(cpu, GTIMER_SEC); 3439 cp15.c14_timer[GTIMER_SEC].ctl), 3536 .fieldoffset = offsetof(CPUARMState, cp15.c14_timer[GTIMER_SEC] [all...] |
H A D | cpu.c | 2077 cpu->gt_timer[GTIMER_SEC] = timer_new(QEMU_CLOCK_VIRTUAL, scale, in arm_cpu_realizefn()
|
/openbmc/qemu/hw/cpu/ |
H A D | a15mpcore.c | 104 [GTIMER_SEC] = 29, in a15mp_priv_realize()
|
/openbmc/qemu/hw/arm/ |
H A D | bcm2836.c | 161 qdev_connect_gpio_out(DEVICE(&s_base->cpu[n].core), GTIMER_SEC, in bcm2836_realize()
|
H A D | bcm2838.c | 172 qdev_connect_gpio_out(cpudev, GTIMER_SEC, in bcm2838_realize()
|
H A D | allwinner-h3.c | 297 [GTIMER_SEC] = AW_H3_GIC_PPI_SECTIMER, in allwinner_h3_realize()
|
H A D | allwinner-r40.c | 371 [GTIMER_SEC] = AW_R40_GIC_PPI_SECTIMER, in allwinner_r40_realize()
|
H A D | aspeed_ast27x0.c | 446 [GTIMER_SEC] = ARCH_TIMER_S_EL1_IRQ, in aspeed_soc_ast2700_gic_realize()
|
H A D | sbsa-ref.c | 485 [GTIMER_SEC] = ARCH_TIMER_S_EL1_IRQ, in create_gic()
|
H A D | xlnx-zynqmp.c | 598 qdev_connect_gpio_out(DEVICE(&s->apu_cpu[i]), GTIMER_SEC, irq); in xlnx_zynqmp_realize()
|
H A D | xlnx-versal.c | 114 [GTIMER_SEC] = VERSAL_TIMER_S_EL1_IRQ, in versal_create_apu_gic()
|
H A D | virt.c | 874 [GTIMER_SEC] = ARCH_TIMER_S_EL1_IRQ, in create_gic()
|