Home
last modified time | relevance | path

Searched refs:r10b (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/lib/
H A Dcsum-copy_64.S184 testb $1, %r10b
/openbmc/linux/tools/perf/arch/x86/util/
H A Dperf_regs.c102 SDT_NAME_REG(r10b, r10),
/openbmc/linux/drivers/md/
H A Draid10.c5135 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()
/openbmc/linux/arch/x86/crypto/
H A Daegis128-aesni-asm.S181 mov %r10b, (%r9)