| /kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
| D | kernel_ex.S | 281 | Determine if the destination nan is signalling or non-signalling, 290 btstb #signan_bit,FPTEMP_HI(%a6) |check if signalling 291 beqs dst_snan |branch if signalling 294 fmovex FPTEMP(%a6),%fp0 |return the non-signalling nan 296 | Check the source nan. If it is signalling, snan will be reported. 302 btstb #signan_bit,ETEMP_HI(%a6) |check if signalling 327 | Determine if the source nan is signalling or non-signalling, 336 btstb #signan_bit,ETEMP_HI(%a6) |check if signalling 337 beqs src_snan |branch if signalling 339 fmovex ETEMP(%a6),%fp0 |return the non-signalling nan
|
| D | x_snan.S | 4 | fpsp_snan --- FPSP handler for signalling NAN exception 167 | Set signalling nan bit 189 | Set signalling nan bit 211 | Set signalling nan bit
|
| /kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
| D | kernel_ex.S | 281 | Determine if the destination nan is signalling or non-signalling, 290 btstb #signan_bit,FPTEMP_HI(%a6) |check if signalling 291 beqs dst_snan |branch if signalling 294 fmovex FPTEMP(%a6),%fp0 |return the non-signalling nan 296 | Check the source nan. If it is signalling, snan will be reported. 302 btstb #signan_bit,ETEMP_HI(%a6) |check if signalling 327 | Determine if the source nan is signalling or non-signalling, 336 btstb #signan_bit,ETEMP_HI(%a6) |check if signalling 337 beqs src_snan |branch if signalling 339 fmovex ETEMP(%a6),%fp0 |return the non-signalling nan
|
| D | x_snan.S | 4 | fpsp_snan --- FPSP handler for signalling NAN exception 167 | Set signalling nan bit 189 | Set signalling nan bit 211 | Set signalling nan bit
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
| D | irq_public.h | 99 /*! Return the ID of a signalling IRQ channel of IRQ[ID] 105 state the user is informed if there are additional signalling 156 /*! Return the ID of a signalling IRQ channel of the virtual super IRQ 161 state the user is informed if there are additional signalling
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
| D | irq_public.h | 99 /*! Return the ID of a signalling IRQ channel of IRQ[ID] 105 state the user is informed if there are additional signalling 156 /*! Return the ID of a signalling IRQ channel of the virtual super IRQ 161 state the user is informed if there are additional signalling
|
| /kernel/linux/linux-6.6/arch/x86/math-emu/ |
| D | errors.c | 376 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()
|
| D | reg_compare.c | 92 int signalling = 0, unsupported = 0; in compare() local 94 signalling = in compare() 101 signalling |= in compare() 106 if (signalling || unsupported) in compare()
|
| /kernel/linux/linux-5.10/arch/x86/math-emu/ |
| D | errors.c | 376 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()
|
| D | reg_compare.c | 92 int signalling = 0, unsupported = 0; in compare() local 94 signalling = in compare() 101 signalling |= in compare() 106 if (signalling || unsupported) in compare()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | core.h | 63 struct brcmf_fws_info; /* firmware signalling info */ 149 * netif stopped due to firmware signalling flow control. 169 * @fws_desc: interface specific firmware-signalling descriptor. 176 * @pend_8021x_wait: used for signalling change in count.
|
| /kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | core.h | 69 struct brcmf_fws_info; /* firmware signalling info */ 158 * netif stopped due to firmware signalling flow control. 178 * @fws_desc: interface specific firmware-signalling descriptor. 185 * @pend_8021x_wait: used for signalling change in count.
|
| /kernel/linux/linux-5.10/arch/nds32/include/asm/ |
| D | fpu.h | 23 * Initially load the FPU with signalling NANS. This bit pattern 25 * double precision, it still represents a signalling NAN.
|
| /kernel/linux/linux-5.10/drivers/usb/host/ |
| D | uhci-hub.c | 93 /* UHCI controllers don't automatically stop resume signalling after 20 msec, 338 /* Reset terminates Resume signalling */ in uhci_hub_control() 360 /* Disable terminates Resume signalling */ in uhci_hub_control() 377 * just skip the Resume signalling. in uhci_hub_control()
|
| /kernel/linux/linux-6.6/drivers/usb/host/ |
| D | uhci-hub.c | 93 /* UHCI controllers don't automatically stop resume signalling after 20 msec, 338 /* Reset terminates Resume signalling */ in uhci_hub_control() 360 /* Disable terminates Resume signalling */ in uhci_hub_control() 377 * just skip the Resume signalling. in uhci_hub_control()
|
| /kernel/linux/linux-5.10/drivers/dma-buf/ |
| D | dma-fence.c | 160 * DOC: fence signalling annotation 200 * prevents it from signalling the fence the previous thread is stuck waiting 207 * By manually annotating all code relevant to signalling a &dma_fence we can 227 * protected by rcu. This means the signalling critical section starts as soon 230 * * The only exception are fast paths and opportunistic signalling code, which 254 * dma_fence_begin_signalling - begin a critical DMA fence signalling section 285 * dma_fence_end_signalling - end a critical DMA fence signalling section
|
| /kernel/linux/linux-5.10/arch/arm/vfp/ |
| D | vfpdouble.c | 203 * Propagate the NaN, setting exceptions if it is signalling. 225 * Contemporary mode - select the first signalling in vfp_propagate_nan() 226 * NAN, or if neither are signalling, the first in vfp_propagate_nan() 242 * If one was a signalling NAN, raise invalid operation. in vfp_propagate_nan() 368 * Signalling NaN, or signalling on quiet NaN in vfp_compare() 378 * Signalling NaN, or signalling on quiet NaN in vfp_compare() 451 * If we have a signalling NaN, signal invalid operation. in vfp_double_fcvts()
|
| D | vfpsingle.c | 211 * Propagate the NaN, setting exceptions if it is signalling. 233 * Contemporary mode - select the first signalling in vfp_propagate_nan() 234 * NAN, or if neither are signalling, the first in vfp_propagate_nan() 250 * If one was a signalling NAN, raise invalid operation. in vfp_propagate_nan() 413 * Signalling NaN, or signalling on quiet NaN in vfp_compare() 422 * Signalling NaN, or signalling on quiet NaN in vfp_compare() 494 * If we have a signalling NaN, signal invalid operation. in vfp_single_fcvtd()
|
| /kernel/linux/linux-6.6/arch/arm/vfp/ |
| D | vfpdouble.c | 203 * Propagate the NaN, setting exceptions if it is signalling. 225 * Contemporary mode - select the first signalling in vfp_propagate_nan() 226 * NAN, or if neither are signalling, the first in vfp_propagate_nan() 242 * If one was a signalling NAN, raise invalid operation. in vfp_propagate_nan() 368 * Signalling NaN, or signalling on quiet NaN in vfp_compare() 378 * Signalling NaN, or signalling on quiet NaN in vfp_compare() 451 * If we have a signalling NaN, signal invalid operation. in vfp_double_fcvts()
|
| D | vfpsingle.c | 211 * Propagate the NaN, setting exceptions if it is signalling. 233 * Contemporary mode - select the first signalling in vfp_propagate_nan() 234 * NAN, or if neither are signalling, the first in vfp_propagate_nan() 250 * If one was a signalling NAN, raise invalid operation. in vfp_propagate_nan() 413 * Signalling NaN, or signalling on quiet NaN in vfp_compare() 422 * Signalling NaN, or signalling on quiet NaN in vfp_compare() 494 * If we have a signalling NaN, signal invalid operation. in vfp_single_fcvtd()
|
| /kernel/linux/linux-5.10/tools/virtio/ringtest/ |
| D | run-on-all.sh | 14 #It actually works ok if using signalling
|
| /kernel/linux/linux-6.6/tools/virtio/ringtest/ |
| D | run-on-all.sh | 14 #It actually works ok if using signalling
|
| /kernel/linux/linux-6.6/drivers/dma-buf/ |
| D | dma-fence.c | 195 * DOC: fence signalling annotation 235 * prevents it from signalling the fence the previous thread is stuck waiting 242 * By manually annotating all code relevant to signalling a &dma_fence we can 262 * protected by rcu. This means the signalling critical section starts as soon 265 * * The only exception are fast paths and opportunistic signalling code, which 289 * dma_fence_begin_signalling - begin a critical DMA fence signalling section 320 * dma_fence_end_signalling - end a critical DMA fence signalling section
|
| /kernel/linux/linux-5.10/drivers/i2c/muxes/ |
| D | i2c-arb-gpio-challenge.c | 40 * Use the GPIO-based signalling protocol; return -EBUSY if we fail. 83 * Release the I2C bus using the GPIO-based signalling protocol.
|
| /kernel/linux/linux-6.6/drivers/i2c/muxes/ |
| D | i2c-arb-gpio-challenge.c | 40 * Use the GPIO-based signalling protocol; return -EBUSY if we fail. 83 * Release the I2C bus using the GPIO-based signalling protocol.
|