Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/riscv/
H A Dopentitan.h31 OBJECT_DECLARE_SIMPLE_TYPE(LowRISCIbexSoCState, RISCV_IBEX_SOC)
39 struct LowRISCIbexSoCState { struct
65 LowRISCIbexSoCState soc; argument
/openbmc/qemu/hw/riscv/
H A Dopentitan.c126 LowRISCIbexSoCState *s = RISCV_IBEX_SOC(obj); in lowrisc_ibex_soc_init()
148 LowRISCIbexSoCState *s = RISCV_IBEX_SOC(dev_soc); in lowrisc_ibex_soc_realize()
310 DEFINE_PROP_UINT32("resetvec", LowRISCIbexSoCState, resetvec, 0x20000400),
328 .instance_size = sizeof(LowRISCIbexSoCState),