Home
last modified time | relevance | path

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

12

/linux-6.12.1/arch/x86/math-emu/
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()
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()
/linux-6.12.1/arch/m68k/fpsp040/
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
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
Dfpsp.h230 .set snan_bit,6 | signalling nan
302 .set signan_bit,6 | signalling nan bit in mantissa
/linux-6.12.1/include/scsi/
Dscsi_transport_spi.h58 enum spi_signal_type signalling; member
89 #define spi_signalling(h) (((struct spi_host_attrs *)(h)->shost_data)->signalling)
/linux-6.12.1/Documentation/leds/
Dledtrig-usbport.rst5 This LED trigger can be used for signalling to the user a presence of USB device
/linux-6.12.1/arch/m68k/ifpsp060/
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
/linux-6.12.1/Documentation/scheduler/
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(),
/linux-6.12.1/lib/
DKconfig.kgdb114 0x0080 - enable signalling of processes
/linux-6.12.1/drivers/cxl/
DKconfig12 layers three protocols on that signalling (CXL.io, CXL.cache, and
/linux-6.12.1/Documentation/admin-guide/media/
Divtv.rst197 widescreen signalling, electronic program guide information, and other
/linux-6.12.1/Documentation/gpu/
Ddrm-vm-bind-locking.rst123 needs to access these lists from within a dma_fence signalling
125 separate lock, which can be locked from within the dma_fence signalling
330 dma_fence signalling critical path. In such cases, a spinlock can be
/linux-6.12.1/Documentation/power/
Dsuspend-and-interrupts.rst133 must be able to discern spurious IRQs from genuine wakeup events (signalling
/linux-6.12.1/arch/arm64/boot/dts/ti/
Dk3-am642-sr-som.dtsi556 * MMC controller supports switching between 1.8V and 3.3V signalling.
/linux-6.12.1/drivers/atm/
DKconfig21 Dummy ATM driver. Useful for proxy signalling, testing,
/linux-6.12.1/Documentation/sound/designs/
Dcompress-offload.rst257 with setting of meta_data and signalling for next track ::
/linux-6.12.1/Documentation/networking/
Dsfp-phylink.rst50 does not use in-band SGMII signalling. The PHY is expected to follow
/linux-6.12.1/Documentation/admin-guide/
Dsysrq.rst32 64 = 0x40 - enable signalling of processes (term, kill, oom-kill)
/linux-6.12.1/Documentation/locking/
Dww-mutex-design.rst243 - Due to the -EALREADY return code signalling that a given objects is already
/linux-6.12.1/Documentation/driver-api/
Ddma-buf.rst181 :doc: fence signalling annotation
/linux-6.12.1/drivers/scsi/
Dscsi_transport_spi.c587 static DEVICE_ATTR(signalling, S_IRUGO,
/linux-6.12.1/Documentation/userspace-api/media/dvb/
Dfe_property_parameters.rst1008 There is no explicit signalling method to convey scrambling sequence index
/linux-6.12.1/Documentation/security/
Dcredentials.rst82 signalling and tracing tasks.
/linux-6.12.1/Documentation/filesystems/caching/
Dcachefiles.rst308 some other process (so signalling and suchlike still work correctly).

12