Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/riscv/
H A Dsifive_e.h45 typedef struct SiFiveEState { struct
52 } SiFiveEState; argument
56 OBJECT_CHECK(SiFiveEState, (obj), TYPE_RISCV_E_MACHINE)
/openbmc/qemu/hw/riscv/
H A Dsifive_e.c78 SiFiveEState *s = RISCV_E_MACHINE(machine); in sifive_e_machine_init()
125 SiFiveEState *s = RISCV_E_MACHINE(obj); in sifive_e_machine_get_revb()
132 SiFiveEState *s = RISCV_E_MACHINE(obj); in sifive_e_machine_set_revb()
139 SiFiveEState *s = RISCV_E_MACHINE(obj); in sifive_e_machine_instance_init()
167 .instance_size = sizeof(SiFiveEState),