/linux-4.4.14/arch/x86/kernel/ |
D | irq_32.c | 71 static inline int execute_on_irq_stack(int overflow, struct irq_desc *desc) in execute_on_irq_stack() argument 94 if (unlikely(overflow)) in execute_on_irq_stack() 152 int overflow = check_stack_overflow(); in handle_irq() local 157 if (user_mode(regs) || !execute_on_irq_stack(overflow, desc)) { in handle_irq() 158 if (unlikely(overflow)) in handle_irq()
|
D | module.c | 178 goto overflow; in apply_relocate_add() 183 goto overflow; in apply_relocate_add() 190 goto overflow; in apply_relocate_add() 201 overflow: in apply_relocate_add()
|
D | machine_kexec_64.c | 514 goto overflow; in arch_kexec_apply_relocations_add() 519 goto overflow; in arch_kexec_apply_relocations_add() 533 overflow: in arch_kexec_apply_relocations_add()
|
D | traps.c | 302 DO_ERROR(X86_TRAP_OF, SIGSEGV, "overflow", overflow) 839 set_system_intr_gate(X86_TRAP_OF, &overflow); in trap_init()
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | x_ovfl.S | 4 | fpsp_ovfl --- FPSP handler for overflow exception 23 | RM For pos overflow, the largest pos number. For neg overflow, 25 | RP For pos overflow, +infinity. For neg overflow, the largest
|
D | util.S | 6 | ovf_res: used by overflow to force the correct 157 | ovf_r_x3 --- overflow result calculation 173 | ovf_res --- overflow result calculation 199 tstb LOCAL_SGN(%a0) |if negative overflow 209 tstb LOCAL_SGN(%a0) |if negative overflow 230 tstb LOCAL_SGN(%a0) |if negative overflow 240 tstb LOCAL_SGN(%a0) |if negative overflow 261 tstb LOCAL_SGN(%a0) |if negative overflow 271 tstb LOCAL_SGN(%a0) |if negative overflow 283 tstb LOCAL_SGN(%a0) |if negative overflow [all …]
|
D | scosh.S | 34 | However, invoking exp(|X|) may cause premature overflow. 42 | 5. (|X| > 16480 log2) sinh(X) must overflow. Return 43 | Huge*Huge to generate overflow and an infinity with
|
D | ssinh.S | 34 | However, invoking exp(|X|) may cause premature overflow. 43 | 5. (|X| > 16480 log2) sinh(X) must overflow. Return 44 | sign(X)*Huge*Huge to generate overflow and an infinity with
|
D | scale.S | 6 | the source operand is (>= 2^14) an overflow or underflow 94 | The result can be denormalized, if src = 0, or overflow, 102 cmpil #0x7fff,%d1 |test for overflow
|
D | fpsp.h | 232 .set ovfl_bit,4 | overflow 239 .set aovfl_bit,6 | accrued overflow 261 .set aovfl_mask,0x00000040 | accrued overflow
|
D | decbin.S | 28 | Note: this operation can never overflow. 34 | Note: this operation can never overflow.
|
D | setox.S | 160 | neither overflow nor underflow. If AdjFlag = 1, that 163 | Hence, exp(X) may overflow or underflow or neither. 166 | Possible exception in 6.4 is overflow or underflow. 202 | Notes: Exp(X) will surely overflow or underflow, depending on
|
D | x_store.S | 6 | Used by underflow and overflow handlers.
|
D | gen_except.S | 239 | An fmoveout that results in an overflow is reported this way. 245 | Only scosh, setox, ssinh, stwotox, and scale can set overflow in
|
D | stan.S | 316 |--there is a danger of unwanted overflow in first LOOP iteration. In this
|
D | res_func.S | 601 | This code checks for 16-bit overflow conditions on dyadic 758 | an overflow condition.
|
D | round.S | 195 bccs scc_clr |no mantissa overflow
|
/linux-4.4.14/drivers/media/rc/ |
D | igorplugusb.c | 60 unsigned i, start, overflow; in igorplugusb_irdata() local 70 overflow = ir->buf_in[2]; in igorplugusb_irdata() 71 i = start = overflow + HEADERLEN; in igorplugusb_irdata() 74 dev_err(ir->dev, "receive overflow invalid: %u", overflow); in igorplugusb_irdata() 76 if (overflow > 0) in igorplugusb_irdata() 78 overflow); in igorplugusb_irdata()
|
/linux-4.4.14/drivers/thermal/st/ |
D | st_thermal.c | 37 sensor->overflow = devm_regmap_field_alloc(dev, regmap, in st_thermal_alloc_regfields() 44 IS_ERR(sensor->overflow) || in st_thermal_alloc_regfields() 119 unsigned int overflow; in st_thermal_get_temp() local 122 ret = regmap_field_read(sensor->overflow, &overflow); in st_thermal_get_temp() 125 if (overflow) in st_thermal_get_temp()
|
D | st_thermal.h | 91 struct regmap_field *overflow; member
|
/linux-4.4.14/arch/h8300/kernel/ |
D | module.c | 47 goto overflow; in apply_relocate_add() 55 goto overflow; in apply_relocate_add() 66 overflow: in apply_relocate_add()
|
/linux-4.4.14/lib/ |
D | kstrtox.c | 51 int overflow; in _parse_integer() local 55 overflow = 0; in _parse_integer() 74 overflow = 1; in _parse_integer() 81 if (overflow) in _parse_integer()
|
D | Kconfig | 403 stack overflow.
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
D | trace.c | 33 tb->overflow = false; in trace_buffer_allocate() 51 if (tb->overflow) in trace_check_alloc() 55 tb->overflow = true; in trace_check_alloc() 279 printf(" overflow %s\n", tb->overflow ? "TRUE" : "false"); in trace_buffer_print()
|
D | trace.h | 27 bool overflow; member
|
/linux-4.4.14/drivers/media/pci/ngene/ |
D | ngene-dvb.c | 126 static u32 overflow; variable 151 overflow++; in tsin_exchange() 158 if (ok % 100 == 0 && overflow) in tsin_exchange() 159 printk(KERN_WARNING "%s: ok %u overflow %u dropped %u\n", __func__, ok, overflow, stripped); in tsin_exchange()
|
/linux-4.4.14/arch/mn10300/lib/ |
D | __ashldi3.S | 37 lsr a1,d0,a1 # get overflow from LSW -> MSW 39 or_asl a1,d1,a0,d0 # insert overflow into MSW and
|
/linux-4.4.14/arch/s390/kernel/ |
D | perf_cpum_sf.c | 978 int overflow; in perf_push_sample() local 1031 overflow = 0; in perf_push_sample() 1035 overflow = 1; in perf_push_sample() 1040 return overflow; in perf_push_sample() 1140 unsigned long long *overflow) in hw_collect_samples() argument 1169 if (!*overflow) { in hw_collect_samples() 1173 *overflow = perf_push_sample(event, sfr); in hw_collect_samples() 1177 *overflow += 1; in hw_collect_samples() 1239 if (te->overflow) in hw_perf_event_update() 1244 sampl_overflow += te->overflow; in hw_perf_event_update() [all …]
|
/linux-4.4.14/sound/core/seq/ |
D | seq_fifo.c | 53 atomic_set(&f->overflow, 0); in snd_seq_fifo_new() 99 atomic_set(&f->overflow, 0); in snd_seq_fifo_clear() 126 atomic_inc(&f->overflow); in snd_seq_fifo_event_in()
|
D | seq_fifo.h | 38 atomic_t overflow; member
|
D | seq_clientmgr.c | 419 if (atomic_read(&fifo->overflow) > 0) { in snd_seq_read()
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_deflate.c | 419 int decode_proto, overflow; in z_decompress() local 457 overflow = 0; in z_decompress() 481 } else if (!overflow) { in z_decompress() 489 overflow = 1; in z_decompress() 505 olen = osize + overflow - state->strm.avail_out; in z_decompress()
|
/linux-4.4.14/fs/befs/ |
D | btree.c | 221 node->head.overflow = fs64_to_cpu(sb, node->od_node->overflow); in befs_bt_read_node() 287 node_off = this_node->head.overflow; in befs_btree_find() 577 this_node->head.overflow); in befs_btree_seekleaf() 578 *node_off = this_node->head.overflow; in befs_btree_seekleaf() 611 if (node->head.overflow == befs_bt_inval) in befs_leafnode()
|
D | befs_fs_types.h | 242 fs64 overflow; member 250 befs_off_t overflow; member
|
D | debug.c | 251 befs_debug(sb, " overflow %016LX", fs64_to_cpu(sb, node->overflow)); in befs_dump_index_node()
|
D | ChangeLog | 109 * Improved handleing of overflow nodes when listing directories. 110 Now works for overflow nodes hanging off of nodes other than the root
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_amd_ibs.c | 77 int overflow = 0; in perf_event_set_period() local 86 overflow = 1; in perf_event_set_period() 93 overflow = 1; in perf_event_set_period() 112 return overflow; in perf_event_set_period() 293 int overflow; in perf_ibs_set_period() local 296 overflow = perf_event_set_period(hwc, 1<<4, perf_ibs->max_period, period); in perf_ibs_set_period() 299 return overflow; in perf_ibs_set_period()
|
D | perf_event_p4.c | 1010 int overflow; in p4_pmu_handle_irq() local 1025 overflow = p4_pmu_clear_cccr_ovf(hwc); in p4_pmu_handle_irq() 1028 if (!overflow && (val & (1ULL << (x86_pmu.cntval_bits - 1)))) in p4_pmu_handle_irq() 1031 handled += overflow; in p4_pmu_handle_irq()
|
D | perf_event.c | 1244 u64 ctrl, status, overflow, pmc_ctrl, pmc_count, prev_left, fixed; in perf_event_print_debug() local 1261 rdmsrl(MSR_CORE_PERF_GLOBAL_OVF_CTRL, overflow); in perf_event_print_debug() 1267 pr_info("CPU#%d: overflow: %016llx\n", cpu, overflow); in perf_event_print_debug()
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | cci.txt | 118 Definition: list of counter overflow interrupts, one per 120 starting with the cycle counter overflow 121 interrupt, followed by counter0 overflow 122 interrupt, counter1 overflow interrupt,... 123 ,counterN overflow interrupt.
|
/linux-4.4.14/drivers/media/pci/pluto2/ |
D | pluto2.c | 120 unsigned int overflow; member 354 pluto->overflow++; in pluto_irq() 355 if (pluto->overflow) { in pluto_irq() 357 pluto->overflow); in pluto_irq() 359 pluto->overflow = 0; in pluto_irq() 362 pluto->overflow++; in pluto_irq()
|
/linux-4.4.14/fs/udf/ |
D | balloc.c | 119 unsigned long overflow; in udf_bitmap_free_blocks() local 136 overflow = 0; in udf_bitmap_free_blocks() 144 overflow = bit + count - (sb->s_blocksize << 3); in udf_bitmap_free_blocks() 145 count -= overflow; in udf_bitmap_free_blocks() 161 if (overflow) { in udf_bitmap_free_blocks() 163 count = overflow; in udf_bitmap_free_blocks() 165 } while (overflow); in udf_bitmap_free_blocks()
|
/linux-4.4.14/arch/arc/kernel/ |
D | perf_event.c | 220 int overflow = 0; in arc_pmu_event_set_period() local 228 overflow = 1; in arc_pmu_event_set_period() 234 overflow = 1; in arc_pmu_event_set_period() 252 return overflow; in arc_pmu_event_set_period()
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats-struct.txt | 96 * xxx_delay_total wraps around to zero on overflow 97 * xxx_count incremented regardless of overflow 122 * and wraps around to zero silently on overflow 130 * and wraps around to zero silently on overflow
|
D | taskstats.txt | 178 indicated overflow of receive buffers, it should take measures to handle the
|
/linux-4.4.14/drivers/staging/clocking-wizard/ |
D | TODO | 7 - overflow after multiplication?
|
/linux-4.4.14/Documentation/devicetree/bindings/arc/ |
D | archs-pct.txt | 6 It also supports overflow interrupts.
|
/linux-4.4.14/tools/virtio/ |
D | Makefile | 6 …l -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-alias…
|
/linux-4.4.14/Documentation/features/debug/stackprotector/ |
D | arch-support.txt | 4 # description: arch supports compiler driven stack overflow protection
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | htc_pipe.c | 309 int tx_resources, overflow, txqueue_depth, i, good_pkts; in htc_try_send() local 336 overflow = get_queue_depth(txq); in htc_try_send() 339 overflow = txqueue_depth; in htc_try_send() 340 overflow += get_queue_depth(txq); in htc_try_send() 342 overflow -= ep->max_txq_depth; in htc_try_send() 346 if (overflow > 0) { in htc_try_send() 349 __func__, ep->eid, overflow, txqueue_depth, in htc_try_send() 352 if ((overflow <= 0) || in htc_try_send() 361 good_pkts = get_queue_depth(txq) - overflow; in htc_try_send()
|
D | htc_mbox.c | 971 bool overflow = false; in ath6kl_htc_tx_try() local 980 overflow = true; in ath6kl_htc_tx_try() 982 if (overflow) in ath6kl_htc_tx_try() 988 if (overflow && ep_cb.tx_full) { in ath6kl_htc_tx_try()
|
/linux-4.4.14/fs/ufs/ |
D | balloc.c | 138 unsigned overflow, cgno, bit, end_bit, i; in ufs_free_blocks() local 157 overflow = 0; in ufs_free_blocks() 166 overflow = bit + count - uspi->s_fpg; in ufs_free_blocks() 167 count -= overflow; in ufs_free_blocks() 168 end_bit -= overflow; in ufs_free_blocks() 207 if (overflow) { in ufs_free_blocks() 209 count = overflow; in ufs_free_blocks()
|
/linux-4.4.14/fs/ext2/ |
D | balloc.c | 484 unsigned long overflow; in ext2_free_blocks() local 503 overflow = 0; in ext2_free_blocks() 513 overflow = bit + count - EXT2_BLOCKS_PER_GROUP(sb); in ext2_free_blocks() 514 count -= overflow; in ext2_free_blocks() 555 if (overflow) { in ext2_free_blocks() 557 count = overflow; in ext2_free_blocks()
|
/linux-4.4.14/arch/mn10300/unit-asb2364/include/unit/ |
D | timex.h | 41 # error MTM tick timer interval value is overflow.
|
/linux-4.4.14/drivers/net/phy/ |
D | dp83640.c | 848 u8 overflow; in decode_rxts() local 850 overflow = (phy_rxts->ns_hi >> 14) & 0x3; in decode_rxts() 851 if (overflow) in decode_rxts() 852 pr_debug("rx timestamp queue overflow, count %d\n", overflow); in decode_rxts() 895 u8 overflow; in decode_txts() local 906 overflow = (phy_txts->ns_hi >> 14) & 0x3; in decode_txts() 907 if (overflow) { in decode_txts() 908 pr_debug("tx timestamp queue overflow, count %d\n", overflow); in decode_txts()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | module.c | 400 goto overflow; in apply_relocate_add() 406 overflow: in apply_relocate_add()
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvsi.c | 368 int overflow = datalen - TTY_THRESHOLD_THROTTLE; in hvsi_recv_data() local 375 if (overflow > 0) { in hvsi_recv_data() 382 if (overflow > 0) { in hvsi_recv_data() 388 memcpy(hp->throttle_buf, data + TTY_THRESHOLD_THROTTLE, overflow); in hvsi_recv_data() 389 hp->n_throttle = overflow; in hvsi_recv_data()
|
/linux-4.4.14/lib/zlib_deflate/ |
D | deftree.c | 423 int overflow = 0; /* number of elements with bit length too large */ in gen_bitlen() local 435 if (bits > max_length) bits = max_length, overflow++; in gen_bitlen() 448 if (overflow == 0) return; in gen_bitlen() 463 overflow -= 2; in gen_bitlen() 464 } while (overflow > 0); in gen_bitlen()
|
/linux-4.4.14/Documentation/fault-injection/ |
D | provoke-crashes.txt | 14 recur_count : Recursion level for the stack overflow test. Default is 10.
|
/linux-4.4.14/arch/x86/include/asm/ |
D | traps.h | 19 asmlinkage void overflow(void);
|
/linux-4.4.14/Documentation/networking/ |
D | xfrm_proc.txt | 66 i.e. Sequence number overflow
|
D | 3c509.txt | 182 0x04 Status stack overflow (normally impossible).
|
D | can.txt | 799 and set to zero at index overflow.
|
D | ip-sysctl.txt | 182 reset them. Default state is FALSE. It means that if overflow
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_replay.c | 566 .overflow = xfrm_replay_overflow, 574 .overflow = xfrm_replay_overflow_bmp, 582 .overflow = xfrm_replay_overflow_esn,
|
D | xfrm_output.c | 89 err = x->repl->overflow(x, skb); in xfrm_output_one()
|
/linux-4.4.14/net/ipv4/ |
D | ip_options.c | 426 unsigned int overflow = optptr[3]>>4; in ip_options_compile() local 427 if (overflow == 15) { in ip_options_compile() 432 optptr[3] = (optptr[3]&0xF)|((overflow+1)<<4); in ip_options_compile()
|
/linux-4.4.14/fs/ext4/ |
D | mballoc.c | 4665 unsigned int overflow; in ext4_free_blocks() local 4718 overflow = EXT4_PBLK_COFF(sbi, block); in ext4_free_blocks() 4719 if (overflow) { in ext4_free_blocks() 4721 overflow = sbi->s_cluster_ratio - overflow; in ext4_free_blocks() 4722 block += overflow; in ext4_free_blocks() 4723 if (count > overflow) in ext4_free_blocks() 4724 count -= overflow; in ext4_free_blocks() 4728 block -= overflow; in ext4_free_blocks() 4729 count += overflow; in ext4_free_blocks() 4732 overflow = EXT4_LBLK_COFF(sbi, count); in ext4_free_blocks() [all …]
|
/linux-4.4.14/arch/mips/kernel/ |
D | perf_event_mipsxx.c | 88 u64 overflow; member 402 local64_set(&hwc->prev_count, mipspmu.overflow - left); in mipspmu_event_set_period() 404 mipspmu.write_counter(idx, mipspmu.overflow - left); in mipspmu_event_set_period() 1399 if (counter & mipspmu.overflow) { \ in mipsxx_pmu_handle_shared_irq() 1782 mipspmu.overflow = 1ULL << 63; in init_hw_perf_events() 1789 mipspmu.overflow = 1ULL << 31; in init_hw_perf_events()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | cpu_mf.h | 136 unsigned long long overflow; /* 64 - sample Overflow count */ member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | kernel.fuc | 270 /* check if there wasn't any overflow */ 279 /* this cannot overflow as long as HW_TICKS_PER_US < 1000 */ 302 /* check if there wasn't any overflow */ 330 // $r14 - ticks (make sure it is < 2^31 to avoid any possible overflow)
|
/linux-4.4.14/arch/x86/math-emu/ |
D | reg_ld_str.c | 453 goto overflow; in FPU_store_double() 470 overflow: in FPU_store_double() 637 goto overflow; in FPU_store_single() 651 overflow: in FPU_store_single()
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | fskeleton.S | 70 | This is the exit point for the 060FPSP when an enabled overflow exception 72 | for enabled overflow conditions. The exception stack frame is an overflow
|
D | TEST.DOC | 153 (3) non-maskable overflow/underflow exceptions
|
/linux-4.4.14/drivers/tty/ |
D | n_tty.c | 1703 int room, n, rcvd = 0, overflow; in n_tty_receive_buf_common() local 1728 overflow = ldata->icanon && ldata->canon_head == tail; in n_tty_receive_buf_common() 1729 if (overflow && room < 0) in n_tty_receive_buf_common() 1731 room = overflow; in n_tty_receive_buf_common() 1734 overflow = 0; in n_tty_receive_buf_common() 1741 if (!overflow || !fp || *fp != TTY_PARITY) in n_tty_receive_buf_common() 1755 if (overflow) { in n_tty_receive_buf_common()
|
/linux-4.4.14/fs/ |
D | seq_file.c | 689 goto overflow; in seq_put_decimal_ull() 701 goto overflow; in seq_put_decimal_ull() 705 overflow: in seq_put_decimal_ull()
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110.h | 70 int overflow; member
|
D | av7110_av.c | 891 events->overflow = 1; in dvb_video_add_event() 909 if (events->overflow) { in dvb_video_get_event() 910 events->overflow = 0; in dvb_video_get_event() 1588 av7110->video_events.overflow = 0; in av7110_av_register()
|
/linux-4.4.14/arch/alpha/lib/ |
D | memchr.S | 45 # search til the end of the address space, we will overflow
|
D | ev6-memchr.S | 42 # search til the end of the address space, we will overflow
|
/linux-4.4.14/Documentation/filesystems/ |
D | logfs.txt | 194 collisions necessary to overflow a bucket, but testing showed that in 195 10,000 runs the lowest directory fill before a bucket overflow was 201 overflow with just 21 entries (4 higher tables + 16 entries + 1). So
|
D | btrfs.txt | 130 Enable free inode number caching. Defaults to off due to an overflow
|
D | sysfs.txt | 217 returned to user space. If you can guarantee that an overflow
|
D | hpfs.txt | 236 Fixed a file overflow at 2G
|
/linux-4.4.14/tools/perf/ |
D | design.txt | 181 * in the overflow packets. 277 Like stated, asynchronous events, like counter overflow or PROT_EXEC mmap 403 so many counter overflow events. 428 Additionally, non-inherited overflow counters can use
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 970 # the exceptional possibilities we have left ourselves with are ONLY overflow 971 # and inexact. and, the inexact is such that overflow occurred and was disabled 989 # overflow is enabled AND overflow, of course, occurred. so, we have the EXOP 1361 btst &ovfl_bit,FPSR_EXCEPT(%a6) # was overflow set? 1367 bra.w fu_in_exc_ovfl # go insert overflow frame 1392 btst &ovfl_bit,FPSR_EXCEPT(%a6) # did disabled overflow occur? 1939 btst &ovfl_bit,FPSR_EXCEPT(%a6) # was overflow set? 1970 btst &ovfl_bit,FPSR_EXCEPT(%a6) # did disabled overflow occur? 4185 # no exception that was enabled was set BUT if we got an exact overflow 4186 # and overflow wasn't enabled but inexact was (yech!) then this is [all …]
|
D | ilsp.S | 279 # v (overflow) bit is set in the saved %ccr. If overflow, the dividend # 293 # the first two quotient words must be zero, or overflow would occur. 335 lsl.l &0x1, %d6 # shift u4,u3 with overflow to u2
|
D | pfpsp.S | 969 # the exceptional possibilities we have left ourselves with are ONLY overflow 970 # and inexact. and, the inexact is such that overflow occurred and was disabled 988 # overflow is enabled AND overflow, of course, occurred. so, we have the EXOP 1360 btst &ovfl_bit,FPSR_EXCEPT(%a6) # was overflow set? 1366 bra.w fu_in_exc_ovfl # go insert overflow frame 1391 btst &ovfl_bit,FPSR_EXCEPT(%a6) # did disabled overflow occur? 1938 btst &ovfl_bit,FPSR_EXCEPT(%a6) # was overflow set? 1969 btst &ovfl_bit,FPSR_EXCEPT(%a6) # did disabled overflow occur?
|
D | fplsp.S | 427 set ovfl_bit, 4 # overflow 434 set aovfl_bit, 6 # accrued overflow bit 455 set ovfl_mask, 0x00001000 # overflow exception mask 462 set aovfl_mask, 0x00000040 # accrued overflow 5902 #--there is a danger of unwanted overflow in first LOOP iteration. In this 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 # 6863 # Notes: Exp(X) will surely overflow or underflow, depending on # 7596 # overflow. Thus, we calculate sinh(X) as follows: # [all …]
|
D | ftest.S | 825 # This test will take a non-maskable overflow directly. 876 # This test will take an overflow directly.
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | drm.h | 112 unsigned long overflow; member
|
D | dc.c | 84 stats->overflow = 0; in tegra_dc_stats_reset() 1343 dc->stats.overflow++; in tegra_dc_irq() 1625 seq_printf(s, "overflow: %lu\n", dc->stats.overflow); in tegra_dc_show_stats()
|
/linux-4.4.14/fs/gfs2/ |
D | quota.c | 737 unsigned pg_off, nbytes, overflow = 0; in gfs2_write_disk_quota() local 749 overflow = (pg_off + nbytes) - PAGE_CACHE_SIZE; in gfs2_write_disk_quota() 754 nbytes - overflow); in gfs2_write_disk_quota() 758 ptr + nbytes - overflow, in gfs2_write_disk_quota() 759 overflow); in gfs2_write_disk_quota()
|
/linux-4.4.14/drivers/s390/cio/ |
D | chp.c | 540 int overflow) in chp_process_crw() argument 544 if (overflow) { in chp_process_crw()
|
D | css.c | 658 static void css_process_crw(struct crw *crw0, struct crw *crw1, int overflow) in css_process_crw() argument 663 if (overflow) { in css_process_crw()
|
D | chsc.c | 674 static void chsc_process_crw(struct crw *crw0, struct crw *crw1, int overflow) in chsc_process_crw() argument 678 if (overflow) { in chsc_process_crw()
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_frontend.h | 489 int overflow; member
|
D | dvb_frontend.c | 218 events->overflow = 1; in dvb_frontend_add_event() 241 if (events->overflow) { in dvb_frontend_get_event() 242 events->overflow = 0; in dvb_frontend_get_event()
|
/linux-4.4.14/drivers/md/ |
D | dm-snap-persistent.c | 881 char overflow = toupper(options[0]); in persistent_ctr() local 882 if (overflow == 'O') in persistent_ctr()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | setup.c | 743 static int overflow; in get_model_name() local 763 if (overflow++ == 0) in get_model_name()
|
/linux-4.4.14/firmware/keyspan_pda/ |
D | keyspan_pda.S | 769 ;; signal overflow 937 ;; check for overflow before incrementing rx_ring_in 940 ;; signal overflow 1110 ;; if (tx_ring_in+1 == tx_ring_out), overflow
|
D | xircom_pgs.S | 826 ;; signal overflow 998 ;; check for overflow before incrementing rx_ring_in 1001 ;; signal overflow 1178 ;; if (tx_ring_in+1 == tx_ring_out), overflow
|
/linux-4.4.14/mm/ |
D | vmalloc.c | 407 goto overflow; in alloc_vmap_area() 412 goto overflow; in alloc_vmap_area() 439 goto overflow; in alloc_vmap_area() 450 goto overflow; in alloc_vmap_area() 465 overflow: in alloc_vmap_area()
|
/linux-4.4.14/Documentation/input/ |
D | sentelic.txt | 21 Byte 1: Bit7 => Y overflow 22 Bit6 => X overflow 50 Byte 1: Bit7 => Y overflow 51 Bit6 => X overflow 432 Byte 1: Bit7 => 0, Y overflow 433 Bit6 => 0, X overflow
|
D | alps.txt | 95 Note that the device never signals overflow condition.
|
/linux-4.4.14/Documentation/ |
D | Intel-IOMMU.txt | 52 any overflow that might happen.
|
D | iostats.txt | 51 overflow and wrap). Yes, these are (32-bit or 64-bit) unsigned long
|
D | kmemcheck.txt | 146 warnings might overflow the kernel log itself, and the earlier reports
|
D | CodingStyle | 743 Both forms check for overflow on the allocation size n * sizeof(...),
|
D | kernel-parameters.txt | 2989 If you hit the warning due to signal overflow,
|
/linux-4.4.14/Documentation/timers/ |
D | timers-howto.txt | 33 possible overflow when passing large arguments to udelay.
|
/linux-4.4.14/Documentation/acpi/apei/ |
D | output_format.txt | 58 [restartable][, precise IP][, overflow][, corrected]
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_gsc.c | 455 bool overflow, bool done) in gsc_handle_irq() argument 460 enable, overflow, done); in gsc_handle_irq() 470 if (overflow) in gsc_handle_irq()
|
/linux-4.4.14/virt/kvm/arm/ |
D | vgic.c | 1255 int overflow = 0; in __kvm_vgic_flush_hwstate() local 1278 overflow = 1; in __kvm_vgic_flush_hwstate() 1284 overflow = 1; in __kvm_vgic_flush_hwstate() 1290 overflow = 1; in __kvm_vgic_flush_hwstate() 1297 if (overflow) { in __kvm_vgic_flush_hwstate()
|
/linux-4.4.14/scripts/ |
D | analyze_suspend.py | 2034 body {overflow-y: scroll;}\n\ 2349 body {overflow-y: scroll;}\n\ 2375 .zoombox {position: relative; width: 100%; overflow-x: scroll;}\n\ 2376 ….timeline {position: relative; font-size: 14px;cursor: pointer;width: 100%; overflow: hidden; back… 2377 ….thread {position: absolute; height: '+'%.3f'%thread_height+'%; overflow: hidden; line-height: 30p… 2380 ….traceevent {position: absolute;opacity: 0.3;height: '+'%.3f'%thread_height+'%;width:0;overflow:hi… 2381 .phase {position: absolute;overflow: hidden;border:0px;text-align:center;}\n\ 2382 ….phaselet {position:absolute;overflow:hidden;border:0px;text-align:center;height:100px;font-size:2…
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | ChangeLog | 27 overflow the available space in the task structure.
|
D | softfloat.c | 608 goto overflow; in roundAndPackFloatx80() 666 overflow: in roundAndPackFloatx80()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | hw.c | 2999 void (*overflow)(void *), in ath_gen_timer_alloc() 3022 timer->overflow = overflow; in ath_gen_timer_alloc() 3071 if (timer->overflow) in ath9k_hw_gen_timer_start() 3146 if (!timer->overflow) in ath_gen_timer_isr() 3150 timer->overflow(timer->arg); in ath_gen_timer_isr()
|
D | hw.h | 548 void (*overflow)(void *arg); member 1072 void (*overflow)(void *),
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | omap2430.dtsi | 166 <61>; /* RX overflow interrupt */
|
/linux-4.4.14/arch/x86/entry/ |
D | entry_32.S | 562 ENTRY(overflow) 567 END(overflow)
|
D | entry_64.S | 830 idtentry overflow do_overflow has_error_code=0
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 136 bool overflow; member 1220 decoder->overflow = true; in intel_pt_overflow() 1778 if (decoder->overflow) { in intel_pt_walk_to_ip() 1867 decoder->overflow = false; in intel_pt_sync_ip()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | entry.S | 232 | kernel stack, otherwise stack overflow can occur during
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | Kconfig | 166 tristate "weighted overflow scheduling" 168 The weighted overflow scheduling algorithm directs network
|
/linux-4.4.14/Documentation/x86/ |
D | intel_mpx.txt | 8 usurped at runtime due to buffer overflow or underflow. 78 bounds, like during a buffer overflow.
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | entry.S | 205 pop $mof ; multiply overflow register 219 pop $mof ; multiply overflow register
|
/linux-4.4.14/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 153 int overflow; member 799 if (vip->overflow++ > 5) in vip_irq()
|
/linux-4.4.14/drivers/base/ |
D | core.c | 2120 goto overflow; in create_syslog_header() 2153 goto overflow; in create_syslog_header() 2157 overflow: in create_syslog_header()
|
/linux-4.4.14/fs/jfs/ |
D | jfs_dtree.c | 3033 int overflow, fix_page, page_fixed = 0; in jfs_readdir() local 3194 overflow = fix_page = 0; in jfs_readdir() 3205 overflow = 1; in jfs_readdir() 3234 overflow = 1; in jfs_readdir() 3286 if (!overflow) { in jfs_readdir() 3320 if (!overflow && (bn == 0)) { in jfs_readdir()
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 281 u8 overflow = (height >> 9 & 0x02) | (width >> 10 & 0x01); in em28xx_capture_area_set() local 286 ((overflow & 2) << 9 | cwidth << 2), in em28xx_capture_area_set() 287 ((overflow & 1) << 10 | cheight << 2)); in em28xx_capture_area_set() 293 em28xx_write_regs(dev, EM28XX_R1B_OFLOW, &overflow, 1); in em28xx_capture_area_set()
|
/linux-4.4.14/Documentation/arm/ |
D | vlocks.txt | 74 overflow.
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | vectors.S | 379 bbsi.l a0, 8, 1f # don't restore except for overflow 8 and 12
|
/linux-4.4.14/Documentation/video4linux/ |
D | uvcvideo.txt | 136 The requested offset and size would overflow the UVC control.
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig.debug | 127 this feature can be used to prevent trace overflow from loops that
|
/linux-4.4.14/fs/affs/ |
D | Changes | 241 - Argument to volume option could overflow the
|
/linux-4.4.14/arch/s390/oprofile/ |
D | hwsampler.c | 778 cb->sample_overflow += te->overflow; in worker_on_interrupt()
|
/linux-4.4.14/arch/arm/crypto/ |
D | aes-ce-core.S | 288 cmn r6, r4 @ 32 bit overflow?
|
/linux-4.4.14/Documentation/vm/ |
D | numa | 75 "overflow" or "fallback".
|
/linux-4.4.14/arch/s390/ |
D | Kconfig | 534 prompt "Detect kernel stack overflow" 539 an illegal operation if the kernel stack is about to overflow.
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 5092 bool overflow; in task_can_attach() local 5100 overflow = __dl_overflow(dl_b, cpus, 0, p->dl.dl_bw); in task_can_attach() 5101 if (overflow) in task_can_attach() 7274 bool overflow; in cpuset_cpu_inactive() local 7284 overflow = __dl_overflow(dl_b, cpus, 0, 0); in cpuset_cpu_inactive() 7289 if (overflow) in cpuset_cpu_inactive()
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | philips.txt | 205 32 0x20 Showing underflow, overflow and Dumping frame On
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | dcsr.txt | 75 monitor interrupt signal based on either counter overflow or value
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | msr.txt | 93 multiplication with tsc_to_system_mul does not overflow.
|
D | mmu.txt | 443 pages are zapped when there is an overflow.
|
/linux-4.4.14/fs/afs/ |
D | dir.c | 84 uint8_t overflow[4]; /* if any char of the name (inc member
|
/linux-4.4.14/tools/perf/util/ |
D | evsel.c | 1569 static inline bool overflow(const void *endp, u16 max_size, const void *offset, in overflow() function 1577 if (overflow(endp, (max_size), (offset), (size))) \
|
/linux-4.4.14/drivers/edac/ |
D | sb_edac.c | 2053 bool overflow = GET_BITFIELD(m->status, 62, 62); in sbridge_mce_output_error() local 2157 overflow ? " OVERFLOW" : "", in sbridge_mce_output_error()
|
/linux-4.4.14/Documentation/serial/ |
D | tty.txt | 277 into the port buffers without overflow (or less).
|
/linux-4.4.14/Documentation/locking/ |
D | lockdep-design.txt | 253 the per-bucket spinlocks would guarantee lock-class overflow.
|
/linux-4.4.14/arch/x86/ |
D | Kconfig.debug | 194 memory and add debugging code. On overflow always panic. And
|
D | Kconfig | 1666 overflow or underflow bugs.
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Audigy-mixer.txt | 24 (set to maximal or minimal value without checking of overflow).
|
D | SB-Live-mixer.txt | 38 (set to maximal or minimal value without checking of overflow).
|
/linux-4.4.14/sound/oss/ |
D | CHANGELOG | 320 Recording was not restarted after a buffer overflow situation.
|
/linux-4.4.14/arch/ |
D | Kconfig | 373 prompt "Stack Protector buffer overflow detection"
|
/linux-4.4.14/kernel/ |
D | cgroup.c | 5940 goto overflow; in cgroup_css_links_read() 5946 goto overflow; in cgroup_css_links_read() 5950 overflow: in cgroup_css_links_read()
|
/linux-4.4.14/drivers/net/ethernet/alteon/ |
D | acenic.c | 2422 goto overflow; in ace_start_xmit() 2517 overflow: in ace_start_xmit()
|
/linux-4.4.14/kernel/events/ |
D | core.c | 6516 static void perf_swevent_overflow(struct perf_event *event, u64 overflow, in perf_swevent_overflow() argument 6523 if (!overflow) in perf_swevent_overflow() 6524 overflow = perf_swevent_set_period(event); in perf_swevent_overflow() 6529 for (; overflow; overflow--) { in perf_swevent_overflow()
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 1122 "fatal error - scanner input buffer overflow" ); 1262 YY_FATAL_ERROR( "flex scanner push-back overflow" );
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c_shipped | 1602 "fatal error - scanner input buffer overflow" ); 1716 YY_FATAL_ERROR( "flex scanner push-back overflow" );
|
/linux-4.4.14/ |
D | Makefile | 757 KBUILD_CFLAGS += $(call cc-option,-fno-strict-overflow)
|
/linux-4.4.14/include/net/ |
D | xfrm.h | 278 int (*overflow)(struct xfrm_state *x, struct sk_buff *skb); member
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 462 overflow). Hit ratio is better than 99.9 % on my system, so no
|
D | ncr53c8xx.txt | 511 data transferred reaches 1000 GB in order to avoid overflow.
|
/linux-4.4.14/tools/power/cpupower/po/ |
D | de.po | 150 msgid "Monitor \"%s\" (%d states) - Might overflow after %u s\n"
|
D | it.po | 150 msgid "Monitor \"%s\" (%d states) - Might overflow after %u s\n"
|
D | cs.po | 153 msgid "Monitor \"%s\" (%d states) - Might overflow after %u s\n"
|
D | fr.po | 150 msgid "Monitor \"%s\" (%d states) - Might overflow after %u s\n"
|
D | pt.po | 148 msgid "Monitor \"%s\" (%d states) - Might overflow after %u s\n"
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 1455 "fatal error - scanner input buffer overflow" );
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3332 these structures. Maybe it's a stack overflow from the next page: 3344 have been pretty heavy stack overflow: 3390 It's not stack overflow. The only "stack-like" piece of this data is
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 136 20 20 Fixed point overflow mask if 1=FPU exceptions for this event 139 21 21 Decimal overflow mask if 1=FPU exceptions for this event occur
|
/linux-4.4.14/drivers/watchdog/ |
D | Kconfig | 1469 so that the timer has a chance to clear the overflow counter. On
|
/linux-4.4.14/init/ |
D | Kconfig | 1754 in the latency of the free. On overflow these caches will be cleared
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 2845 can be in danger of a stack overflow, and corruption will occur,
|