Home
last modified time | relevance | path

Searched refs:TYPE_RISCV_ACLINT_MTIMER (Results 1 – 2 of 2) sorted by relevance

/qemu/include/hw/intc/
H A Driscv_aclint.h26 #define TYPE_RISCV_ACLINT_MTIMER "riscv.aclint.mtimer" macro
29 OBJECT_CHECK(RISCVAclintMTimerState, (obj), TYPE_RISCV_ACLINT_MTIMER)
/qemu/hw/intc/
H A Driscv_aclint.c286 s, TYPE_RISCV_ACLINT_MTIMER, s->aperture_size); in riscv_aclint_mtimer_realize()
343 .name = TYPE_RISCV_ACLINT_MTIMER,
358 DeviceState *dev = qdev_new(TYPE_RISCV_ACLINT_MTIMER); in riscv_aclint_mtimer_create()