Searched refs:timer_new (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/include/qemu/ |
| H A D | timer.h | 539 static inline QEMUTimer *timer_new(QEMUClockType type, int scale, in timer_new() function 562 return timer_new(type, SCALE_NS, cb, opaque); in timer_new_ns() 582 return timer_new(type, SCALE_US, cb, opaque); in timer_new_us() 602 return timer_new(type, SCALE_MS, cb, opaque); in timer_new_ms()
|
| /openbmc/qemu/target/arm/ |
| H A D | cpu.c | 2065 cpu->gt_timer[GTIMER_PHYS] = timer_new(QEMU_CLOCK_VIRTUAL, scale, in arm_cpu_realizefn() 2067 cpu->gt_timer[GTIMER_VIRT] = timer_new(QEMU_CLOCK_VIRTUAL, scale, in arm_cpu_realizefn() 2069 cpu->gt_timer[GTIMER_HYP] = timer_new(QEMU_CLOCK_VIRTUAL, scale, in arm_cpu_realizefn() 2071 cpu->gt_timer[GTIMER_SEC] = timer_new(QEMU_CLOCK_VIRTUAL, scale, in arm_cpu_realizefn() 2073 cpu->gt_timer[GTIMER_HYPVIRT] = timer_new(QEMU_CLOCK_VIRTUAL, scale, in arm_cpu_realizefn() 2075 cpu->gt_timer[GTIMER_S_EL2_PHYS] = timer_new(QEMU_CLOCK_VIRTUAL, scale, in arm_cpu_realizefn() 2077 cpu->gt_timer[GTIMER_S_EL2_VIRT] = 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,
|