Searched full:r10b (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/lib/ |
| H A D | csum-copy_64.S | 184 testb $1, %r10b
|
| /linux/tools/perf/util/dwarf-regs-arch/ |
| H A D | dwarf-regs-x86.c | 86 { "r10", 10 }, { "r10d", 10 }, { "r10w", 10 }, { "r10b", 10 },
|
| /linux/tools/perf/util/perf-regs-arch/ |
| H A D | perf_regs_x86.c | 61 SDT_NAME_REG(r10b, r10),
|
| /linux/drivers/md/ |
| H A D | raid10.c | 4938 struct r10bio *r10b; in handle_reshape_read_error() 4943 r10b = kmalloc_flex(*r10b, devs, conf->copies, GFP_NOIO); in handle_reshape_read_error() 4944 if (!r10b) { in handle_reshape_read_error() 4952 r10b->sector = r10_bio->sector; in handle_reshape_read_error() 4953 __raid10_find_phys(&conf->prev, r10b); in handle_reshape_read_error() 4964 int d = r10b->devs[slot].devnum; in handle_reshape_read_error() 4972 addr = r10b->devs[slot].addr + idx * PAGE_SIZE; in handle_reshape_read_error() 4993 kfree(r10b); in end_reshape_write() 4999 kfree(r10b); in end_reshape_write() 4916 struct r10bio *r10b; handle_reshape_read_error() local [all...] |