Home
last modified time | relevance | path

Searched refs:signalling (Results 1 – 25 of 47) sorted by relevance

12

/openbmc/linux/arch/x86/math-emu/
H A Derrors.c376 int signalling, isNaN; in real_1op_NaN() local
382 signalling = isNaN && !(a->sigh & 0x40000000); in real_1op_NaN()
384 if (!signalling) { in real_1op_NaN()
420 int signalling, unsupported; in real_2op_NaN() local
446 signalling = !(a->sigh & b->sigh & 0x40000000); in real_2op_NaN()
456 signalling = !(a->sigh & 0x40000000); in real_2op_NaN()
463 signalling = !(b->sigh & 0x40000000); in real_2op_NaN()
468 signalling = 0; in real_2op_NaN()
474 if ((!signalling) || (control_word & CW_Invalid)) { in real_2op_NaN()
483 if (!signalling) in real_2op_NaN()
H A Dreg_compare.c92 int signalling = 0, unsupported = 0; in compare() local
94 signalling = in compare()
101 signalling |= in compare()
106 if (signalling || unsupported) in compare()
/openbmc/linux/arch/m68k/fpsp040/
H A Dkernel_ex.S290 btstb #signan_bit,FPTEMP_HI(%a6) |check if signalling
291 beqs dst_snan |branch if signalling
327 | Determine if the source nan is signalling or non-signalling,
339 fmovex ETEMP(%a6),%fp0 |return the non-signalling nan
H A Dx_snan.S4 | fpsp_snan --- FPSP handler for signalling NAN exception
167 | Set signalling nan bit
189 | Set signalling nan bit
211 | Set signalling nan bit
H A Dfpsp.h230 .set snan_bit,6 | signalling nan
302 .set signan_bit,6 | signalling nan bit in mantissa
/openbmc/u-boot/drivers/video/bridge/
H A DKconfig15 differential signalling) converters. They enable an LVDS LCD panel
25 signalling) converter. It enables an LVDS LCD panel to be connected
/openbmc/linux/include/scsi/
H A Dscsi_transport_spi.h58 enum spi_signal_type signalling; member
89 #define spi_signalling(h) (((struct spi_host_attrs *)(h)->shost_data)->signalling)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/igmpproxy/
H A Digmpproxy_0.3.bb1 SUMMARY = "simple dynamic multicast routing daemon that only uses IGMP signalling"
/openbmc/linux/Documentation/ABI/testing/
H A Ddev-raw-kcs13 devices for out-of-band signalling for bulk data
/openbmc/u-boot/doc/
H A DREADME.i2c28 - AP_CLAIM: output from AP, signalling to the EC that the AP wants the bus
29 - EC_CLAIM: output from EC, signalling to the AP that the EC wants the bus
/openbmc/linux/Documentation/leds/
H A Dledtrig-usbport.rst5 This LED trigger can be used for signalling to the user a presence of USB device
/openbmc/linux/arch/m68k/ifpsp060/
H A Dfskeleton.S126 | This is the exit point for the 060FPSP when an enabled signalling NaN exception
128 | for enabled signalling NaN exceptions. The exception stack frame is a signalling NaN
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dsamsung,spi.yaml53 based on CS signalling.
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Dpmu.yaml87 a PMU of this type signalling the PPI listed in the
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c918 uint32_t signalling = env->fpc; in HELPER() local
930 env->fpc = fpc | (signalling & 0x00ff0000); in HELPER()
937 s390_exc = (signalling >> 16) & (fpc >> 24); in HELPER()
/openbmc/qemu/fpu/
H A Dsoftfloat-specialize.c.inc115 | if the fraction represents a signalling NaN; otherwise false.
194 | Returns a quiet NaN from a signalling NaN for the deconstructed
379 | Note that signalling NaNs are always squashed to quiet NaNs
758 | Returns a quiet NaN from a signalling NaN for the extended double-precision
/openbmc/docs/designs/
H A Dsol-sysrq.md98 [sockatmark(3)][5]. But it requires signalling the `MSG_OOB` in all obmc-console
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dmmc-controller.yaml178 enable SDIO IRQ signalling on this interface
273 waiting for I/O signalling and card power supply to be stable,
/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/
H A Dnvidia,tegra186-pmc.yaml122 TEGRA_IO_PAD_VOLTAGE_3V3 to select between signalling
/openbmc/linux/Documentation/scheduler/
H A Dcompletion.rst22 until the result is actually needed, and both the waiting and the signalling
126 with more complex outcomes, such as the timeout or signalling (_timeout(),
/openbmc/linux/lib/
H A DKconfig.kgdb114 0x0080 - enable signalling of processes
/openbmc/linux/drivers/cxl/
H A DKconfig10 layers three protocols on that signalling (CXL.io, CXL.cache, and
/openbmc/linux/Documentation/admin-guide/media/
H A Divtv.rst197 widescreen signalling, electronic program guide information, and other
/openbmc/qemu/docs/devel/
H A Dmultiple-iothreads.txt55 * Event notifiers (inter-thread signalling)
/openbmc/linux/Documentation/power/
H A Dsuspend-and-interrupts.rst133 must be able to discern spurious IRQs from genuine wakeup events (signalling

12