2811ac3059
Move RTC devices under the hw/rtc/ subdirectory. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Artyom Tarasenko <atar4qemu@gmail.com> Message-Id: <20191003230404.19384-7-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
13 lines
541 B
Plaintext
13 lines
541 B
Plaintext
# See docs/devel/tracing.txt for syntax documentation.
|
|
|
|
# sun4v-rtc.c
|
|
sun4v_rtc_read(uint64_t addr, uint64_t value) "read: addr 0x%" PRIx64 " value 0x%" PRIx64
|
|
sun4v_rtc_write(uint64_t addr, uint64_t value) "write: addr 0x%" PRIx64 " value 0x%" PRIx64
|
|
|
|
# pl031.c
|
|
pl031_irq_state(int level) "irq state %d"
|
|
pl031_read(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x"
|
|
pl031_write(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x"
|
|
pl031_alarm_raised(void) "alarm raised"
|
|
pl031_set_alarm(uint32_t ticks) "alarm set for %u ticks"
|