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.c275 .tbuf = buf, in lrw_encrypt()
301 .tbuf = buf, in lrw_decrypt()
Dserpent_avx2_glue.c245 .tbuf = buf, in lrw_encrypt()
271 .tbuf = buf, in lrw_decrypt()
Dcamellia_aesni_avx_glue.c271 .tbuf = buf, in lrw_encrypt()
297 .tbuf = buf, in lrw_decrypt()
Dcamellia_aesni_avx2_glue.c279 .tbuf = buf, in lrw_encrypt()
305 .tbuf = buf, in lrw_decrypt()
Dcast6_avx_glue.c271 .tbuf = buf, in lrw_encrypt()
297 .tbuf = buf, in lrw_decrypt()
Dserpent_avx_glue.c281 .tbuf = buf, in lrw_encrypt()
307 .tbuf = buf, in lrw_decrypt()
Daesni-intel_glue.c596 .tbuf = buf, in lrw_encrypt()
620 .tbuf = buf, in lrw_decrypt()
747 .tbuf = buf, in xts_encrypt()
772 .tbuf = buf, in xts_decrypt()
/arch/powerpc/platforms/cell/spufs/
Dfile.c2465 static int switch_log_sprint(struct spu_context *ctx, char *tbuf, int n) in switch_log_sprint() argument
2471 return snprintf(tbuf, n, "%u.%09u %d %u %u %llu\n", in switch_log_sprint()
2495 char tbuf[128]; in spufs_switch_log_read() local
2530 width = switch_log_sprint(ctx, tbuf, sizeof(tbuf)); in spufs_switch_log_read()
2540 error = copy_to_user(buf + cnt, tbuf, width); in spufs_switch_log_read()