Searched refs:r10b (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/ |
H A D | perf_regs.c | 99 SDT_NAME_REG(r10b, r10),
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
H A D | perf_regs.c | 102 SDT_NAME_REG(r10b, r10),
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid10.c | 4753 struct r10bio *r10b; in handle_reshape_read_error() local 4758 r10b = kmalloc(struct_size(r10b, devs, conf->copies), GFP_NOIO); in handle_reshape_read_error() 4759 if (!r10b) { in handle_reshape_read_error() 4767 r10b->sector = r10_bio->sector; in handle_reshape_read_error() 4768 __raid10_find_phys(&conf->prev, r10b); in handle_reshape_read_error() 4780 int d = r10b->devs[slot].devnum; in handle_reshape_read_error() 4788 addr = r10b->devs[slot].addr + idx * PAGE_SIZE; in handle_reshape_read_error() 4812 kfree(r10b); in handle_reshape_read_error() 4818 kfree(r10b); in handle_reshape_read_error() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid10.c | 5135 struct r10bio *r10b; in handle_reshape_read_error() local 5140 r10b = kmalloc(struct_size(r10b, devs, conf->copies), GFP_NOIO); in handle_reshape_read_error() 5141 if (!r10b) { in handle_reshape_read_error() 5149 r10b->sector = r10_bio->sector; in handle_reshape_read_error() 5150 __raid10_find_phys(&conf->prev, r10b); in handle_reshape_read_error() 5162 int d = r10b->devs[slot].devnum; in handle_reshape_read_error() 5170 addr = r10b->devs[slot].addr + idx * PAGE_SIZE; in handle_reshape_read_error() 5194 kfree(r10b); in handle_reshape_read_error() 5200 kfree(r10b); in handle_reshape_read_error() [all...] |
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aegis128-aesni-asm.S | 180 mov %r10b, (%r9)
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aegis128-aesni-asm.S | 181 mov %r10b, (%r9)
|
Completed in 13 milliseconds