Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Darm_l2x0.c33 OBJECT_DECLARE_SIMPLE_TYPE(L2x0State, ARM_L2X0)
35 struct L2x0State { struct
53 VMSTATE_UINT32(ctrl, L2x0State), argument
54 VMSTATE_UINT32(aux_ctrl, L2x0State),
55 VMSTATE_UINT32(data_ctrl, L2x0State),
56 VMSTATE_UINT32(tag_ctrl, L2x0State),
68 L2x0State *s = (L2x0State *)opaque; in l2x0_priv_read()
110 L2x0State *s = (L2x0State *)opaque; in l2x0_priv_write()
150 L2x0State *s = ARM_L2X0(dev); in l2x0_priv_reset()
168 L2x0State *s = ARM_L2X0(obj); in l2x0_priv_init()
[all …]