Searched refs:tbuf (Results 1 – 3 of 3) sorted by relevance
| /arch/powerpc/kernel/ |
| A D | io.c | 29 u8 *tbuf = buf; in _insb() local 39 *tbuf++ = tmp; in _insb() 47 const u8 *tbuf = buf; in _outsb() local 54 *(volatile u8 __force *)port = *tbuf++; in _outsb() 62 u16 *tbuf = buf; in _insw() local 72 *tbuf++ = tmp; in _insw() 80 const u16 *tbuf = buf; in _outsw() local 87 *(volatile u16 __force *)port = *tbuf++; in _outsw() 95 u32 *tbuf = buf; in _insl() local 105 *tbuf++ = tmp; in _insl() [all …]
|
| /arch/powerpc/kexec/ |
| A D | file_load_64.c | 79 __be64 *tbuf; in check_realloc_usable_mem() local 85 tbuf = krealloc(um_info->buf, new_size, GFP_KERNEL); in check_realloc_usable_mem() 86 if (tbuf) { in check_realloc_usable_mem() 87 um_info->buf = tbuf; in check_realloc_usable_mem() 92 return tbuf; in check_realloc_usable_mem()
|
| /arch/powerpc/platforms/cell/spufs/ |
| A D | file.c | 2317 static int switch_log_sprint(struct spu_context *ctx, char *tbuf, int n) in switch_log_sprint() argument 2323 return snprintf(tbuf, n, "%llu.%09u %d %u %u %llu\n", in switch_log_sprint() 2347 char tbuf[128]; in spufs_switch_log_read() local 2382 width = switch_log_sprint(ctx, tbuf, sizeof(tbuf)); in spufs_switch_log_read() 2392 error = copy_to_user(buf + cnt, tbuf, width); in spufs_switch_log_read()
|
Completed in 15 milliseconds