| /linux-4.1.27/arch/parisc/math-emu/ | 
| D | sfadd.c | 332 		    goto underflow;  in sgl_fadd() 346 	       result_exponent==0) goto underflow;  in sgl_fadd() 361 		    goto underflow;  in sgl_fadd() 369 		    goto underflow;  in sgl_fadd() 376 		if(result_exponent <= 0) goto underflow;  in sgl_fadd() 415 	  underflow:  in sgl_fadd()
  | 
| D | sfsub.c | 335 		    goto underflow;  in sgl_fsub() 349 	       result_exponent==0) goto underflow;  in sgl_fsub() 364 		    goto underflow;  in sgl_fsub() 372 		    goto underflow;  in sgl_fsub() 379 		if(result_exponent <= 0) goto underflow;  in sgl_fsub() 418 	  underflow:  in sgl_fsub()
  | 
| D | dfsub.c | 340 		    goto underflow;  in dbl_fsub() 354 	       result_exponent==0) goto underflow;  in dbl_fsub() 369 		    goto underflow;  in dbl_fsub() 377 		    goto underflow;  in dbl_fsub() 384 		if(result_exponent <= 0) goto underflow;  in dbl_fsub() 423 	  underflow:  in dbl_fsub()
  | 
| D | dfadd.c | 337 		    goto underflow;  in dbl_fadd() 351 	       result_exponent==0) goto underflow;  in dbl_fadd() 366 		    goto underflow;  in dbl_fadd() 374 		    goto underflow;  in dbl_fadd() 381 		if(result_exponent <= 0) goto underflow;  in dbl_fadd() 420 	  underflow:  in dbl_fadd()
  | 
| /linux-4.1.27/arch/mn10300/lib/ | 
| D | __lshrdi3.S | 38 	asl	a1,d1,a1			# get underflow from MSW -> LSW 40 	or_lsr	a1,d0,a0,d1			# insert underflow into LSW and
  | 
| D | __ashrdi3.S | 37 	asl	a1,d1,a1			# get underflow from MSW -> LSW 39 	or_asr	a1,d0,a0,d1			# insert underflow into LSW and
  | 
| /linux-4.1.27/net/ipv4/netfilter/ | 
| D | arp_tables.c | 281 	back = get_entry(table_base, private->underflow[hook]);  in arpt_do_table() 595 			newinfo->underflow[h] = underflows[h];  in check_entry_size_and_hooks() 635 		newinfo->underflow[i] = 0xFFFFFFFF;  in translate_table() 646 						 repl->underflow,  in translate_table() 675 		if (newinfo->underflow[i] == 0xFFFFFFFF) {  in translate_table() 677 				 i, repl->underflow[i]);  in translate_table() 855 		if (info->underflow[i] &&  in compat_calc_entry() 856 		    (e < (struct arpt_entry *)(base + info->underflow[i])))  in compat_calc_entry() 857 			newinfo->underflow[i] -= off;  in compat_calc_entry() 925 		memcpy(info.underflow, private->underflow,  in get_info() [all …] 
 | 
| D | ip_tables.c | 343 		 get_entry(table_base, private->underflow[hook]));  in ipt_do_table() 388 					    private->underflow[hook]);  in ipt_do_table() 758 			newinfo->underflow[h] = underflows[h];  in check_entry_size_and_hooks() 805 		newinfo->underflow[i] = 0xFFFFFFFF;  in translate_table() 815 						 repl->underflow,  in translate_table() 841 		if (newinfo->underflow[i] == 0xFFFFFFFF) {  in translate_table() 843 				 i, repl->underflow[i]);  in translate_table() 1043 		if (info->underflow[i] &&  in compat_calc_entry() 1044 		    (e < (struct ipt_entry *)(base + info->underflow[i])))  in compat_calc_entry() 1045 			newinfo->underflow[i] -= off;  in compat_calc_entry() [all …] 
 | 
| /linux-4.1.27/drivers/net/wireless/cw1200/ | 
| D | wsm.c | 33 			goto underflow;					\ 40 			goto underflow;					\ 49 			goto underflow;					\ 103 underflow:  in wsm_generic_confirm() 159 underflow:  in wsm_configuration_confirm() 236 underflow:  in wsm_read_mib_confirm() 372 underflow:  in wsm_tx_confirm() 405 underflow:  in wsm_multi_tx_confirm() 425 underflow:  in wsm_join_confirm() 860 underflow:  in wsm_startup_indication() [all …] 
 | 
| /linux-4.1.27/include/uapi/linux/netfilter_arp/ | 
| D | arp_tables.h | 145 	unsigned int underflow[NF_ARP_NUMHOOKS];  member 173 	unsigned int underflow[NF_ARP_NUMHOOKS];  member
  | 
| /linux-4.1.27/net/ipv6/netfilter/ | 
| D | ip6_tables.c | 411 					    private->underflow[hook]);  in ip6t_do_table() 772 			newinfo->underflow[h] = underflows[h];  in check_entry_size_and_hooks() 818 		newinfo->underflow[i] = 0xFFFFFFFF;  in translate_table() 828 						 repl->underflow,  in translate_table() 854 		if (newinfo->underflow[i] == 0xFFFFFFFF) {  in translate_table() 856 				 i, repl->underflow[i]);  in translate_table() 1056 		if (info->underflow[i] &&  in compat_calc_entry() 1057 		    (e < (struct ip6t_entry *)(base + info->underflow[i])))  in compat_calc_entry() 1058 			newinfo->underflow[i] -= off;  in compat_calc_entry() 1126 		memcpy(info.underflow, private->underflow,  in get_info() [all …] 
 | 
| /linux-4.1.27/Documentation/arm/VFP/ | 
| D | release-notes.txt | 35 - the handling of underflow exceptions is slightly different.  If a 37   after rounding, we do not signal an underflow exception.
  | 
| /linux-4.1.27/include/uapi/linux/netfilter_ipv4/ | 
| D | ip_tables.h | 167 	unsigned int underflow[NF_INET_NUMHOOKS];  member 195 	unsigned int underflow[NF_INET_NUMHOOKS];  member
  | 
| /linux-4.1.27/include/uapi/linux/netfilter_ipv6/ | 
| D | ip6_tables.h | 207 	unsigned int underflow[NF_INET_NUMHOOKS];  member 235 	unsigned int underflow[NF_INET_NUMHOOKS];  member
  | 
| /linux-4.1.27/net/netfilter/ | 
| D | xt_repldata.h | 41 		tbl->repl.underflow[hooknum]  = bytes; \
  | 
| /linux-4.1.27/arch/m68k/fpsp040/ | 
| 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
  | 
| 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
  | 
| D | scale.S | 6 |	the source operand is (>= 2^14) an overflow or underflow 163 | underflow and force zero if true.  If not, try to shift the
  | 
| D | util.S | 356 	beql	unf_e1_exc	|branch to e1 underflow 482 |	UNF_SUB --- underflow result calculation 530 	tstb	LOCAL_SGN(%a0)	|if negative underflow 541 	tstb	LOCAL_SGN(%a0)	|if negative underflow
  | 
| D | setox.S | 160 |		 neither overflow nor underflow. If AdjFlag = 1, that 163 |		 Hence, exp(X) may overflow or underflow or neither. 165 |		 approximately M. Thus 6.2 will never cause over/underflow. 166 |		 Possible exception in 6.4 is overflow or underflow. 202 |	Notes:	Exp(X) will surely overflow or underflow, depending on
  | 
| D | gen_except.S | 241 |   An fmoveout that results in an underflow is reported this way. 248 |   Stwotox, setox, and scale can set underflow in this manner. 250 |   x is an extended denorm can report an underflow exception.
  | 
| D | x_store.S | 6 |	Used by underflow and overflow handlers.
  | 
| D | srem_mod.S | 382    fmulx		Scale(%pc),%fp0	| ...may cause underflow
  | 
| D | res_func.S | 1193 	beq	force_unf	|force an underflow (really!) 1218 | an underflow condition.
  | 
| D | round.S | 400 |	Used by underflow.
  | 
| /linux-4.1.27/include/scsi/ | 
| D | scsi_eh.h | 69 	unsigned underflow;  member
  | 
| D | scsi_cmnd.h | 101 	unsigned underflow;	/* Return error if less than  member
  | 
| /linux-4.1.27/arch/arm/vfp/ | 
| 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()
  | 
| 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-4.1.27/drivers/scsi/ | 
| D | sym53c416.c | 426 				if(tot_trans < current_command->underflow)  in sym53c416_intr_handle() 427 …3c416: Underflow, wrote %d bytes, request for %d bytes.\n", tot_trans, current_command->underflow);  in sym53c416_intr_handle() 449 				if(tot_trans < current_command->underflow)  in sym53c416_intr_handle() 450 …53c416: Underflow, read %d bytes, request for %d bytes.\n", tot_trans, current_command->underflow);  in sym53c416_intr_handle()
  | 
| D | scsi_error.c | 928 	ses->underflow = scmd->underflow;  in scsi_eh_prep_cmnd() 959 	scmd->underflow = 0;  in scsi_eh_prep_cmnd() 991 	scmd->underflow = ses->underflow;  in scsi_eh_restore_cmnd()
  | 
| D | dpt_i2o.c | 2317 		if(cmd->underflow && len != cmd->underflow){  in adpt_scsi_to_i2o() 2319 				len, cmd->underflow);  in adpt_scsi_to_i2o() 2395 			if (readl(reply+20) < cmd->underflow) {  in adpt_i2o_to_scsi()
  | 
| D | sr.c | 508 	SCpnt->underflow = this_count << 9;  in sr_init_command()
  | 
| D | qla1280.c | 1393 		    cp->underflow) {  in qla1280_return_status() 4062 	       cmd->underflow, cmd->sc_data_direction);  in __qla1280_print_scsi_cmd()
  | 
| D | sd.c | 1109 	SCpnt->underflow = this_count << 9;  in sd_setup_read_write_cmnd()
  | 
| D | pmcraid.c | 3476 		if (scsi_cmd->underflow == 0)  in pmcraid_queuecommand_lck()
  | 
| D | dc395x.c | 3388 		    && srb->total_xfer_length >= cmd->underflow)  in srb_done()
  | 
| D | ipr.c | 6366 		if (scsi_cmd->underflow == 0)  in ipr_queuecommand()
  | 
| /linux-4.1.27/arch/m68k/ifpsp060/src/ | 
| D | fpsp.S | 964 # underflow exception. Since this is incorrect, we need to check 966 # no underflow was called for. We do these checks only in 1390 	btst		&unfl_bit,FPSR_EXCEPT(%a6) # did disabled underflow occur? 1722 # underflow can happen for extended precision. extended precision opclass 1968 	btst		&unfl_bit,FPSR_EXCEPT(%a6) # did disabled underflow occur? 4205 # or underflow that was disabled, then we have to force an overflow or 4206 # underflow frame. the eventual overflow or underflow handler will see that 4235 # insert an underflow frame 5309 # here, the operation may underflow iff the precision is sgl or dbl. 6971 #		extended-precision numbers whose square over/underflow	# [all …] 
 | 
| D | pfpsp.S | 963 # underflow exception. Since this is incorrect, we need to check 965 # no underflow was called for. We do these checks only in 1389 	btst		&unfl_bit,FPSR_EXCEPT(%a6) # did disabled underflow occur? 1721 # underflow can happen for extended precision. extended precision opclass 1967 	btst		&unfl_bit,FPSR_EXCEPT(%a6) # did disabled underflow occur?
  | 
| D | ftest.S | 928 # This test will take an underflow directly. 980 # This test will take a non-maskable underflow directly.
  | 
| D | fplsp.S | 428 set unfl_bit,		3			# underflow 435 set aunfl_bit,		5			# accrued underflow bit 456 set unfl_mask,		0x00000800		# underflow exception mask 463 set aunfl_mask,		0x00000020		# accrued underflow 6819 #		neither overflow nor underflow. If AdjFlag = 1, that	# 6822 #		Hence, exp(X) may overflow or underflow or neither.	# 6825 #		over/underflow. Possible exception in 6.4 is overflow	# 6826 #		or underflow. The inexact exception is not generated in	# 6863 #	Notes:	Exp(X) will surely overflow or underflow, depending on	# 9319 	bmi		t_unfl			# yes; underflow [all …] 
 | 
| /linux-4.1.27/drivers/scsi/aacraid/ | 
| D | aachba.c | 3038 			if (le32_to_cpu(srbreply->data_xfer_length) < scsicmd->underflow) {  in aac_srb_callback() 3229 		if(scsicmd->underflow && (byte_count < scsicmd->underflow)){  in aac_build_sg() 3231 					byte_count, scsicmd->underflow);  in aac_build_sg() 3276 		if(scsicmd->underflow && (byte_count < scsicmd->underflow)){  in aac_build_sg64() 3278 					byte_count, scsicmd->underflow);  in aac_build_sg64() 3325 		if(scsicmd->underflow && (byte_count < scsicmd->underflow)){  in aac_build_sgraw() 3327 					byte_count, scsicmd->underflow);  in aac_build_sgraw() 3403 		if (scsicmd->underflow && (byte_count < scsicmd->underflow)) {  in aac_build_sgraw2() 3405 					byte_count, scsicmd->underflow);  in aac_build_sgraw2()
  | 
| /linux-4.1.27/arch/m68k/ifpsp060/ | 
| 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
  | 
| D | TEST.DOC | 153 		    (3) non-maskable overflow/underflow exceptions
  | 
| /linux-4.1.27/drivers/s390/scsi/ | 
| D | zfcp_fc.h | 278 		if (scsi_bufflen(scsi) - resid < scsi->underflow &&  in zfcp_fc_eval_fcp_rsp()
  | 
| /linux-4.1.27/include/linux/netfilter/ | 
| D | x_tables.h | 216 	unsigned int underflow[NF_INET_NUMHOOKS];  member
  | 
| /linux-4.1.27/Documentation/scsi/ | 
| D | dpti.txt | 51  *         Added checking underflow conditions 
  | 
| D | ChangeLog.1992-1997 | 1847     * scsi.c: Initialize transfersize and underflow fields in SCmd to 0. 1851     transfersize and underflow fields. 1856     Initialize transfersize and underflow fields. 1864     transfersize and underflow fields.  Support scatter-gather.
  | 
| D | scsi_mid_low_api.txt | 1307     underflow    - LLD should place (DID_ERROR << 16) in 'result' if
  | 
| /linux-4.1.27/Documentation/arm/ | 
| D | kernel_mode_neon.txt | 68 like IEEE-754 compliant underflow handling etc. When the VFP unit needs such
  | 
| /linux-4.1.27/drivers/message/fusion/ | 
| D | mptscsih.c | 542 	    "resid = %d\n", ioc->name, scsi_bufflen(sc), sc->underflow,  in mptscsih_info_scsiio() 806 			if((xfer_cnt==0)||(sc->underflow > xfer_cnt))  in mptscsih_io_done() 852 				if (xfer_cnt < sc->underflow) {  in mptscsih_io_done() 872 			    ioc->name, sc->underflow));  in mptscsih_io_done()
  | 
| /linux-4.1.27/drivers/scsi/qla4xxx/ | 
| D | ql4_isr.c | 168 				cmd->underflow)) {  in qla4xxx_status_entry() 260 			    cmd->underflow) {  in qla4xxx_status_entry()
  | 
| /linux-4.1.27/drivers/media/usb/pwc/ | 
| D | philips.txt | 205       32   0x20   Showing underflow, overflow and Dumping frame       On
  | 
| /linux-4.1.27/drivers/scsi/libsas/ | 
| D | sas_scsi_host.c | 73 			if (scsi_bufflen(sc) - scsi_get_resid(sc) < sc->underflow)  in sas_end_task()
  | 
| /linux-4.1.27/drivers/usb/storage/ | 
| D | transport.c | 857 			scsi_bufflen(srb) - scsi_get_resid(srb) < srb->underflow)  in usb_stor_invoke_transport()
  | 
| /linux-4.1.27/Documentation/x86/ | 
| D | intel_mpx.txt | 8 usurped at runtime due to buffer overflow or underflow.
  | 
| /linux-4.1.27/drivers/scsi/qla2xxx/ | 
| D | qla_mr.c | 2382 			     cp->underflow)) {  in qlafx00_status_entry() 2434 			    cp->underflow)) {  in qlafx00_status_entry() 2439 				    resid, scsi_bufflen(cp), cp->underflow);  in qlafx00_status_entry()
  | 
| D | qla_isr.c | 2176 			     cp->underflow)) {  in qla2x00_status_entry() 2222 			    cp->underflow)) {  in qla2x00_status_entry()
  | 
| /linux-4.1.27/drivers/scsi/arm/ | 
| D | acornscsi.c | 818 		if (SCpnt->underflow == 0) {  in acornscsi_done() 823 			if (host->scsi.SCp.scsi_xferred < SCpnt->underflow ||  in acornscsi_done()
  | 
| /linux-4.1.27/drivers/scsi/bfa/ | 
| D | bfad_im.c | 67 					cmnd->underflow) {  in bfa_cb_ioim_done()
  | 
| /linux-4.1.27/arch/x86/math-emu/ | 
| D | README | 115 (b) the underflow exception is masked.
  | 
| /linux-4.1.27/drivers/scsi/lpfc/ | 
| D | lpfc_scsi.c | 3773 				 cmnd->underflow);  in lpfc_handle_fcp_err() 3802 		     < cmnd->underflow)) {  in lpfc_handle_fcp_err() 3808 					 scsi_get_resid(cmnd), cmnd->underflow);  in lpfc_handle_fcp_err()
  | 
| /linux-4.1.27/drivers/scsi/libfc/ | 
| D | fc_fcp.c | 892 				     fsp->scsi_resid) < fsp->cmd->underflow)  in fc_fcp_resp()
  | 
| /linux-4.1.27/Documentation/cgroups/ | 
| D | unified-hierarchy.txt | 404   be understood as an underflow into the highest possible value, -2 or
  | 
| /linux-4.1.27/drivers/scsi/aic7xxx/ | 
| D | aic7xxx_osm.c | 1758 		} else if (amount_xferred < scb->io_ctx->underflow) {  in ahc_done()
  | 
| D | aic79xx_osm.c | 1827 		} else if (amount_xferred < scb->io_ctx->underflow) {  in ahd_done()
  | 
| /linux-4.1.27/drivers/scsi/csiostor/ | 
| D | csio_scsi.c | 1616 							< cmnd->underflow))  in csio_scsi_err_handler()
  | 
| /linux-4.1.27/drivers/scsi/mpt2sas/ | 
| D | mpt2sas_scsih.c | 4222 	    "resid(%d)\n", ioc->name, scsi_bufflen(scmd), scmd->underflow,  in _scsih_scsi_ioc_info() 4559 		if ((xfer_cnt == 0) || (scmd->underflow > xfer_cnt))  in _scsih_io_done() 4571 		if (xfer_cnt < scmd->underflow) {  in _scsih_io_done()
  | 
| /linux-4.1.27/drivers/scsi/mpt3sas/ | 
| D | mpt3sas_scsih.c | 3838 		ioc->name, scsi_bufflen(scmd), scmd->underflow,  in _scsih_scsi_ioc_info() 4158 		if ((xfer_cnt == 0) || (scmd->underflow > xfer_cnt))  in _scsih_io_done() 4170 		if (xfer_cnt < scmd->underflow) {  in _scsih_io_done()
  | 
| /linux-4.1.27/drivers/scsi/ibmvscsi/ | 
| D | ibmvfc.c | 1560 		    (scsi_bufflen(cmnd) - scsi_get_resid(cmnd) < cmnd->underflow))  in ibmvfc_scsi_done()
  | 
| /linux-4.1.27/drivers/scsi/be2iscsi/ | 
| D | be_main.c | 1341 			    task->sc->underflow))  in be_complete_io()
  | 
| /linux-4.1.27/Documentation/s390/ | 
| D | Debugging390.txt | 142 22    22      Exponent underflow mask if 1=FPU exceptions for this event occur 
  | 
| /linux-4.1.27/arch/x86/ | 
| D | Kconfig | 1642 	  overflow or underflow bugs.
  |