Searched refs:length (Results 1 - 25 of 3995) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/asm/
H A Dconsole.h8 extern long callback_puts(long unit, const char *s, long length);
12 extern long callback_open(const char *device, long length);
H A Derr_common.h82 u16 length; /* length of header (in bytes) */ member in struct:el_subpacket
/linux-master/arch/alpha/kernel/
H A Dcore_t2.c327 t2_direct_map_window1(unsigned long base, unsigned long length)
332 __direct_map_size = length;
334 temp = (base & 0xfff00000UL) | ((base + length - 1) >> 20);
336 temp = (length - 1) & 0xfff00000UL;
349 unsigned long length)
355 hose->sg_isa = iommu_arena_new(hose, base, length, SMP_CACHE_BYTES);
358 temp = (base & 0xfff00000UL) | ((base + length - 1) >> 20);
360 temp = (length - 1) & 0xfff00000UL;
326 t2_direct_map_window1(unsigned long base, unsigned long length) argument
346 t2_sg_map_window2(struct pci_controller *hose, unsigned long base, unsigned long length) argument
H A Derr_common.c33 mchk_dump_mem(void *data, size_t length, char **annotation)
38 for (i = 0; (i * sizeof(*ldata)) < length; i++) {
96 int length = 0;
108 length = header->by_type.sys_err.frame_length;
115 length = header->by_type.sys_event.frame_length;
122 length = header->by_type.err_halt.frame_length;
129 length = header->by_type.logout_header.frame_length;
154 ((unsigned long)header + header->length + length);
188 ((unsigned long)header + header->length);
32 mchk_dump_mem(void *data, size_t length, char **annotation) argument
94 int length = 0; local
[all...]
H A Derr_ev7.c41 ((unsigned long)el_ptr + el_ptr->length);
57 ((unsigned long)el_ptr + el_ptr->length);
61 ((unsigned long)subpacket + subpacket->length), i++) {
271 return (struct el_subpacket *)((unsigned long)header + header->length);
H A Derr_titan.c564 return (struct el_subpacket *)((unsigned long)header + header->length);
H A Dsmc37c669.c2401 int length;
2409 length = size * number;
2413 for ( i = 0; i < length; i++ ) {
2428 int length;
2435 length = size * number;
2439 for ( i = 0; i < length; i++ ) {
/linux-master/arch/arm/crypto/
H A Dcrct10dif-ce-glue.c33 unsigned int length)
37 if (length >= CRC_T10DIF_PMULL_CHUNK_SIZE && crypto_simd_usable()) {
39 *crc = crc_t10dif_pmull(*crc, data, length);
42 *crc = crc_t10dif_generic(*crc, data, length);
32 crct10dif_update(struct shash_desc *desc, const u8 *data, unsigned int length) argument
/linux-master/arch/arm/include/asm/
H A Dfiq.h39 extern void set_fiq_handler(void *start, unsigned int length);
/linux-master/arch/arm/mach-clps711x/
H A Dboard-dt.c32 .length = 48 * SZ_1K,
/linux-master/arch/arm/mach-rpc/
H A Ddma.c79 idma->dma_len = idma->dma.sg->length;
171 idma->dma.buf.length = idma->dma.count;
179 idma->dma_len = idma->dma.sg->length;
/linux-master/arch/arm/mach-sa1100/
H A Dh3xxx.c249 .length = 0x02800000,
254 .length = 0x00800000,
259 .length = 0x01000000,
H A Djornada720.c289 .length = EPSONREGLEN,
294 .length = EPSONFBLEN,
/linux-master/arch/arm/mach-tegra/
H A Dio.c28 .length = IO_PPSB_SIZE,
34 .length = IO_APB_SIZE,
40 .length = IO_CPU_SIZE,
46 .length = IO_IRAM_SIZE,
/linux-master/arch/arm/mach-vt8500/
H A Dvt8500.c44 .length = 0x00390000, /* max of all chip variants */
/linux-master/arch/arm64/kernel/
H A Dsys32.c89 u32, __pad, arg_u32p(length))
91 return ksys_truncate(pathname, arg_u64(length));
95 arg_u32p(length))
97 return ksys_ftruncate(fd, arg_u64(length));
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S103 | Test the length of the final exponent string. If the
104 | length is 4, set operr.
H A Dbinstr.S7 | Input: 64-bit binary integer in d2:d3, desired length (LEN) in
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S508 set mantissalen, 64 # length of mantissa in bits
H A Dfpsp.S528 set mantissalen, 64 # length of mantissa in bits
2946 # from our 4-word stack frame. This means we must calculate the length
2967 # the total instruction length is 16 bytes.
16865 addq.l &0x4,%d0 # add instruction length
23556 # Test the length of the final exponent string. If the #
23557 # length is 4, set operr. #
24458 # d0 = desired length (LEN) #
H A Dpfpsp.S527 set mantissalen, 64 # length of mantissa in bits
2945 # from our 4-word stack frame. This means we must calculate the length
2966 # the total instruction length is 16 bytes.
13516 # Test the length of the final exponent string. If the #
13517 # length is 4, set operr. #
14418 # d0 = desired length (LEN) #
/linux-master/arch/m68k/include/asm/
H A Dquicc_simple.h23 typedef void *(alloc_routine)(int length);
25 typedef void (store_rx_buffer_routine)(int scc_num, int channel_num, void *buff, int length);
/linux-master/arch/mips/alchemy/common/
H A Ddma.c101 int length, int *eof, void *data)
120 if (len > length)
121 return length;
100 au1000_dma_read_proc(char *buf, char **start, off_t fpos, int length, int *eof, void *data) argument
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-sriox-defs.h695 uint64_t length:10; member in struct:cvmx_sriox_int_info0::cvmx_sriox_int_info0_s
705 uint64_t length:10;
/linux-master/arch/parisc/include/asm/
H A Dunwind.h55 unsigned long length; member in struct:unwind_table

Completed in 562 milliseconds

1234567891011>>