Home
last modified time | relevance | path

Searched refs:tbuf (Results 1 – 12 of 12) sorted by relevance

/arch/powerpc/kernel/
Dio.c33 u8 *tbuf = buf; in _insb() local
42 *tbuf++ = tmp; in _insb()
50 const u8 *tbuf = buf; in _outsb() local
56 *port = *tbuf++; in _outsb()
64 u16 *tbuf = buf; in _insw_ns() local
73 *tbuf++ = tmp; in _insw_ns()
81 const u16 *tbuf = buf; in _outsw_ns() local
87 *port = *tbuf++; in _outsw_ns()
95 u32 *tbuf = buf; in _insl_ns() local
104 *tbuf++ = tmp; in _insl_ns()
[all …]
/arch/x86/crypto/
Dtwofish_glue_3way.c237 .tbuf = buf, in lrw_encrypt()
254 .tbuf = buf, in lrw_decrypt()
305 .tbuf = buf, in xts_encrypt()
323 .tbuf = buf, in xts_decrypt()
Dserpent_sse2_glue.c254 .tbuf = buf, in lrw_encrypt()
280 .tbuf = buf, in lrw_decrypt()
342 .tbuf = buf, in xts_encrypt()
369 .tbuf = buf, in xts_decrypt()
Dcamellia_glue.c1463 .tbuf = buf, in lrw_encrypt()
1480 .tbuf = buf, in lrw_decrypt()
1531 .tbuf = buf, in xts_encrypt()
1549 .tbuf = buf, in xts_decrypt()
Dtwofish_avx_glue.c277 .tbuf = buf, in lrw_encrypt()
303 .tbuf = buf, in lrw_decrypt()
Dserpent_avx2_glue.c246 .tbuf = buf, in lrw_encrypt()
272 .tbuf = buf, in lrw_decrypt()
Dcamellia_aesni_avx_glue.c272 .tbuf = buf, in lrw_encrypt()
298 .tbuf = buf, in lrw_decrypt()
Dserpent_avx_glue.c282 .tbuf = buf, in lrw_encrypt()
308 .tbuf = buf, in lrw_decrypt()
Dcast6_avx_glue.c272 .tbuf = buf, in lrw_encrypt()
298 .tbuf = buf, in lrw_decrypt()
Dcamellia_aesni_avx2_glue.c280 .tbuf = buf, in lrw_encrypt()
306 .tbuf = buf, in lrw_decrypt()
Daesni-intel_glue.c594 .tbuf = buf, in lrw_encrypt()
618 .tbuf = buf, in lrw_decrypt()
745 .tbuf = buf, in xts_encrypt()
770 .tbuf = buf, in xts_decrypt()
/arch/powerpc/platforms/cell/spufs/
Dfile.c2483 static int switch_log_sprint(struct spu_context *ctx, char *tbuf, int n) in switch_log_sprint() argument
2489 return snprintf(tbuf, n, "%u.%09u %d %u %u %llu\n", in switch_log_sprint()
2513 char tbuf[128]; in spufs_switch_log_read() local
2548 width = switch_log_sprint(ctx, tbuf, sizeof(tbuf)); in spufs_switch_log_read()
2558 error = copy_to_user(buf + cnt, tbuf, width); in spufs_switch_log_read()