Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/intc/
H A Driscv_aclint.h54 #define TYPE_RISCV_ACLINT_SWI "riscv.aclint.swi" macro
57 OBJECT_CHECK(RISCVAclintSwiState, (obj), TYPE_RISCV_ACLINT_SWI)
/openbmc/qemu/hw/intc/
H A Driscv_aclint.c478 TYPE_RISCV_ACLINT_SWI, RISCV_ACLINT_SWI_SIZE); in riscv_aclint_swi_realize()
524 .name = TYPE_RISCV_ACLINT_SWI,
537 DeviceState *dev = qdev_new(TYPE_RISCV_ACLINT_SWI); in riscv_aclint_swi_create()