Searched refs:big (Results 1 - 200 of 1452) sorted by relevance

12345678

/linux-4.4.14/arch/mips/include/asm/
H A Dsparsemem.h6 * SECTION_SIZE_BITS 2^N: how big each section will be
/linux-4.4.14/arch/sh/include/asm/
H A Dsparsemem.h6 * SECTION_SIZE_BITS 2^N: how big each section will be
/linux-4.4.14/arch/metag/include/asm/
H A Dsparsemem.h5 * SECTION_SIZE_BITS 2^N: how big each section will be
/linux-4.4.14/drivers/usb/host/
H A Dehci-fsl.h44 #define FSL_SOC_USB_SNOOP1 0x400 /* NOTE: big-endian */
45 #define FSL_SOC_USB_SNOOP2 0x404 /* NOTE: big-endian */
46 #define FSL_SOC_USB_AGECNTTHRSH 0x408 /* NOTE: big-endian */
47 #define FSL_SOC_USB_PRICTRL 0x40c /* NOTE: big-endian */
48 #define FSL_SOC_USB_SICTRL 0x410 /* NOTE: big-endian */
49 #define FSL_SOC_USB_CTRL 0x500 /* NOTE: big-endian */
H A Dehci-ppc-of.c152 if (of_get_property(dn, "big-endian", NULL)) { ehci_hcd_ppc_of_probe()
156 if (of_get_property(dn, "big-endian-regs", NULL)) ehci_hcd_ppc_of_probe()
158 if (of_get_property(dn, "big-endian-desc", NULL)) ehci_hcd_ppc_of_probe()
H A Dohci-platform.c153 if (of_property_read_bool(dev->dev.of_node, "big-endian-regs")) ohci_platform_probe()
156 if (of_property_read_bool(dev->dev.of_node, "big-endian-desc")) ohci_platform_probe()
159 if (of_property_read_bool(dev->dev.of_node, "big-endian")) ohci_platform_probe()
162 if (of_property_read_bool(dev->dev.of_node, "no-big-frame-no")) ohci_platform_probe()
H A Dohci.h123 * big-endian PPC hardware that's the second entry.
416 #define OHCI_QUIRK_FRAME_NO 0x80 /* no big endian frame_no shift */
504 * processors) implement them in big endian format.
523 * fully big endian CONFIG_USB_OHCI_BIG_ENDIAN_DESC _and_
531 * both your mixed endian and a fully big endian controller support in
539 #define big_endian_desc(ohci) 1 /* only big endian */
549 #define big_endian_mmio(ohci) 1 /* only big endian */
654 * [15:0] (OHCI_QUIRK_FRAME_NO) on big endian hosts.
H A Dohci-pci.c103 /* Check for Toshiba SCC OHCI which has big endian registers
117 ohci_dbg (ohci, "enabled big endian Toshiba quirk\n"); ohci_quirk_toshiba_scc()
120 ohci_err (ohci, "unsupported big endian Toshiba quirk\n"); ohci_quirk_toshiba_scc()
H A Dehci-platform.c188 if (of_property_read_bool(dev->dev.of_node, "big-endian-regs")) ehci_platform_probe()
191 if (of_property_read_bool(dev->dev.of_node, "big-endian-desc")) ehci_platform_probe()
194 if (of_property_read_bool(dev->dev.of_node, "big-endian")) ehci_platform_probe()
H A Dehci-xilinx-of.c173 /* This core always has big-endian register interface and uses ehci_hcd_xilinx_of_probe()
174 * big-endian memory descriptors. ehci_hcd_xilinx_of_probe()
H A Dfsl-mph-dr-of.c273 #define USBGENCTRL 0x200 /* NOTE: big endian */
281 #define ISIPHYCTRL 0x204 /* NOTE: big endian */
H A Duhci-grlib.c36 * also the descriptors are big-endian. uhci_grlib_init()
/linux-4.4.14/include/asm-generic/
H A Dirq.h7 * so don't make it too big.
/linux-4.4.14/arch/ia64/include/asm/
H A Dsparsemem.h6 * SECTION_SIZE_BITS 2^N: how big each section will be
/linux-4.4.14/drivers/mtd/nand/brcmnand/
H A Dbrcmnand.h45 * bus endianness (i.e., big-endian CPU + big endian bus ==> native brcmnand_readl()
48 * Other architectures (e.g., ARM) either do not support big endian, or brcmnand_readl()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dbase.c35 int big = vma->node->type != mmu->func->spg_shift; nvkm_vm_map_at() local
49 struct nvkm_memory *pgt = vm->pgt[pde].mem[big]; nvkm_vm_map_at()
79 int big = vma->node->type != mmu->func->spg_shift; nvkm_vm_map_sg_table() local
92 struct nvkm_memory *pgt = vm->pgt[pde].mem[big]; nvkm_vm_map_sg_table()
138 int big = vma->node->type != mmu->func->spg_shift; nvkm_vm_map_sg() local
148 struct nvkm_memory *pgt = vm->pgt[pde].mem[big]; nvkm_vm_map_sg()
186 int big = vma->node->type != mmu->func->spg_shift; nvkm_vm_unmap_at() local
196 struct nvkm_memory *pgt = vm->pgt[pde].mem[big]; nvkm_vm_unmap_at()
223 nvkm_vm_unmap_pgt(struct nvkm_vm *vm, int big, u32 fpde, u32 lpde) nvkm_vm_unmap_pgt() argument
233 if (--vpgt->refcount[big]) nvkm_vm_unmap_pgt()
236 pgt = vpgt->mem[big]; nvkm_vm_unmap_pgt()
237 vpgt->mem[big] = NULL; nvkm_vm_unmap_pgt()
253 int big = (type != mmu->func->spg_shift); nvkm_vm_map_pgt() local
261 pgt_size, 0x1000, true, &vpgt->mem[big]); nvkm_vm_map_pgt()
269 vpgt->refcount[big]++; nvkm_vm_map_pgt()
296 int big = (vma->node->type != mmu->func->spg_shift); nvkm_vm_get() local
298 if (likely(vpgt->refcount[big])) { nvkm_vm_get()
299 vpgt->refcount[big]++; nvkm_vm_get()
306 nvkm_vm_unmap_pgt(vm, big, fpde, pde - 1); nvkm_vm_get()
/linux-4.4.14/arch/x86/include/asm/
H A Dvdso.h16 /* text_mapping.pages is big enough for data/size page pointers */
/linux-4.4.14/net/ceph/
H A Dauth_x.h34 char reply_buf[128]; /* big enough for encrypted blob */
/linux-4.4.14/arch/powerpc/include/asm/
H A Dsparsemem.h7 * SECTION_SIZE_BITS 2^N: how big each section will be
H A Dbitops.h12 * big-endian system because, unlike little endian, the number of each
27 * number field needs to be reversed compared to the big-endian bit
H A Dplpar_wrappers.h291 * Take exceptions in big endian mode on this partition
299 /* mflags = 0: big endian exceptions */ enable_big_endian_exceptions()
H A Dcompat.h214 * can access 288 bytes in the 64bit big-endian ABI, arch_compat_alloc_user_space()
/linux-4.4.14/arch/arm/include/asm/
H A Dswab.h10 * When in big endian mode, byte accesses appear as:
H A Dbitops.h128 * When the ARM is put into big endian mode via CR15, the processor
134 * big byte 0 byte 1 byte 2 byte 3
143 * The following assumes that the data bus connectivity for big endian
206 * These are the big endian, atomic definitions.
/linux-4.4.14/arch/arm/include/uapi/asm/
H A Dbyteorder.h10 * When in big endian mode, byte accesses appear as:
H A Dswab.h10 * When in big endian mode, byte accesses appear as:
/linux-4.4.14/include/linux/
H A Di2c-ocores.h18 bool big_endian; /* registers are big endian */
H A Dusb_usual.h35 /* READ CAPACITY response too big */ \
51 /* sometimes sizes is too big */ \
H A Ddma-contiguous.h21 * allocate big contiguous chunks of memory after the system has
31 * Such devices often require big memory buffers (a full HD frame
36 * At the same time, a solution where a big memory region is
H A Dflex_array.h15 * structure has gotten too big to fit into kmalloc()
H A Dsmsc911x.h56 * "last resort" in the case of big endian mode on boards with incorrectly
H A Dihex.h3 * firmware loaded in strange orders rather than a single big blob, but
H A Dbasic_mmio_gpio.h44 * Some GPIO controllers work with the big-endian bits notation,
H A Drcutree.h56 * Wait for an RCU-bh grace period to elapse, but use a "big hammer"
H A Dnfs4.h233 NFS4ERR_REQ_TOO_BIG = 10065, /* request too big */
234 NFS4ERR_REP_TOO_BIG = 10066, /* reply too big */
/linux-4.4.14/include/uapi/linux/
H A Delf-em.h13 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */
18 #define EM_MIPS_RS4_BE 10 /* MIPS R4000 big-endian */
H A Dcoff.h34 /* Load a short int from the following tables with big-endian formats */
38 /* Load a long int from the following tables with big-endian formats */
45 a big-endian header with little-endian data. In that case, generate a
H A Dacct.h111 #define ACCT_BYTEORDER 0x80 /* accounting file is big endian */
H A Dmsg.h11 #define MSG_NOERROR 010000 /* no error if message is too big */
H A Dtarget_core_user.h21 * start of the shared memory region, and how big the command ring is.
/linux-4.4.14/drivers/tty/
H A Dtty_mutex.c10 * Getting the big tty mutex.
/linux-4.4.14/drivers/cpufreq/
H A Darm_big_little.h2 * ARM big.LITTLE platform's CPUFreq header file
H A Darm_big_little_dt.c2 * Generic big.LITTLE CPUFreq Interface driver
116 MODULE_DESCRIPTION("Generic ARM big LITTLE cpufreq driver via DT");
H A Ds3c2410-cpufreq.c64 s3c_freq_dbg("%s: hclk too big\n", __func__); s3c2410_cpufreq_calcdivs()
72 s3c_freq_dbg("%s: pclk too big\n", __func__); s3c2410_cpufreq_calcdivs()
H A Darm_big_little.c2 * ARM big.LITTLE Platforms CPUFreq support
511 .name = "arm-big-little",
632 MODULE_DESCRIPTION("Generic ARM big LITTLE cpufreq driver");
/linux-4.4.14/fs/minix/
H A Ditree_v1.c35 "block %ld too big on dev %s\n", block_to_path()
H A Dminix.h103 * big-endian 32 or 64 bit indexed bitmaps on big-endian system or
121 * big-endian 16bit indexed bitmaps
H A Ditree_v2.c39 "block %ld too big on dev %s\n", block_to_path()
/linux-4.4.14/lib/
H A Dmemweight.c31 * than sizeof(long) properly on big-endian systems. memweight()
H A Dcrc7.c15 * This is a big-endian CRC (msbit is highest power of x),
/linux-4.4.14/include/net/netfilter/
H A Dnf_tables_core.h16 /* Calculate the mask for the nft_cmp_fast expression. On big endian the
/linux-4.4.14/include/uapi/asm-generic/
H A Dsembuf.h17 * On big-endian systems, the padding is in the wrong place.
H A Dmsgbuf.h17 * On big-endian systems, the padding is in the wrong place.
H A Dshmbuf.h17 * On big-endian systems, the padding is in the wrong place.
/linux-4.4.14/arch/s390/crypto/
H A Dsha.h21 /* must be big enough for the largest SHA variant */
/linux-4.4.14/arch/h8300/boot/compressed/
H A Dhead.S44 .long 0x100000 ; 0x100000 = default for big kernel
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
H A Dpm.h32 /* NOTE: this is for PM debugging on Lubbock, it's really a big
/linux-4.4.14/arch/mips/include/asm/mach-ip32/
H A Ddma-coherence.h19 * 2. PCI sees memory as one big chunk @0x0 (or we could use 0x40000000 for
21 * 3. All other devices see memory as one big chunk at 0x40000000
/linux-4.4.14/tools/perf/util/
H A Dlevenshtein.c22 * In other words, at the start of the big loop, row2[j + 1] contains the
26 * All the big loop does is determine the partial minimum-cost paths.
H A Dtarget.h23 * Choose an arbitrary negative big number not to clash with standard
/linux-4.4.14/include/crypto/
H A Dgf128mul.h80 * bytes also. This is bbe (big-big-endian). Now the buffer above
85 * Both of the above formats are easy to implement on big-endian
89 * in big endian order and the bytes in little endian). The above buffer
122 * machine than on a big-endian machine. The converse holds for bbe
146 On big endian machines the bit indexes translate into the bit
/linux-4.4.14/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.h72 /* all fields are big endian */
88 /* all fields are big endian */
119 /* all fields are big endian */
158 /* all fields are big endian */
194 /* big endian */
/linux-4.4.14/drivers/cpuidle/
H A Dcpuidle-big_little.c33 * NB: Owing to current menu governor behaviour big and LITTLE
51 * Current values for big and LITTLE clusters are provided for clusters
93 .desc = "ARM big-cluster power down",
184 * For now the differentiation between little and big cores bl_idle_init()
186 * cores, A15 are considered big cores. This distinction may bl_idle_init()
/linux-4.4.14/drivers/ata/
H A Dahci_brcmstb.c58 /* On big-endian MIPS, buses are reversed to big endian, so switch them back */
89 * bus endianness (i.e., big-endian CPU + big endian bus ==> native brcm_sata_readreg()
92 * Other architectures (e.g., ARM) either do not support big endian, or brcm_sata_readreg()
/linux-4.4.14/arch/ia64/include/asm/sn/
H A Daddrs.h123 /* non-II mmr's start at top of big window space (4G) */
187 * space. They define the location of the big and little windows
190 #define BWIN_SIZE_BITS 29 /* big window size: 512M */
191 #define TIO_BWIN_SIZE_BITS 30 /* big window size: 1G */
214 * space. They define the location of the big and little windows
/linux-4.4.14/drivers/block/rsxx/
H A Dconfig.c118 * Swap the data from little endian to big endian so it can be rsxx_save_config()
149 * early drivers did not take big endian CPUs into account. rsxx_load_config()
150 * The data is always stored in big endian, so we need to byte rsxx_load_config()
/linux-4.4.14/drivers/video/fbdev/matrox/
H A Dg450_pll.c446 unsigned int big, small; __g450_setclk()
450 big = pixel_vco; __g450_setclk()
453 big = vco; __g450_setclk()
455 while (big > small) { __g450_setclk()
456 big >>= 1; __g450_setclk()
458 if (big == small) { __g450_setclk()
/linux-4.4.14/drivers/media/rc/keymaps/
H A Drc-dib0700-nec.c1 /* rc-dvb0700-big.c - Keytable for devices in dvb0700
6 * devices into a big table. It also has both RC-5 and NEC codes inside.
H A Drc-dib0700-rc5.c1 /* rc-dvb0700-big.c - Keytable for devices in dvb0700
6 * devices into a big table. It also has both RC-5 and NEC codes inside.
/linux-4.4.14/include/linux/sunrpc/
H A Dxprtrdma.h44 * Constants. Max RPC/NFS header is big enough to account for
47 * RDMA header is currently fixed max size, and is big enough for a
H A Dmsg_prot.h180 * Assuming big-endian ordering, h1, h2, h3, and h4, are respectively,
182 * Assuming big-endian ordering, p1 and p2 are, respectively, the first
184 * host, in big-endian order, has an address of 0x0A010307 and there is
185 * a service listening on, in big endian order, port 0x020F (decimal
/linux-4.4.14/arch/powerpc/kvm/
H A Dbook3s_64_slb.S48 /* Declare SLB shadow as 0 entries big */
126 /* Declare SLB shadow as SLB_NUM_BOLTED entries big */
/linux-4.4.14/arch/arm64/kernel/
H A Dvmlinux.lds.S186 "HYP init code too big or misaligned")
188 "ID map text too big or misaligned")
/linux-4.4.14/drivers/net/ethernet/i825xx/
H A Dlasi_82596.c52 Most of my modifications relate to the braindead big-endian
54 'big-endian' mode, it thinks a 32 bit value of 0x12345678
112 /* big endian CPU, 82596 "big" endian mode */
H A Dsni_82596.c34 /* big endian CPU, 82596 little endian */
/linux-4.4.14/block/partitions/
H A Dsgi.c19 __be32 num_bytes; /* How big, in bytes */
/linux-4.4.14/include/uapi/sound/
H A Dfirewire.h29 /* each field should be in big endian */
/linux-4.4.14/include/linux/usb/
H A Dm66592.h32 /* one = big endian, zero = little endian */
H A Dohci_pdriver.h27 * @no_big_frame_no: no big endian frame_no shift
H A Dmusb.h71 unsigned big_endian:1; /* true if CPU uses big-endian */
/linux-4.4.14/arch/parisc/lib/
H A Ddelay.c30 * we don't pass in too big a value. The current default __cr16_delay()
/linux-4.4.14/arch/blackfin/lib/
H A Dstrncpy.S54 * handling the overhead of memset (which is OK when things are big).
/linux-4.4.14/sound/pci/oxygen/
H A Dcs2000.h9 #define CS2000_RATIO_0 0x06 /* 32 bits, big endian */
/linux-4.4.14/sound/drivers/
H A Dpcm-indirect2.c214 "at once - too big to save!\n", snd_pcm_indirect2_increase_min_periods()
304 "once - too big to save!\n", snd_pcm_indirect2_playback_transfer()
344 "- too big to save!\n", snd_pcm_indirect2_playback_transfer()
394 "STAT: more than 7 (%d) mul_adds - too big " snd_pcm_indirect2_playback_interrupt()
465 "hardware at once - too big to save!\n", snd_pcm_indirect2_capture_transfer()
512 "hardware at once - too big to save!\n", snd_pcm_indirect2_capture_transfer()
561 "too big to save!\n", snd_pcm_indirect2_capture_interrupt()
/linux-4.4.14/drivers/media/radio/si4713/
H A Dsi4713.h204 /* This is one big cluster since the mute control
207 * that is by making it one big cluster. */
/linux-4.4.14/arch/tile/include/asm/
H A Dpgalloc.h28 /* How big is a kernel L2 page table? */
131 /* How big is a kernel L2 page table? */
H A Dsyscall.h97 * tile has the same system calls both on little- and big- endian.
/linux-4.4.14/arch/x86/mm/
H A Dinit.c207 * big page size instead small one if nearby are ram too.
274 /* head if not big page alignment ? */ split_mem_range()
297 /* big page (2M) range */ split_mem_range()
314 /* big page (1G) range */ split_mem_range()
324 /* tail is not big page (1G) alignment */ split_mem_range()
334 /* tail is not big page (2M) alignment */ split_mem_range()
428 * init_mem_mapping() calls init_range_memory_mapping() with big range.
497 /* xen has big range in reserved near end of ram, skip it at first.*/ memory_map_top_down()
H A Dsrat.c102 printk(KERN_INFO "SRAT: PXM %u -> APIC 0x%04x -> Node %u skipped apicid that is too big\n", pxm, apic_id, node); acpi_numa_x2apic_affinity_init()
143 printk(KERN_INFO "SRAT: PXM %u -> APIC 0x%02x -> Node %u skipped apicid that is too big\n", pxm, apic_id, node); acpi_numa_processor_affinity_init()
H A Dnuma_emulation.c86 int big; split_nodes_interleave() local
106 * Calculate the number of big nodes that can be allocated as a result split_nodes_interleave()
109 big = ((size & ~FAKE_NODE_MIN_HASH_MASK) * nr_nodes) / split_nodes_interleave()
141 if (nid < big) for_each_node_mask()
/linux-4.4.14/arch/x86/realmode/rm/
H A Dwakeup_asm.S161 .word 0x008f /* big real mode */
165 .word 0x008f /* big real mode */
/linux-4.4.14/arch/sh/boot/compressed/
H A Dhead_64.S79 /* Map one big (512Mb) page for ITLB */
86 /* Map one big CACHED (512Mb) page for DTLB */
H A Dhead_32.S123 .long 0x100000 ! 0x100000 = default for big kernel
/linux-4.4.14/arch/sh/drivers/pci/
H A Dpci-sh5.c169 ** 256K, which is a bit big as we can only have 64K of address space sh5pci_init()
179 * is so big this is not that easy! sh5pci_init()
/linux-4.4.14/arch/mips/sgi-ip27/
H A Dip27-hubio.c40 " too big (%ld)\n", hub_pio_map()
179 /* initialize big window piomaps for this hub */ hub_pio_init()
/linux-4.4.14/arch/mn10300/boot/tools/
H A Dbuild.c153 die("System is too big. Try using %smodules.", main()
157 "warning: kernel is too big for standalone boot " main()
/linux-4.4.14/arch/parisc/
H A DMakefile63 # Without this, "ld -r" results in .text sections that are too big
70 # link a too big vmlinux executable). Not enabled for building modules.
/linux-4.4.14/arch/arm/crypto/
H A Dsha1-armv7-neon.S159 ARM_LE(vrev32.8 W0, W0; ) /* big => little */ \
162 ARM_LE(vrev32.8 W7, W7; ) /* big => little */ \
163 ARM_LE(vrev32.8 W6, W6; ) /* big => little */ \
165 ARM_LE(vrev32.8 W5, W5; ) /* big => little */ \
178 ARM_LE(vrev32.8 W0, W0; ) /* big => little */ \
187 ARM_LE(vrev32.8 W7, W7; ) /* big => little */ \
190 ARM_LE(vrev32.8 W6, W6; ) /* big => little */ \
196 ARM_LE(vrev32.8 W5, W5; ) /* big => little */ \
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_compat.h30 However on a big-endian host, copy 4 bytes at a time,
/linux-4.4.14/drivers/video/fbdev/
H A Dc2p_core.h8 * - It assumes to run on a big endian system
/linux-4.4.14/arch/sparc/lib/
H A Datomic_64.S1 /* atomic.S: These things are too big to do inline.
/linux-4.4.14/arch/x86/kernel/
H A Dhead.c22 * the BIOS didn't shut down *is* a big problem.
H A Dirq_64.c29 * runs on the big interrupt stacks. Checking reliably is too expensive,
/linux-4.4.14/drivers/char/
H A Dsnsc.h51 #define IR_ARG_INT 0x00 /* 4-byte integer (big-endian) */
/linux-4.4.14/include/uapi/rdma/
H A Drdma_netlink.h209 /* Local service DGID/SGID attribute: big endian */
H A Dib_user_mad.h152 * 32-bit big-endian applications that can run on both 32-bit and
154 * big-endian applications that treated method_mask as being made up
159 * 32-bit userspace to 64-bit kernel for big-endian systems in the
/linux-4.4.14/include/video/
H A Dsstfb.h104 # define LFB_WORD_SWIZZLE_WR BIT(11) /* enable write-wordswap (big-endian) */
105 # define LFB_BYTE_SWIZZLE_WR BIT(12) /* enable write-byteswap (big-endian) */
107 # define LFB_WORD_SWIZZLE_RD BIT(15) /* enable read-wordswap (big-endian) */
108 # define LFB_BYTE_SWIZZLE_RD BIT(16) /* enable read-byteswap (big-endian) */
/linux-4.4.14/kernel/trace/
H A Dtrace_kdb.c21 /* use static because iter can be a bit big for the stack */ ftrace_dump_buf()
/linux-4.4.14/fs/reiserfs/
H A Dlock.c12 * recursive property to avoid big changes in the code structure.
H A Ddir.c127 "vs-9010: entry number is too big %d (%d)", reiserfs_readdir_inode()
166 /* too big to send back to VFS */ reiserfs_readdir_inode()
/linux-4.4.14/arch/ia64/sn/include/xtalk/
H A Dhubdev.h23 * Use the top big window as a surrogate for the first small window
/linux-4.4.14/arch/arm64/include/asm/
H A Dsyscall.h112 * AArch64 has the same system calls both on little- and big- endian.
/linux-4.4.14/arch/arm/lib/
H A Dlib1funcs.S63 @ Unless the divisor is very big, shift it up in multiples of
73 @ For very big divisors, we must shift it a bit at a time, or
150 @ Unless the divisor is very big, shift it up in multiples of
160 @ For very big divisors, we must shift it a bit at a time, or
/linux-4.4.14/tools/lib/bpf/
H A Dlibbpf.h27 LIBBPF_ERRNO__PROG2BIG, /* Program too big */
/linux-4.4.14/include/linux/byteorder/
H A Dgeneric.h21 * to please Linus T., replaced huge #ifdef's between little/big endian
40 * since little endian, big endian, and pdp endian machines needn't it.
67 * between native CPU format and little/big endian format
/linux-4.4.14/tools/perf/scripts/python/
H A Devent_analyzing_sample.py30 # If the perf.data has a big number of samples, then the insert operation
111 # As the event number may be very big, so we can't use linear way
152 # big latency events happen.
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dstv0299.c228 u64 big = srate; stv0299_set_symbolrate() local
235 big = big << 20; stv0299_set_symbolrate()
236 big += (state->config->mclk-1); // round correctly stv0299_set_symbolrate()
237 do_div(big, state->config->mclk); stv0299_set_symbolrate()
238 ratio = big << 4; stv0299_set_symbolrate()
H A Dtda10086.c304 u64 big; tda10086_set_symbol_rate() local
350 big = (1ULL<<21) * ((u64) symbol_rate/1000ULL) * (1ULL<<dfn); tda10086_set_symbol_rate()
351 big += ((SACLK/1000ULL)-1ULL); tda10086_set_symbol_rate()
352 do_div(big, (SACLK/1000ULL)); tda10086_set_symbol_rate()
353 bdr = big & 0xfffff; tda10086_set_symbol_rate()
/linux-4.4.14/drivers/s390/crypto/
H A Dzcrypt_cca_key.h128 * Note that all numerics in the key token are big-endian,
200 * Note that all numerics in the key token are big-endian,
266 * Note that all numerics in the key token are big-endian,
/linux-4.4.14/arch/powerpc/platforms/maple/
H A Dsetup.c259 /* Check for a big endian MPIC */ maple_init_IRQ()
260 if (of_get_property(np, "big-endian", NULL) != NULL) maple_init_IRQ()
265 /* All U3/U4 are big-endian, older SLOF firmware doesn't encode this */ maple_init_IRQ()
/linux-4.4.14/drivers/mmc/host/
H A Dsdhci-pltfm.h37 * These accessors are designed for big endian hosts doing I/O to
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge_mcp.h227 /* data0 = number of big buffers to use. It must be 0 or a power of 2.
231 * number of buffers for each big receive packet.
232 * It is up to the driver to ensure that this value is big enough for
374 * Both small and big receive buffers may start at any address.
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs_mfg_comm.h139 * All numerical fields are in big-endian format.
/linux-4.4.14/arch/tile/lib/
H A Dmemset_32.c34 /* This must be at least at least this big, or some code later memset()
H A Dmemset_64.c34 /* This must be at least at least this big, or some code later memset()
/linux-4.4.14/arch/x86/power/
H A Dhibernate_32.c105 /* Map with big pages if possible, otherwise create resume_physical_mapping_init()
/linux-4.4.14/scripts/gdb/linux/
H A Dutils.py83 elif "big endian" in endian:
/linux-4.4.14/scripts/kconfig/
H A Dutil.c118 char s[10000]; /* big enough... */ str_printf()
/linux-4.4.14/sound/core/
H A Dpcm_misc.c34 signed char le; /* 0 = big-endian, 1 = little-endian, -1 = others */
288 * big-endian, or a negative error code if endian not specified.
303 * snd_pcm_format_big_endian - Check the PCM format is big-endian
306 * Return: 1 if the given PCM format is big-endian, 0 if
/linux-4.4.14/fs/cifs/
H A Drfc1002pdu.h24 /* NB: unlike smb/cifs packets, the RFC1002 structures are big endian */
/linux-4.4.14/include/net/irda/
H A Ddiscovery.h45 * byte[1] and LSB in byte[0]. A big endian machine stores MSB in byte[0]
/linux-4.4.14/include/net/
H A Dudplite.h90 * (ii) Payload too big for send buffer: data is split udplite_csum_outgoing()
H A Dinet_frag.h143 /* The default percpu_counter batch size is not big enough to scale to
/linux-4.4.14/arch/powerpc/kernel/
H A Ddma-iommu.c87 dev_info(dev, "Warning: IOMMU offset too big for device mask\n"); dma_iommu_dma_supported()
H A Dvecemu.c47 /* 2^-big = 0, 2^+big = +Inf */ eexp2()
/linux-4.4.14/arch/mips/include/asm/sgi/
H A Dhpc3.h73 #define HPC3_SCTRL_ENDIAN 0x02 /* DMA endian mode, 0=big 1=little */
123 #define HPC3_ERXCTRL_ENDIAN 0x00000100 /* Endian for dma channel, little=1 big=0 */
169 #define HPC3_ETXCTRL_ENDIAN 0x00000100 /* DMA channel endian mode, 1=little 0=big */
207 #define HPC3_GIOMISC_DENDIAN 0x2 /* dma descriptor endian, 1=lit 0=big */
/linux-4.4.14/arch/microblaze/kernel/cpu/
H A Dmb.c58 cpuinfo.endian ? "little" : "big", show_cpuinfo()
/linux-4.4.14/arch/ia64/sn/include/
H A Dioerror.h31 * A big concern is the potential stack usage (and overflow), if each layer
/linux-4.4.14/tools/iio/
H A Diio_utils.h36 * @be: flag if data is big endian
/linux-4.4.14/drivers/scsi/dpt/
H A Dosd_util.h265 // for big-endian we need to swap
287 #endif // big endian
/linux-4.4.14/drivers/mtd/
H A Dbcm47xxpart.c22 * This will result in allocating too big array for some old devices, but the
29 * Set it big enough to allow detecting partition and reading important data.
/linux-4.4.14/drivers/media/tuners/
H A Dtda18218.c41 "%s: i2c wr reg=%04x: len=%d is too big!\n", tda18218_wr_regs()
93 "%s: i2c wr reg=%04x: len=%d is too big!\n", tda18218_rd_regs()
/linux-4.4.14/drivers/memstick/host/
H A Dr592.h26 /* Window for small TPC fifo (big endian)*/
106 /* PIO access to large FIFO (512 bytes) (big endian)*/
/linux-4.4.14/drivers/net/fddi/skfp/h/
H A Dfplustm.h128 /* big FIFO memory */
249 * CPU is big endian; M-Channel is little endian)
/linux-4.4.14/drivers/net/irda/
H A Dirda-usb.h100 #define IUC_NO_WINDOW 0x02 /* Device doesn't behave with big Rx window */
104 #define IUC_SMALL_PKT 0x10 /* Device doesn't behave with big Rx packets */
/linux-4.4.14/drivers/platform/chrome/
H A Dcros_ec_proto.c361 "request of size %u is too big (max: %u)\n", cros_ec_cmd_xfer()
370 "passthru rq of size %u is too big (max: %u)\n", cros_ec_cmd_xfer()
/linux-4.4.14/drivers/clocksource/
H A Dfsl_ftm_timer.c302 * if the 'freq' value is to big here, then the periodic_cyc ftm_calc_closest_round_cyc()
346 priv->big_endian = of_property_read_bool(np, "big-endian"); ftm_timer_init()
/linux-4.4.14/drivers/dma/
H A Dmv_xor.h153 * swap' feature, used on big endian systems, swaps descriptors data
155 * phy_src_addr[] array are actually swapped in big-endian, which
/linux-4.4.14/net/ieee802154/6lowpan/
H A Dtx.c24 /* IPv6 needs big endian here */
293 pr_debug("frame is too big, fragmentation is needed\n"); lowpan_xmit()
/linux-4.4.14/fs/adfs/
H A Ddir_fplus.c26 /* start off using fixed bh set - only alloc for big dirs */ adfs_fplus_read()
59 /* this directory is too big for fixed bh set, must allocate */ adfs_fplus_read()
H A Dadfs.h87 /* big directories need allocated buffers */
/linux-4.4.14/arch/sparc/boot/
H A Dpiggyback.c53 /* read two bytes as big endian */ ld2()
59 /* save 4 bytes as big endian */ st4()
/linux-4.4.14/arch/arm64/lib/
H A Dstrcmp.S189 * reversed the byte-order as big-endian,then CLZ can find the most
197 * For big-endian we cannot use the trick with the syndrome value
/linux-4.4.14/sound/pci/ctxfi/
H A Dctvmem.c49 break; /* found a block that is big enough */ get_vm_block()
138 "No virtual memory block that is big enough to allocate!\n"); ct_vm_map()
/linux-4.4.14/arch/mips/pci/
H A Dpci-octeon.c401 ctl_status_2.s.bb_ca = 1; /* Don't use L2 with big bars */ octeon_pci_initialize()
403 ctl_status_2.s.bb1 = 1; /* BAR1 is big */ octeon_pci_initialize()
404 ctl_status_2.s.bb0 = 1; /* BAR0 is big */ octeon_pci_initialize()
577 /* Only use the big bars on chips that support it */ octeon_pci_setup()
595 pr_notice("%s Octeon big bar support\n", octeon_pci_setup()
/linux-4.4.14/drivers/media/usb/dvb-usb/
H A Ddw2102.c315 warn("i2c rd: len=%d is too big!\n", dw2102_earda_i2c_transfer()
340 warn("i2c wr: len=%d is too big!\n", dw2102_earda_i2c_transfer()
358 warn("i2c wr: len=%d is too big!\n", dw2102_earda_i2c_transfer()
434 warn("i2c rd: len=%d is too big!\n", dw2104_i2c_transfer()
471 warn("i2c wr: len=%d is too big!\n", dw2104_i2c_transfer()
515 warn("i2c rd: len=%d is too big!\n", dw3101_i2c_transfer()
540 warn("i2c wr: len=%d is too big!\n", dw3101_i2c_transfer()
631 warn("i2c rd: len=%d is too big!\n", s6x0_i2c_transfer()
666 warn("i2c wr: len=%d is too big!\n", s6x0_i2c_transfer()
686 warn("i2c wr: len=%d is too big!\n", s6x0_i2c_transfer()
/linux-4.4.14/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.c170 /* It seems that FW use big endian(MIPS) and DRV use little endian in cmpk_handle_tx_feedback()
236 /* It seems that FW use big endian(MIPS) and DRV use little endian in cmpk_handle_interrupt_status()
300 /* It seems that FW use big endian(MIPS) and DRV use little endian in cmpk_handle_query_config_rx()
H A Dr819xU_cmdpkt.h143 /* Define transmit rate history. For big endian format. */
/linux-4.4.14/drivers/scsi/cxlflash/
H A Dsislite.h28 * except for SCSI CDB which remains big endian per SCSI standards.
74 u8 cdb[16]; /* must be in big endian */
214 * big endian.
/linux-4.4.14/drivers/message/fusion/lsi/
H A Dmpi_targ.h472 * NOTE: FCP_RSP data is big-endian. When used on a little-endian system, this
490 * NOTE: The SPI status IU is big-endian. When used on a little-endian system,
506 * NOTE: The SSP status IU is big-endian. When used on a little-endian system,
/linux-4.4.14/fs/ecryptfs/
H A Dmmap.c97 * Octets 0-7: Unencrypted file size (big-endian)
105 * Octets 20-23: Header extent size (big-endian)
107 * (big-endian)
/linux-4.4.14/arch/parisc/include/asm/
H A Delf.h27 #define EFA_PARISC_1_0 0x020b /* PA-RISC 1.0 big-endian. */
28 #define EFA_PARISC_1_1 0x0210 /* PA-RISC 1.1 big-endian. */
29 #define EFA_PARISC_2_0 0x0214 /* PA-RISC 2.0 big-endian. */
/linux-4.4.14/drivers/usb/serial/
H A Dvisor.h76 * A big thank you to Handspring for providing the following information.
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_firmware.c116 netdev_err(dev, "Firmware image %s too big for the device.\n", _rtl92e_fw_prepare()
/linux-4.4.14/drivers/staging/unisys/visorbus/
H A Dvbusdeviceinfo.h49 * to a buffer at <p>, had it been infinitely big.
/linux-4.4.14/drivers/staging/iio/accel/
H A Dlis3l02dq.h54 /* Set to big endian output */
/linux-4.4.14/drivers/isdn/capi/
H A Dcapilib.c90 printk(KERN_ERR "capi_new_ncci: winsize %d too big\n", capilib_new_ncci()
/linux-4.4.14/drivers/isdn/sc/
H A Dpacket.c164 pr_debug("%s: calculating buffer space: %d buffers, %d big\n", setup_buffers()
/linux-4.4.14/drivers/md/
H A Ddm-cache-metadata.h107 * 'void' because it's no big deal if it fails.
/linux-4.4.14/drivers/iio/humidity/
H A Dsi7020.c81 * This is no big deal because it's within the accuracy of the si7020_read_raw()
/linux-4.4.14/drivers/hid/
H A Dhid-lg3ff.c70 * 35. Instead, clear the entire area, however big it is. hid_lg3ff_play()
/linux-4.4.14/drivers/media/platform/omap/
H A Domap_voutdef.h126 /* allow to reuse previously allocated buffer which is big enough */
/linux-4.4.14/drivers/input/keyboard/
H A Dlm8333.c145 dev_err(&client->dev, "Active time not big enough!\n"); lm8333_probe()
/linux-4.4.14/drivers/input/touchscreen/
H A Dcyttsp4_spi.c58 dev_err(dev, "%s: length %d is too big.\n", cyttsp_spi_xfer()
H A Dcyttsp_spi.c55 dev_err(dev, "%s: length %d is too big.\n", cyttsp_spi_xfer()
H A Dzylonite-wm97xx.c151 /* Go you big red fire engine */ wm97xx_acc_startup()
/linux-4.4.14/drivers/gpu/drm/omapdrm/
H A Domap_dmm_priv.h113 /* create refill buffer big enough to refill all slots, plus 3 descriptors..
/linux-4.4.14/drivers/mfd/
H A Dsyscon.c67 if (of_property_read_bool(np, "big-endian")) of_syscon_register()
/linux-4.4.14/drivers/media/i2c/cx25840/
H A Dcx25840-firmware.c30 * implementations can't transfer data in such big gulps.
/linux-4.4.14/drivers/net/wireless/prism54/
H A Disl_38xx.h134 /* In monitor mode frames have a header. I don't know exactly how big those
/linux-4.4.14/drivers/net/usb/
H A Dhuawei_cdc_ncm.c90 /* The wMaxCommand buffer must be big enough to hold huawei_cdc_ncm_bind()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dswap.c109 ath10k_err(ar, "refusing code swap bin because it is too big %zu > %d\n", ath10k_swap_code_seg_alloc()
/linux-4.4.14/drivers/net/ethernet/amd/
H A Da2065.h83 (on for big endian byte order) */
/linux-4.4.14/drivers/acpi/
H A Dprocessor_thermal.c61 * temporarily. Fortunately that's not a big issue here (I hope)
/linux-4.4.14/arch/tile/kernel/
H A Dmodule.c107 * Validate that "value" isn't too big to hold in a JumpOff relocation.
/linux-4.4.14/arch/um/drivers/
H A Dharddog_kern.c19 * Software only watchdog driver. Unlike its big brother the WDT501P
/linux-4.4.14/arch/arc/include/asm/
H A Dpgalloc.h82 * that directly governs how big tables would be at each level.
/linux-4.4.14/arch/arm/boot/compressed/
H A DMakefile48 OBJS += big-endian.o
/linux-4.4.14/fs/isofs/
H A Dnamei.c14 * Thus we'll have to use isofs_match. No big problem. Match also makes
/linux-4.4.14/lib/xz/
H A Dxz_private.h115 * big enough, and XZ_OPTIONS_ERROR if props indicates something that this
/linux-4.4.14/security/keys/
H A Dbig_key.c56 * Preparse a big key
/linux-4.4.14/fs/dlm/
H A Dmidcomms.c96 log_print("message size %d from %d too big, buf len %d", dlm_process_incoming_buffer()
/linux-4.4.14/fs/xfs/
H A Dxfs_trans_inode.c139 * See the big comment in xfs_iflush() for an explanation of xfs_trans_log_inode()
/linux-4.4.14/include/keys/
H A Drxrpc-type.h119 #define AFSTOKEN_BDATALN_MAX 16384 /* max big data length */
/linux-4.4.14/include/linux/ceph/
H A Ddecode.h89 * Allocate a buffer big enough to hold the wire-encoded string, and
/linux-4.4.14/arch/powerpc/sysdev/
H A Dfsl_85xx_cache_sram.c48 pr_err("%s(): size(=%x) or align(=%x) zero or too big\n", mpc85xx_cache_sram_alloc()
/linux-4.4.14/arch/sparc/include/asm/
H A Dpgtsrmmu.h43 * are smaller than pages. We lump hardware tabes into big, page sized
/linux-4.4.14/arch/microblaze/include/asm/
H A Dpci-bridge.h74 * BIG_ENDIAN - cfg_addr is a big endian register
/linux-4.4.14/arch/mips/netlogic/xlr/
H A Dsetup.c140 panic("Cannot add %s, command line too big!", arg); build_arcs_cmdline()
/linux-4.4.14/arch/openrisc/mm/
H A Dioremap.c91 * how big the area is so it's difficult to know iounmap()

Completed in 6340 milliseconds

12345678