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.c79 SiFiveEState *s = RISCV_E_MACHINE(machine); in sifive_e_machine_init()
126 SiFiveEState *s = RISCV_E_MACHINE(obj); in sifive_e_machine_get_revb()
133 SiFiveEState *s = RISCV_E_MACHINE(obj); in sifive_e_machine_set_revb()
140 SiFiveEState *s = RISCV_E_MACHINE(obj); in sifive_e_machine_instance_init()
168 .instance_size = sizeof(SiFiveEState),