Searched refs:timer_new (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | timer.h | 535 static inline QEMUTimer *timer_new(QEMUClockType type, int scale, in timer_new() function 556 return timer_new(type, SCALE_NS, cb, opaque); in timer_new_ns() 574 return timer_new(type, SCALE_US, cb, opaque); in timer_new_us() 592 return timer_new(type, SCALE_MS, cb, opaque); in timer_new_ms()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.c | 2071 cpu->gt_timer[GTIMER_PHYS] = timer_new(QEMU_CLOCK_VIRTUAL, scale, in arm_cpu_realizefn() 2073 cpu->gt_timer[GTIMER_VIRT] = timer_new(QEMU_CLOCK_VIRTUAL, scale, in arm_cpu_realizefn() 2075 cpu->gt_timer[GTIMER_HYP] = timer_new(QEMU_CLOCK_VIRTUAL, scale, in arm_cpu_realizefn() 2077 cpu->gt_timer[GTIMER_SEC] = timer_new(QEMU_CLOCK_VIRTUAL, scale, in arm_cpu_realizefn() 2079 cpu->gt_timer[GTIMER_HYPVIRT] = timer_new(QEMU_CLOCK_VIRTUAL, scale, in arm_cpu_realizefn()
|
/openbmc/qemu/net/ |
H A D | slirp.c | 292 .timer_new = net_slirp_timer_new,
|