Searched refs:L2x0State (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | arm_l2x0.c | 33 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), 57 VMSTATE_UINT32(filter_start, L2x0State), 58 VMSTATE_UINT32(filter_end, L2x0State), 68 L2x0State *s = (L2x0State *)opaque; in l2x0_priv_read() 110 L2x0State *s = (L2x0State *)opaque; in l2x0_priv_write() [all …]
|