Home
last modified time | relevance | path

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

/qemu/hw/s390x/
H A Dcss.c395 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 Ds390-pci-inst.c946 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 Dtrace-events16 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 Dppc-spapr-hotplug.rst154 ``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 Dcss.h193 void release_indicator(AdapterInfo *adapter, IndAddr *indicator);
194 int map_indicator(AdapterInfo *adapter, IndAddr *indicator);
H A Ds390-pci-bus.h359 IndAddr *indicator; member
/qemu/hw/xen/
H A Dxen_pt_graphics.c162 uint8_t indicator; member
/qemu/docs/
H A Digd-assign.txt87 are a good indicator that such a problem exists. The host files /proc/iomem
/qemu/docs/interop/
H A Dbitmaps.rst157 an indicator of failure.
/qemu/
H A Dqemu-options.hx2741 guest. Instead it should be used as a indicator to inform the guest where to locate the real
/qemu/tests/tcg/i386/
H A Dx86.csv96 # For example, the Intel manual sometimes omits the modrm /r indicator or other trailing bytes,