Searched refs:BitBandState (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/arm/ |
H A D | armv7m.h | 21 OBJECT_DECLARE_SIMPLE_TYPE(BitBandState, BITBAND) 23 struct BitBandState { struct 70 BitBandState bitband[ARMV7M_NUM_BITBANDS];
|
/openbmc/qemu/hw/arm/ |
H A D | armv7m.c | 32 static inline hwaddr bitband_addr(BitBandState *s, hwaddr offset) in bitband_addr() 40 BitBandState *s = opaque; in bitband_read() 65 BitBandState *s = opaque; in bitband_write() 103 BitBandState *s = BITBAND(obj); in bitband_init() 113 BitBandState *s = BITBAND(dev); in bitband_realize() 635 DEFINE_PROP_UINT32("base", BitBandState, base, 0), 636 DEFINE_PROP_LINK("source-memory", BitBandState, source_memory, 652 .instance_size = sizeof(BitBandState),
|