Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/riscv/
H A Dsifive_u.h63 OBJECT_CHECK(SiFiveUState, (obj), TYPE_RISCV_U_MACHINE)
65 typedef struct SiFiveUState { struct
76 } SiFiveUState; argument
/openbmc/qemu/hw/riscv/
H A Dsifive_u.c96 static void create_fdt(SiFiveUState *s, const MemMapEntry *memmap, in create_fdt()
515 SiFiveUState *s = RISCV_U_MACHINE(machine); in sifive_u_machine_init()
683 SiFiveUState *s = RISCV_U_MACHINE(obj); in sifive_u_machine_get_start_in_flash()
690 SiFiveUState *s = RISCV_U_MACHINE(obj); in sifive_u_machine_set_start_in_flash()
697 SiFiveUState *s = RISCV_U_MACHINE(obj); in sifive_u_machine_instance_init()
738 .instance_size = sizeof(SiFiveUState),