Home
last modified time | relevance | path

Searched full:indicator (Results 1 – 25 of 53) sorted by relevance

123

/qemu/include/hw/ppc/
H A Dspapr_drc.h78 * set via set-indicator RTAS calls
90 * set via set-indicator RTAS calls
106 * DR-indicator (LED/visual indicator)
108 * set via set-indicator RTAS calls
218 /* DR-indicator */
/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/qemu/
H A Dguest-random.h18 * @errp: an error indicator
48 * @errp: an error indicator
/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/include/hw/usb/
H A Dehci-regs.h66 #define PORTSC_PIC (3 << 14) // Port Indicator Control
67 #define PORTSC_PIC_SH 14 // Port Indicator Control Shift
/qemu/include/standard-headers/linux/
H A Dpci_regs.h376 #define PCI_EA_BEI 0x000000f0 /* BAR Equivalent Indicator */
497 #define PCI_EXP_DEVCAP_ATN_IND 0x00002000 /* Attention Indicator Present */
498 #define PCI_EXP_DEVCAP_PWR_IND 0x00004000 /* Power Indicator Present */
592 #define PCI_EXP_SLTCAP_AIP 0x00000008 /* Attention Indicator Present */
593 #define PCI_EXP_SLTCAP_PIP 0x00000010 /* Power Indicator Present */
608 #define PCI_EXP_SLTCTL_AIC 0x00c0 /* Attention Indicator Control */
609 #define PCI_EXP_SLTCTL_ATTN_IND_SHIFT 6 /* Attention Indicator shift */
610 #define PCI_EXP_SLTCTL_ATTN_IND_ON 0x0040 /* Attention Indicator on */
611 #define PCI_EXP_SLTCTL_ATTN_IND_BLINK 0x0080 /* Attention Indicator blinking */
612 #define PCI_EXP_SLTCTL_ATTN_IND_OFF 0x00c0 /* Attention Indicator off */
[all …]
/qemu/include/hw/char/
H A Dimx_serial.h55 #define USR2_RIDELT (1<<10) /* Ring Indicator delta */
56 #define USR2_RIIN (1<<9) /* Ring Indicator Input */
/qemu/hw/char/
H A Dserial.c73 #define UART_MSR_RI 0x40 /* Ring Indicator */
77 #define UART_MSR_TERI 0x04 /* Trailing edge ring indicator */
84 #define UART_LSR_BI 0x10 /* Break interrupt indicator */
85 #define UART_LSR_FE 0x08 /* Frame error indicator */
86 #define UART_LSR_PE 0x04 /* Parity error indicator */
87 #define UART_LSR_OE 0x02 /* Overrun error indicator */
/qemu/tests/tcg/aarch64/
H A Dpauth-2.c64 * Without FEAT_Pauth2, bits [54:53] are an error indicator based on in do_test()
/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/include/hw/pci/
H A Dpcie_doe.h103 /* Mailbox position indicator */
/qemu/include/hw/cxl/
H A Dcxl_pci.h180 /* BAR Equivalence Indicator */
/qemu/hw/intc/
H A Ds390_flic.c128 /* update our indicator bit */ in qemu_s390_clear_io_flic()
253 /* update our indicator bit */ in qemu_s390_flic_dequeue_io()
/qemu/tests/uefi-test-tools/
H A DMakefile97 # we must mark the recipe manually as recursive, by using the "+" indicator.
/qemu/include/hw/hyperv/
H A Dvmbus.h121 * The ringbuffer indices are NOT updated, the requested space indicator may.
H A Ddynmem-proto.h237 * io_diff: An indicator of file cache efficiency or page file activity,
/qemu/include/hw/xen/interface/
H A Dvcpu.h70 * Update indicator set in state_entry_time:
/qemu/hw/ppc/
H A Dspapr_drc.c216 * result in an RTAS return code of -3 / "no such indicator" in drc_set_usable()
288 * based on the current allocation/indicator/power states
1311 spapr_rtas_register(RTAS_SET_INDICATOR, "set-indicator", in spapr_drc_register_types()
H A Dspapr_events.c266 bool nip_valid; /* nip is a valid indicator of faulting address */
295 bool dar_valid; /* dar is a valid indicator of faulting address */
/qemu/backends/tpm/
H A Dtpm_ioctl.h153 * The very first packet may have a length indicator of '0' enabling
/qemu/include/libdecnumber/
H A DdecNumber.h85 uint8_t bits; /* Indicator bits (see above) */
/qemu/rust/hw/char/pl011/src/
H A Dregisters.rs172 /// RI: Ring indicator

123