Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw.h77 IndAddr *indicators;
78 IndAddr *indicators2;
79 IndAddr *summary_indicator;
H A Dcss.c227 IndAddr **parent;
235 IndAddr **ind_addr = ptmp->parent; in post_load_ind_addr()
248 IndAddr *ind_addr = *(ptmp->parent); in pre_save_ind_addr()
276 VMSTATE_WITH_TMP(IndAddr*, IndAddrPtrTmp, vmstate_ind_addr_tmp),
320 QTAILQ_HEAD(, IndAddr) indicator_addresses;
393 IndAddr *get_indicator(hwaddr ind_addr, int len) in get_indicator()
395 IndAddr *indicator; in get_indicator()
403 indicator = g_new0(IndAddr, 1); in get_indicator()
421 void release_indicator(AdapterInfo *adapter, IndAddr *indicator) in release_indicator()
435 int map_indicator(AdapterInfo *adapter, IndAddr *indicator) in map_indicator()
/openbmc/qemu/include/hw/s390x/
H A Dcss.h179 typedef struct IndAddr { struct
184 QTAILQ_ENTRY(IndAddr) sibling; argument
185 } IndAddr; typedef
190 VMSTATE_STRUCT(_f, _s, 1, vmstate_ind_addr, IndAddr*)
192 IndAddr *get_indicator(hwaddr ind_addr, int len);
193 void release_indicator(AdapterInfo *adapter, IndAddr *indicator);
194 int map_indicator(AdapterInfo *adapter, IndAddr *indicator);
H A Ds390-pci-bus.h358 IndAddr *summary_ind;
359 IndAddr *indicator;