/linux-4.4.14/arch/metag/lib/ |
H A D | memcpy.S | 88 ! Save the number of bytes of mis-alignment in D0Ar4 for use later 91 ! if there is no mis-alignment after all, use the aligned copy loop 99 ! There are 3 mis-alignment cases to be considered. Less than 4 bytes, exactly 102 BLT $Lunaligned_1_2_3 ! use 1-3 byte mis-alignment loop 103 BZ $Lunaligned_4 ! use 4 byte mis-alignment loop 105 ! The mis-alignment is more than 4 bytes 163 ! The 4 byte mis-alignment case - this does not require any shifting, just a
|
H A D | memset.S | 25 B $LByteStub ! dst is mis-aligned, do $LByteStub
|
/linux-4.4.14/drivers/crypto/ux500/cryp/ |
H A D | cryp_irq.c | 44 return (readl_relaxed(&device_data->base->mis) & irq_src) > 0; cryp_pending_irq_src()
|
H A D | cryp_irqp.h | 55 * @mis - Masked interrupt statu register 92 u32 mis; /* Masked interrupt statu register */ member in struct:cryp_register
|
/linux-4.4.14/Documentation/networking/ |
H A D | cxacru-cf.py | 22 # contains mis-aligned values which will stop the modem from being able
|
/linux-4.4.14/arch/nios2/kernel/ |
H A D | misaligned.c | 4 * basic emulation for mis-aligned accesses on the NIOS II cpu 64 * (mis)alignment handler
|
/linux-4.4.14/drivers/parisc/ |
H A D | eisa_enumerator.c | 401 printk(KERN_ERR "eisa_enumerator: function %d length mis-match " parse_slot_config() 415 printk(KERN_ERR "eisa_enumerator: config data length mis-match got %d, expected %d\n", parse_slot_config() 421 printk(KERN_ERR "eisa_enumerator: number of functions mis-match got %d, expected %d\n", parse_slot_config() 459 printk(KERN_ERR "EISA slot %d id mis-match: got %s", init_slot()
|
/linux-4.4.14/drivers/isdn/i4l/ |
H A D | isdn_ppp.c | 1057 struct ippp_struct *is, *mis; isdn_ppp_push_higher() local 1078 mis = ippp_table[slot]; isdn_ppp_push_higher() 1084 if (mis->compflags & SC_DECOMP_ON) { isdn_ppp_push_higher() 1085 skb = isdn_ppp_decompress(skb, is, mis, &proto); isdn_ppp_push_higher() 2674 struct ippp_struct *mis; isdn_ppp_receive_ccp() local 2696 mis = ippp_table[slot]; isdn_ppp_receive_ccp() 2698 mis = is; isdn_ppp_receive_ccp() 2705 mis->compflags &= ~SC_COMP_ON; isdn_ppp_receive_ccp() 2714 mis->compflags &= ~(SC_DECOMP_ON | SC_COMP_ON); isdn_ppp_receive_ccp() 2723 if (!mis->decompressor) isdn_ppp_receive_ccp() 2725 mis->compflags |= SC_DECOMP_ON; isdn_ppp_receive_ccp() 2741 isdn_ppp_ccp_reset_ack_rcvd(mis, skb->data[1]); isdn_ppp_receive_ccp() 2742 if (mis->decompressor && mis->decomp_stat) isdn_ppp_receive_ccp() 2743 mis->decompressor-> isdn_ppp_receive_ccp() 2744 reset(mis->decomp_stat, isdn_ppp_receive_ccp() 2750 mis->compflags &= ~SC_DECOMP_DISCARD; isdn_ppp_receive_ccp() 2777 if (mis->compressor && mis->comp_stat) isdn_ppp_receive_ccp() 2778 mis->compressor-> isdn_ppp_receive_ccp() 2779 reset(mis->comp_stat, isdn_ppp_receive_ccp() 2849 struct ippp_struct *mis, *is; isdn_ppp_send_ccp() local 2883 mis = ippp_table[slot]; isdn_ppp_send_ccp() 2885 mis = is; isdn_ppp_send_ccp() 2886 if (mis != is) isdn_ppp_send_ccp()
|
/linux-4.4.14/drivers/pinctrl/spear/ |
H A D | pinctrl-plgpio.c | 47 u32 mis; /* mask interrupt status register */ member in struct:plgpio_regs 373 pending = readl_relaxed(plgpio->base + plgpio->regs.mis + plgpio_irq_handler() 379 writel_relaxed(~pending, plgpio->base + plgpio->regs.mis + plgpio_irq_handler() 498 if (!of_property_read_u32(np, "st-plgpio,mis-reg", &val)) { plgpio_probe_dt() 499 plgpio->regs.mis = val; plgpio_probe_dt() 501 dev_err(&pdev->dev, "DT: Invalid mis reg\n"); plgpio_probe_dt()
|
/linux-4.4.14/drivers/md/persistent-data/ |
H A D | dm-btree-internal.h | 26 * of 8-bytes in size, otherwise the 64bit keys will be mis-aligned.
|
/linux-4.4.14/drivers/clk/ |
H A D | clk-pwm.c | 8 * PWM (mis)used as clock output
|
/linux-4.4.14/fs/ncpfs/ |
H A D | ncpsign_kernel.c | 17 /* i386: 32-bit, little endian, handles mis-alignment */
|
/linux-4.4.14/drivers/scsi/ |
H A D | ppa.h | 20 * in response to this driver "mis-behaving" on his machine.
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
H A D | perf_event_intel_lbr.c | 437 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; intel_pmu_lbr_read_64() local 449 mis = !!(info & LBR_INFO_MISPRED); intel_pmu_lbr_read_64() 450 pred = !mis; intel_pmu_lbr_read_64() 456 mis = !!(from & LBR_FROM_FLAG_MISPRED); intel_pmu_lbr_read_64() 457 pred = !mis; intel_pmu_lbr_read_64() 480 cpuc->lbr_entries[out].mispred = mis; intel_pmu_lbr_read_64()
|
/linux-4.4.14/drivers/staging/octeon/ |
H A D | ethernet-rgmii.c | 102 * giving us packets with mis aligned cvm_oct_rgmii_poll()
|
/linux-4.4.14/drivers/scsi/dpt/ |
H A D | osd_util.h | 134 /* chunk when accessing mis-aligned */
|
/linux-4.4.14/drivers/md/ |
H A D | dm-service-time.c | 242 * To avoid the overflow and mis-selection, shift down both. st_compare_load()
|
/linux-4.4.14/kernel/time/ |
H A D | sched_clock.c | 117 * sched_clock() will never observe mis-matched data even if called from
|
/linux-4.4.14/include/linux/ |
H A D | clockchips.h | 50 * x86(64) specific (mis)features:
|
H A D | nodemask.h | 110 * inlined we will end up with a section mis-match error (of the type of
|
/linux-4.4.14/arch/powerpc/platforms/86xx/ |
H A D | mpc8610_hpcd.c | 174 /* The DVI port is mis-wired on revision 1 of this board. */ mpc8610hpcd_get_pixel_format()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | stv0900_core.c | 1555 enum fe_stv0900_demod_num demod, int mis) stv0900_set_mis() 1559 if (mis < 0 || mis > 255) { stv0900_set_mis() 1563 dprintk("Enable MIS filtering - %d\n", mis); stv0900_set_mis() 1565 stv0900_write_reg(intp, ISIENTRY, mis); stv0900_set_mis() 1554 stv0900_set_mis(struct stv0900_internal *intp, enum fe_stv0900_demod_num demod, int mis) stv0900_set_mis() argument
|
H A D | stv090x.c | 3438 static int stv090x_set_mis(struct stv090x_state *state, int mis) stv090x_set_mis() argument 3442 if (mis < 0 || mis > 255) { stv090x_set_mis() 3449 dprintk(FE_DEBUG, 1, "Enable MIS filtering - %d", mis); stv090x_set_mis() 3454 if (STV090x_WRITE_DEMOD(state, ISIENTRY, mis) < 0) stv090x_set_mis()
|
/linux-4.4.14/drivers/misc/echo/ |
H A D | echo.h | 110 major mis-convergence in the adaption process. An assessment algorithm is
|
/linux-4.4.14/arch/x86/pci/ |
H A D | ce4100.c | 26 * This provides access methods for PCI registers that mis-behave on
|
/linux-4.4.14/arch/cris/arch-v10/drivers/ |
H A D | axisflashmap.c | 403 "device due to kernel (mis)configuration!\n"); init_axis_flash()
|
/linux-4.4.14/scripts/kconfig/lxdialog/ |
H A D | menubox.c | 55 * would leave mis-synchronized lxdialog.scrltmp files lying around,
|
/linux-4.4.14/arch/ia64/sn/kernel/ |
H A D | bte.c | 306 * mis-aligned. If the source offset from the first bte_unaligned_copy()
|
/linux-4.4.14/drivers/usb/musb/ |
H A D | da8xx.c | 221 * RTL seems to mis-handle session "start" otherwise (or in otg_timer()
|
H A D | davinci.c | 223 * seems to mis-handle session "start" otherwise (or in our otg_timer()
|
/linux-4.4.14/drivers/sbus/char/ |
H A D | bbc_envctrl.c | 94 /* Put temperatures into range so we don't mis-program set_fan_speeds()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | dac.c | 116 /* force mis-match so we loop */ sample_load_twice()
|
/linux-4.4.14/drivers/scsi/bfa/ |
H A D | bfa_defs.h | 1179 u32 badfrminf; /* mis-match info */ 1180 u32 badfrmnum; /* mis-match fram number */
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_hwi.c | 1141 printk(KERN_ERR PFX "ERROR:ofld_cmpl: HBA mis-match\n"); bnx2fc_process_ofld_cmpl() 1198 printk(KERN_ERR PFX "context id mis-match\n"); bnx2fc_process_enable_conn_cmpl() 1203 printk(KERN_ERR PFX "bnx2fc-enbl_cmpl: HBA mis-match\n"); bnx2fc_process_enable_conn_cmpl()
|
/linux-4.4.14/drivers/atm/ |
H A D | eni.c | 364 "mis-aligned RX data (0x%lx)\n",vcc->dev->number, do_rx_dma() 1064 printk(KERN_ERR DEV_LABEL "(itf %d): VCI %d has mis-aligned " do_tx() 1100 mis-alignment fix */ do_tx()
|
H A D | horizon.c | 838 // different process) may cause some data to be mis-delivered then hrz_close_rx()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 85 #define FE_C10 (1<<27) /* Various C10 core (mis)features */
|
/linux-4.4.14/drivers/sh/maple/ |
H A D | maple.c | 469 * mis-reported emptyness maple_vblank_handler()
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
H A D | gru_instructions.h | 690 * mean TLB mis - only fatal errors such as memory parity error or user
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-board.c | 728 ("ERROR: The board type is mis-configured, and software malfunctions are likely.\n"); __cvmx_helper_board_hardware_enable()
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | processor.h | 31 * TASK_SIZE really is a mis-named. It really is the maximum user
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | sdhci-esdhc-imx.c | 93 * There is an INT DMA ERR mis-match between eSDHC and STD SDHC SPEC:
|
H A D | mmc_spi.c | 68 * of SPI controller drivers that mis-handle the cs_change flag!
|
/linux-4.4.14/sound/i2c/other/ |
H A D | ak4xxx-adda.c | 804 * mis-use 'shift' to pass mixer_ch */ build_adc_controls()
|
/linux-4.4.14/sound/soc/fsl/ |
H A D | fsl_dma.c | 498 * the DMA controller is mis-programmed somehow. fsl_dma_open()
|
/linux-4.4.14/tools/perf/util/ |
H A D | hist.c | 425 * mis-adjust symbol addresses when computing hists__findnew_entry()
|
/linux-4.4.14/drivers/scsi/bnx2i/ |
H A D | bnx2i_hwi.c | 2425 printk(KERN_ALERT "conn destroy- error hba mis-match\n"); bnx2i_process_conn_destroy_cmpl() 2460 printk(KERN_ALERT "ofld_cmpl: error hba mis-match\n"); bnx2i_process_ofld_cmpl()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
H A D | 4965-rs.c | 882 * Since rates mis-match, the last LQ command may have failed. il4965_rs_tx_status() 883 * After IL_MISSED_RATE_MAX mis-matches, resync the uCode with il4965_rs_tx_status()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
H A D | rs.c | 969 * Since rates mis-match, the last LQ command may have failed. rs_tx_status() 970 * After IWL_MISSED_RATE_MAX mis-matches, resync the uCode with rs_tx_status()
|
/linux-4.4.14/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 86 * Fix mis-placed #endif (2.4.21 kernel).
|
/linux-4.4.14/drivers/hwmon/ |
H A D | lm90.c | 1299 * For this reason it will be mis-detected as MAX6657 if its lm90_detect()
|
/linux-4.4.14/drivers/input/mouse/ |
H A D | elantech.c | 1437 * value to avoid mis-detection. Logitech mice are known to respond elantech_detect()
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
H A D | txrx.c | 504 * mis-calculates TCP checksum - if it should be 0x0, wil_vring_reap_rx()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_ethtool.c | 1459 ret_val = 13; /* ret_val is the same as mis-compare */ e1000_run_loopback_test()
|
/linux-4.4.14/arch/sparc/mm/ |
H A D | srmmu.c | 1130 * it is coming from user mode (it mis-executes the branch in poke_swift()
|
H A D | init_64.c | 669 * by version mis-match tests in mmu_context.h).
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 3316 # there are three possible mis-aligned cases for longword cas. they 3618 # there are two possible mis-aligned cases for word cas. they 4033 # there are two possible mis-aligned cases for longword cas. they
|
/linux-4.4.14/drivers/staging/speakup/ |
H A D | main.c | 558 /* decided to take out the sayword if on a space (mis-information */ get_word()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
H A D | ethtool.c | 1694 ret_val = 13; /* ret_val is the same as mis-compare */ e1000_run_loopback_test()
|
/linux-4.4.14/drivers/block/drbd/ |
H A D | drbd_worker.c | 552 * socket buffer sizes and resync rate settings are mis-configured. */ drbd_rs_number_requests()
|
H A D | drbd_receiver.c | 247 * resync-rate settings are mis-configured.
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
H A D | rs.c | 1252 * Since rates mis-match, the last LQ command may have failed. iwl_mvm_rs_tx_status() 1253 * After IWL_MISSED_RATE_MAX mis-matches, resync the uCode with iwl_mvm_rs_tx_status()
|
/linux-4.4.14/drivers/hid/ |
H A D | wacom_wac.c | 140 * mis-detected the type and notice that STYLUS2 isn't set wacom_pl_irq()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | radeon_combios.c | 2414 /* RV100 board with external TDMS bit mis-set. radeon_get_legacy_connector_info_from_bios()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
H A D | cmd.c | 2301 mlx4_warn(dev, "recovering from previously mis-behaved VM\n"); sync_toggles()
|
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-config.h | 1048 * alignement. Used to place one or more mis-aligned fragments
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
H A D | bttv-cards.c | 4938 /* bt848 (mis)uses a bit in the irq mask for etbf */ bttv_handle_chipset()
|
/linux-4.4.14/mm/ |
H A D | slab.c | 2631 * in kmem_cache_alloc(). If a caller is seriously mis-behaving they cache_grow()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
H A D | niu.c | 7937 dev_err(np->device, "Port %u, mis-matched LDG assignment for ldn %d, should be %d is %llu\n", niu_ldg_assign_ldn()
|
/linux-4.4.14/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 9284 "mis-identified ThinkPad when true");
|