Searched refs:indicator (Results 1 – 11 of 11) sorted by relevance
/qemu/hw/s390x/ |
H A D | css.c | 395 IndAddr *indicator; in get_indicator() local 397 QTAILQ_FOREACH(indicator, &channel_subsys.indicator_addresses, sibling) { in get_indicator() 398 if (indicator->addr == ind_addr) { in get_indicator() 399 indicator->refcnt++; in get_indicator() 400 return indicator; in get_indicator() 403 indicator = g_new0(IndAddr, 1); in get_indicator() 404 indicator->addr = ind_addr; in get_indicator() 405 indicator->len = len; in get_indicator() 406 indicator->refcnt = 1; in get_indicator() 408 indicator, sibling); in get_indicator() [all …]
|
H A D | s390-pci-inst.c | 946 pbdev->indicator = get_indicator(ldq_be_p(&fib.aibv), len); in reg_irqs() 953 ret = map_indicator(&pbdev->routes.adapter, pbdev->indicator); in reg_irqs() 970 release_indicator(&pbdev->routes.adapter, pbdev->indicator); in reg_irqs() 972 pbdev->indicator = NULL; in reg_irqs() 979 release_indicator(&pbdev->routes.adapter, pbdev->indicator); in pci_dereg_irqs() 982 pbdev->indicator = NULL; in pci_dereg_irqs()
|
H A D | trace-events | 16 virtio_ccw_set_ind(uint64_t ind_loc, uint8_t ind_old, uint8_t ind_new) "VIRTIO-CCW: indicator at %"…
|
/qemu/docs/specs/ |
H A D | ppc-spapr-hotplug.rst | 154 ``rtas-set-indicator`` 157 Set the state of an indicator or sensor. 159 ``arg[0]``: integer identifying sensor/indicator type. 168 For the purpose of this document we focus on the indicator/sensor types 178 * ``9002``: ``dr-indicator``, controls "visual" indicator associated with 211 Used to read an indicator or sensor value. 213 ``arg[0]``: integer identifying sensor/indicator type. 222 ``rtas-set-indicator``. The semantics/encodings of the sensor values are
|
/qemu/include/hw/s390x/ |
H A D | css.h | 193 void release_indicator(AdapterInfo *adapter, IndAddr *indicator); 194 int map_indicator(AdapterInfo *adapter, IndAddr *indicator);
|
H A D | s390-pci-bus.h | 359 IndAddr *indicator; member
|
/qemu/hw/xen/ |
H A D | xen_pt_graphics.c | 162 uint8_t indicator; member
|
/qemu/docs/ |
H A D | igd-assign.txt | 87 are a good indicator that such a problem exists. The host files /proc/iomem
|
/qemu/docs/interop/ |
H A D | bitmaps.rst | 157 an indicator of failure.
|
/qemu/ |
H A D | qemu-options.hx | 2741 guest. Instead it should be used as a indicator to inform the guest where to locate the real
|
/qemu/tests/tcg/i386/ |
H A D | x86.csv | 96 # For example, the Intel manual sometimes omits the modrm /r indicator or other trailing bytes,
|