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.c235 IndAddr **parent;
243 IndAddr **ind_addr = ptmp->parent; in post_load_ind_addr()
256 IndAddr *ind_addr = *(ptmp->parent); in pre_save_ind_addr()
284 VMSTATE_WITH_TMP(IndAddr*, IndAddrPtrTmp, vmstate_ind_addr_tmp),
328 QTAILQ_HEAD(, IndAddr) indicator_addresses;
422 IndAddr *get_indicator(hwaddr ind_addr, int len) in get_indicator()
424 IndAddr *indicator; in get_indicator()
432 indicator = g_new0(IndAddr, 1); in get_indicator()
450 void release_indicator(AdapterInfo *adapter, IndAddr *indicator) in release_indicator()
464 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.h357 IndAddr *summary_ind;
358 IndAddr *indicator;