Searched defs:bytes (Results 1 - 25 of 42) sorted by relevance

12

/arch/ia64/sn/kernel/sn2/
H A Dcache.c16 * @bytes: number of bytes to flush
20 * @flush_addr to @flush_addr + @bytes are flushed
24 sn_flush_all_caches(long flush_addr, long bytes) argument
32 flush_icache_range(addr, addr + bytes);
38 flush_icache_range(addr, addr + bytes);
/arch/hexagon/mm/
H A Dcopy_from_user.S44 #define bytes r2 define
H A Dcopy_to_user.S43 #define bytes r2 define
/arch/m32r/kernel/
H A Dsys_m32r.c79 asmlinkage int sys_cacheflush(void *addr, int bytes, int cache) argument
/arch/sparc/include/asm/
H A Dxor_32.h24 sparc_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
26 int lines = bytes / (sizeof (long)) / 8;
61 sparc_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
64 int lines = bytes / (sizeof (long)) / 8;
112 sparc_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
115 int lines = bytes / (sizeof (long)) / 8;
176 sparc_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
179 int lines = bytes / (sizeof (long)) / 8;
/arch/x86/kernel/
H A Dioport.c27 unsigned int i, max_long, bytes, bytes_updated; local
73 bytes = (max_long + 1) * sizeof(unsigned long);
74 bytes_updated = max(bytes, t->io_bitmap_max);
76 t->io_bitmap_max = bytes;
H A Dmsr.c18 * and then read/write in chunks of 8 bytes. A larger size means multiple
76 ssize_t bytes = 0; local
90 bytes += 8;
93 return bytes ? bytes : err;
104 ssize_t bytes = 0; local
118 bytes += 8;
121 return bytes ? bytes : err;
H A Daperture_64.c116 int bytes; local
124 for (bytes = 0; bytes < 48 && pos >= 0x40; bytes++) {
H A Dcpuid.c17 * and then read in chunks of 16 bytes. A larger size means multiple
90 ssize_t bytes = 0; local
107 bytes += 16;
111 return bytes ? bytes : err;
/arch/arm/include/asm/
H A Dxor.h47 xor_arm4regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
49 unsigned int lines = bytes / sizeof(unsigned long) / 4;
67 xor_arm4regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
70 unsigned int lines = bytes / sizeof(unsigned long) / 4;
89 xor_arm4regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
92 unsigned int lines = bytes / sizeof(unsigned long) / 2;
108 xor_arm4regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
111 unsigned int lines = bytes / sizeof(unsigned long) / 2;
/arch/x86/oprofile/
H A Dbacktrace.c47 unsigned long bytes; local
49 bytes = copy_from_user_nmi(bufhead, head, sizeof(bufhead));
50 if (bytes != sizeof(bufhead))
93 unsigned long bytes; local
95 bytes = copy_from_user_nmi(bufhead, head, sizeof(bufhead));
96 if (bytes != sizeof(bufhead))
/arch/mips/alchemy/devboards/
H A Dpm.c155 size_t bytes)
191 bytes = -ENOENT;
193 return bytes;
152 db1x_pmattr_store(struct kobject *kobj, struct kobj_attribute *attr, const char *instr, size_t bytes) argument
/arch/s390/crypto/
H A Dghash_s390.c25 u32 bytes; member in struct:ghash_desc_ctx
62 if (dctx->bytes) {
63 u8 *pos = buf + (GHASH_BLOCK_SIZE - dctx->bytes);
65 n = min(srclen, dctx->bytes);
66 dctx->bytes -= n;
72 if (!dctx->bytes) {
88 dctx->bytes = GHASH_BLOCK_SIZE - srclen;
100 if (dctx->bytes) {
101 u8 *pos = buf + (GHASH_BLOCK_SIZE - dctx->bytes);
103 memset(pos, 0, dctx->bytes);
[all...]
/arch/m68k/include/asm/
H A Dsun3xflop.h122 static int bytes=0; local
134 bytes = virtual_dma_count;
183 printk("count=%x, residue=%x calls=%d bytes=%x dma_wait=%d\n",
184 virtual_dma_count, virtual_dma_residue, calls, bytes,
H A Dfloppy.h192 static int bytes=0; local
202 bytes = virtual_dma_count;
237 printk("count=%x, residue=%x calls=%d bytes=%d dma_wait=%d\n",
238 virtual_dma_count, virtual_dma_residue, calls, bytes,
/arch/powerpc/kvm/
H A De500_tlb.h76 u64 bytes = get_tlb_bytes(tlbe); local
77 return get_tlb_eaddr(tlbe) + bytes - 1;
H A D44x_tlb.c480 u32 bytes; local
486 bytes = get_tlb_bytes(tlbe);
487 eaddr &= ~(bytes - 1);
488 gpaddr &= ~(bytes - 1);
/arch/sh/drivers/dma/
H A Ddma-g2.c24 unsigned long size; /* Size (in bytes), 32-byte aligned */
60 unsigned int bytes = g2_bytes_remaining(i); local
62 if (likely(bytes == 0)) {
/arch/x86/include/asm/
H A Dxor_64.h91 xor_sse_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
93 unsigned int lines = bytes >> 8;
142 xor_sse_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
145 unsigned int lines = bytes >> 8;
201 xor_sse_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
204 unsigned int lines = bytes >> 8;
268 xor_sse_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
271 unsigned int lines = bytes >> 8;
H A Dinsn.h29 insn_byte_t bytes[4]; member in union:insn_field::__anon3008
39 * prefixes.bytes[3]: last prefix
44 * opcode.bytes[0]: opcode1
45 * opcode.bytes[1]: opcode2
46 * opcode.bytes[2]: opcode3
143 if (insn->vex_prefix.nbytes == 2) /* 2 bytes VEX */
146 return X86_VEX3_M(insn->vex_prefix.bytes[1]);
151 if (insn->vex_prefix.nbytes == 2) /* 2 bytes VEX */
152 return X86_VEX_P(insn->vex_prefix.bytes[1]);
154 return X86_VEX_P(insn->vex_prefix.bytes[
[all...]
H A Dxor_32.h32 xor_pII_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
34 unsigned long lines = bytes >> 7;
75 xor_pII_mmx_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
78 unsigned long lines = bytes >> 7;
124 xor_pII_mmx_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
127 unsigned long lines = bytes >> 7;
179 xor_pII_mmx_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
182 unsigned long lines = bytes >> 7;
259 xor_p5_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
261 unsigned long lines = bytes >>
306 xor_p5_mmx_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
363 xor_p5_mmx_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
429 xor_p5_mmx_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
587 xor_sse_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
640 xor_sse_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
701 xor_sse_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
769 xor_sse_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
[all...]
/arch/powerpc/sysdev/xics/
H A Dicp-native.c33 u8 bytes[4]; member in union:icp_ipl::__anon2507
37 u8 bytes[4]; member in union:icp_ipl::__anon2508
42 u8 bytes[4]; member in union:icp_ipl::__anon2509
69 out_8(&icp_native_regs[cpu]->xirr.bytes[0], value);
74 out_8(&icp_native_regs[n_cpu]->qirr.bytes[0], value);
/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c45 u32 bytes; member in struct:ghash_desc_ctx
80 if (dctx->bytes) {
81 int n = min(srclen, dctx->bytes);
82 u8 *pos = dst + (GHASH_BLOCK_SIZE - dctx->bytes);
84 dctx->bytes -= n;
90 if (!dctx->bytes)
100 dctx->bytes = GHASH_BLOCK_SIZE - srclen;
112 if (dctx->bytes) {
113 u8 *tmp = dst + (GHASH_BLOCK_SIZE - dctx->bytes);
115 while (dctx->bytes
[all...]
/arch/x86/net/
H A Dbpf_jit_comp.c38 static inline u8 *emit_code(u8 *ptr, u32 bytes, unsigned int len) argument
41 *ptr = bytes;
43 *(u16 *)ptr = bytes;
45 *(u32 *)ptr = bytes;
51 #define EMIT(bytes, len) do { prog = emit_code(prog, bytes, len); } while (0)
150 * each bpf instruction is translated to less than 64 bytes
272 * ("xor %edx,%edx; div %ebx" being 4 bytes long)
/arch/parisc/include/asm/
H A Dfloppy.h73 static int bytes=0; local
83 bytes = virtual_dma_count;
115 printk("count=%x, residue=%x calls=%d bytes=%d dma_wait=%d\n",
116 virtual_dma_count, virtual_dma_residue, calls, bytes,

Completed in 357 milliseconds

12