| /linux/arch/parisc/math-emu/ |
| A D | sfadd.c | 319 goto underflow; in sgl_fadd() 333 result_exponent==0) goto underflow; in sgl_fadd() 348 goto underflow; in sgl_fadd() 356 goto underflow; in sgl_fadd() 363 if(result_exponent <= 0) goto underflow; in sgl_fadd() 402 underflow: in sgl_fadd()
|
| A D | sfsub.c | 322 goto underflow; in sgl_fsub() 336 result_exponent==0) goto underflow; in sgl_fsub() 351 goto underflow; in sgl_fsub() 359 goto underflow; in sgl_fsub() 366 if(result_exponent <= 0) goto underflow; in sgl_fsub() 405 underflow: in sgl_fsub()
|
| A D | dfadd.c | 324 goto underflow; in dbl_fadd() 338 result_exponent==0) goto underflow; in dbl_fadd() 353 goto underflow; in dbl_fadd() 361 goto underflow; in dbl_fadd() 368 if(result_exponent <= 0) goto underflow; in dbl_fadd() 407 underflow: in dbl_fadd()
|
| A D | dfsub.c | 327 goto underflow; in dbl_fsub() 341 result_exponent==0) goto underflow; in dbl_fsub() 356 goto underflow; in dbl_fsub() 364 goto underflow; in dbl_fsub() 371 if(result_exponent <= 0) goto underflow; in dbl_fsub() 410 underflow: in dbl_fsub()
|
| /linux/drivers/net/wireless/st/cw1200/ |
| A D | wsm.c | 100 underflow: in wsm_generic_confirm() 156 underflow: in wsm_configuration_confirm() 233 underflow: in wsm_read_mib_confirm() 369 underflow: in wsm_tx_confirm() 400 underflow: in wsm_multi_tx_confirm() 420 underflow: in wsm_join_confirm() 855 underflow: in wsm_startup_indication() 911 underflow: in wsm_receive_indication() 945 underflow: in wsm_event_indication() 962 underflow: in wsm_channel_switch_indication() [all …]
|
| /linux/net/ipv4/netfilter/ |
| A D | arp_tables.c | 248 private->underflow[hook]); in arpt_do_table() 490 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks() 536 newinfo->underflow[i] = 0xFFFFFFFF; in translate_table() 549 repl->underflow, in translate_table() 758 if (info->underflow[i] && in compat_calc_entry() 760 newinfo->underflow[i] -= off; in compat_calc_entry() 825 memcpy(info.underflow, private->underflow, in get_info() 826 sizeof(info.underflow)); in get_info() 1059 u32 underflow[NF_ARP_NUMHOOKS]; member 1206 newinfo->underflow[i] = compatr->underflow[i]; in translate_compat_table() [all …]
|
| A D | ip_tables.c | 322 private->underflow[hook]); in ipt_do_table() 625 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks() 675 newinfo->underflow[i] = 0xFFFFFFFF; in translate_table() 687 repl->underflow, in translate_table() 913 if (info->underflow[i] && in compat_calc_entry() 915 newinfo->underflow[i] -= off; in compat_calc_entry() 980 memcpy(info.underflow, private->underflow, in get_info() 981 sizeof(info.underflow)); in get_info() 1211 u32 underflow[NF_INET_NUMHOOKS]; member 1438 newinfo->underflow[i] = compatr->underflow[i]; in translate_compat_table() [all …]
|
| /linux/sound/soc/cirrus/ |
| A D | Kconfig | 20 bool "IRQ based underflow watchdog workaround" 27 which disables and re-enables I2S in case of underflow and
|
| /linux/include/uapi/linux/netfilter_arp/ |
| A D | arp_tables.h | 147 unsigned int underflow[NF_ARP_NUMHOOKS]; member 175 unsigned int underflow[NF_ARP_NUMHOOKS]; member
|
| /linux/net/ipv6/netfilter/ |
| A D | ip6_tables.c | 345 private->underflow[hook]); in ip6t_do_table() 643 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks() 692 newinfo->underflow[i] = 0xFFFFFFFF; in translate_table() 704 repl->underflow, in translate_table() 929 if (info->underflow[i] && in compat_calc_entry() 931 newinfo->underflow[i] -= off; in compat_calc_entry() 996 memcpy(info.underflow, private->underflow, in get_info() 997 sizeof(info.underflow)); in get_info() 1227 u32 underflow[NF_INET_NUMHOOKS]; member 1453 newinfo->underflow[i] = compatr->underflow[i]; in translate_compat_table() [all …]
|
| /linux/Documentation/arch/arm/vfp/ |
| A D | release-notes.rst | 37 - the handling of underflow exceptions is slightly different. If a 39 after rounding, we do not signal an underflow exception.
|
| /linux/include/uapi/linux/netfilter_ipv4/ |
| A D | ip_tables.h | 169 unsigned int underflow[NF_INET_NUMHOOKS]; member 197 unsigned int underflow[NF_INET_NUMHOOKS]; member
|
| /linux/include/uapi/linux/netfilter_ipv6/ |
| A D | ip6_tables.h | 209 unsigned int underflow[NF_INET_NUMHOOKS]; member 237 unsigned int underflow[NF_INET_NUMHOOKS]; member
|
| /linux/Documentation/devicetree/bindings/timer/ |
| A D | renesas,rz-mtu3.yaml | 132 - description: MTU1.TCNT underflow 136 - description: MTU2.TCNT underflow 146 - description: MTU4.TCNT overflow/underflow 159 - description: MTU7.TCNT overflow/underflow 165 - description: MTU8.TCNT underflow
|
| /linux/drivers/gpu/drm/ci/xfails/ |
| A D | virtio_gpu-none-skips.txt | 1 # Hits a "refcount_t: underflow; use-after-free" in virtio_gpu_fence_event_process
|
| /linux/include/scsi/ |
| A D | scsi_eh.h | 38 unsigned underflow; member
|
| /linux/arch/m68k/fpsp040/ |
| A D | x_unfl.S | 4 | fpsp_unfl --- FPSP handler for underflow exception 55 | If underflow exceptions are not enabled, check for inexact 140 | unf_res --- underflow result calculation
|
| A D | fpsp.h | 65 | instruction that generates (say) an underflow. Alternatively, 233 .set unfl_bit,3 | underflow 240 .set aunfl_bit,5 | accrued underflow 262 .set aunfl_mask,0x00000020 | accrued underflow
|
| /linux/net/netfilter/ |
| A D | xt_repldata.h | 42 tbl->repl.underflow[hooknum] = bytes; \
|
| /linux/arch/arm/vfp/ |
| A D | vfpdouble.c | 73 int exponent, shift, underflow; in vfp_double_normaliseround() local 112 underflow = exponent < 0; in vfp_double_normaliseround() 113 if (underflow) { in vfp_double_normaliseround() 122 underflow = 0; in vfp_double_normaliseround() 184 underflow = 0; in vfp_double_normaliseround() 185 if (underflow) in vfp_double_normaliseround()
|
| A D | vfpsingle.c | 76 int exponent, shift, underflow; in __vfp_single_normaliseround() local 117 underflow = exponent < 0; in __vfp_single_normaliseround() 118 if (underflow) { in __vfp_single_normaliseround() 127 underflow = 0; in __vfp_single_normaliseround() 189 underflow = 0; in __vfp_single_normaliseround() 190 if (underflow) in __vfp_single_normaliseround()
|
| /linux/arch/m68k/ifpsp060/src/ |
| A D | fpsp.S | 4206 # underflow frame. the eventual overflow or underflow handler will see that 4235 # insert an underflow frame 13074 # the move in MAY underflow. so... 13420 # unf_res() - calculate underflow result # 13613 # operand will underflow AND underflow is enabled. 13991 bgt.w fsglmul_unfl # result will underflow 14480 # the divide operation MAY underflow: 14841 # underflow that rounded up. 15294 # underflow that rounded up. 15658 # elsewise fall through to underflow. [all …]
|
| /linux/drivers/scsi/aacraid/ |
| A D | aachba.c | 3447 < scsicmd->underflow) in aac_srb_callback() 3823 if (scsicmd->underflow && (byte_count < scsicmd->underflow)) { in aac_build_sg() 3825 byte_count, scsicmd->underflow); in aac_build_sg() 3867 if (scsicmd->underflow && (byte_count < scsicmd->underflow)) { in aac_build_sg64() 3869 byte_count, scsicmd->underflow); in aac_build_sg64() 3915 if (scsicmd->underflow && (byte_count < scsicmd->underflow)) { in aac_build_sgraw() 3917 byte_count, scsicmd->underflow); in aac_build_sgraw() 3996 if (scsicmd->underflow && (byte_count < scsicmd->underflow)) { in aac_build_sgraw2() 3998 byte_count, scsicmd->underflow); in aac_build_sgraw2() 4100 if (scsicmd->underflow && (byte_count < scsicmd->underflow)) { in aac_build_sghba() [all …]
|
| /linux/arch/m68k/ifpsp060/ |
| A D | fskeleton.S | 89 | This is the exit point for the 060FPSP when an enabled underflow exception 91 | for enabled underflow conditions. The exception stack frame is an underflow
|
| /linux/drivers/s390/scsi/ |
| A D | zfcp_fc.h | 306 if (scsi_bufflen(scsi) - resid < scsi->underflow && in zfcp_fc_eval_fcp_rsp()
|