Home
last modified time | relevance | path

Searched refs:GTIMER_PHYS (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/target/arm/
H A Dgtimer.h13 GTIMER_PHYS = 0, enumerator
H A Dhelper.c2553 if (has_el2 && timeridx == GTIMER_PHYS && in gt_counter_access()
2594 if (has_el2 && timeridx == GTIMER_PHYS) { in gt_timer_access()
2621 return gt_counter_access(env, GTIMER_PHYS, isread); in gt_pct_access()
2634 return gt_timer_access(env, GTIMER_PHYS, isread); in gt_ptimer_access()
2734 (timeridx == GTIMER_PHYS && (cnthctl & R_CNTHCTL_CNTPMASK_MASK)))) { in gt_recalc_timer()
2750 gt_update_irq(cpu, GTIMER_PHYS); in gt_recalc_timer()
2777 case GTIMER_PHYS: in gt_recalc_timer()
2808 case GTIMER_PHYS: in gt_virt_cnt_offset()
2912 uint64_t offset = gt_direct_access_timer_offset(env, GTIMER_PHYS); in gt_phys_cval_write()
2987 gt_timer_reset(env, ri, GTIMER_PHYS); in gt_phys_redir_ctl_read()
[all...]
H A Dmachine.c1079 VMSTATE_TIMER_PTR(gt_timer[GTIMER_PHYS], ARMCPU),
H A Dkvm.c1275 qemu_set_irq(cpu->gt_timer_outputs[GTIMER_PHYS], in kvm_arch_post_run()
H A Dcpu.c2071 cpu->gt_timer[GTIMER_PHYS] = timer_new(QEMU_CLOCK_VIRTUAL, scale, in arm_cpu_realizefn()
/openbmc/qemu/hw/cpu/
H A Da15mpcore.c101 [GTIMER_PHYS] = 30, in a15mp_priv_realize()
/openbmc/qemu/hw/arm/
H A Dbcm2836.c155 qdev_connect_gpio_out(DEVICE(&s_base->cpu[n].core), GTIMER_PHYS, in bcm2836_realize()
H A Dbcm2838.c166 qdev_connect_gpio_out(cpudev, GTIMER_PHYS, in bcm2838_realize()
H A Dallwinner-h3.c294 [GTIMER_PHYS] = AW_H3_GIC_PPI_PHYSTIMER, in allwinner_h3_realize()
H A Dallwinner-r40.c368 [GTIMER_PHYS] = AW_R40_GIC_PPI_PHYSTIMER, in allwinner_r40_realize()
H A Dmps3r.c296 [GTIMER_PHYS] = ARCH_TIMER_NS_EL1_IRQ, in create_gic()
H A Daspeed_ast27x0.c443 [GTIMER_PHYS] = ARCH_TIMER_NS_EL1_IRQ, in aspeed_soc_ast2700_gic_realize()
H A Dsbsa-ref.c482 [GTIMER_PHYS] = ARCH_TIMER_NS_EL1_IRQ, in create_gic()
H A Dxlnx-zynqmp.c589 qdev_connect_gpio_out(DEVICE(&s->apu_cpu[i]), GTIMER_PHYS, irq); in xlnx_zynqmp_realize()
H A Dxlnx-versal.c111 [GTIMER_PHYS] = VERSAL_TIMER_NS_EL1_IRQ, in versal_create_apu_gic()
H A Dvirt.c871 [GTIMER_PHYS] = ARCH_TIMER_NS_EL1_IRQ, in create_gic()