Searched refs:r10 (Results 251 - 275 of 326) sorted by relevance

<<11121314

/linux-master/arch/x86/include/asm/
H A Dsyscall_wrapper.h40 * mov 0x38(%rdi),%rcx <-- decode regs->r10
59 ,,regs->r10,,regs->r8,,regs->r9) \
H A Dptrace.h118 unsigned long r10; member in struct:pt_regs
H A Dnospec-branch.h218 .irp rs,r8,r9,r10,r11,r12,r13,r14,r15 variable
H A Dperf_event.h432 u64 r8, r9, r10, r11, r12, r13, r14, r15; member in struct:pebs_gprs
/linux-master/tools/perf/arch/powerpc/util/
H A Dperf_regs.c31 SMPL_REG(r10, PERF_REG_POWERPC_R10),
/linux-master/arch/x86/crypto/
H A Daria-gfni-avx512-asm_64.S852 movq (%r8), %r10;
854 bswapq %r10;
903 adcq $0, %r10;
913 bswapq %r10;
923 movq %r10, (%r8);
941 leaq (%rsi), %r10;
967 %zmm15, %r10);
H A Dchacha-avx2-x86_64.S207 lea 8(%rsp),%r10
224 lea -8(%r10),%rsp
512 lea 8(%rsp),%r10
529 lea -8(%r10),%rsp
553 lea 8(%rsp),%r10
994 lea -8(%r10),%rsp
H A Dchacha-ssse3-x86_64.S180 lea 8(%rsp),%r10
197 lea -8(%r10),%rsp
240 lea 8(%rsp),%r10
764 lea -8(%r10),%rsp
H A Dcast6-avx-x86_64-asm_64.S81 #define RFS3 %r10
H A Dcrc32c-pcl-intel-asm_64.S94 #define crc2 %r10
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dradio_2059.c23 r10, r11, r12, r13, r14, r15, r16, r17, r18, r19, \
35 .radio_syn41 = r10, \
H A Dradio_2057.c117 r10, r11, r12, r13, r14, r15, r16, r17, r18, r19, \
129 .radio_logen_mx2g_tune = r10, \
149 r10, r11, r12, r13, r14, r15, r16, r17) \
160 .radio_logen_mx2g_tune = r10, \
/linux-master/arch/x86/um/
H A Dsignal.c188 GETREG(R10, r10);
265 PUTREG(R10, r10);
/linux-master/arch/alpha/kernel/
H A Dsignal.c170 err |= __get_user(sw->r10, sc->sc_regs+10);
293 err |= __put_user(sw->r10 , sc->sc_regs+10);
H A Dptrace.c86 PT_REG( r8), SW_REG( r9), SW_REG( r10), SW_REG( r11),
/linux-master/arch/x86/events/intel/
H A Dds.c383 u64 r8, r9, r10, r11; member in struct:pebs_record_core
391 u64 r8, r9, r10, r11; member in struct:pebs_record_nhm
403 u64 r8, r9, r10, r11; member in struct:pebs_record_hsw
432 u64 r8, r9, r10, r11; member in struct:pebs_record_skl
1691 regs->r10 = pebs->r10;
1776 regs->r10 = gprs->r10;
/linux-master/include/uapi/linux/
H A Dacrn.h218 * @r10: Value of register R10
236 __le64 r10; member in struct:acrn_gp_regs
/linux-master/arch/arm/mm/
H A Dproc-v7m.S140 orr r10, lr, #EXC_RET_THREADMODE_PROCESSSTACK
/linux-master/arch/arm/crypto/
H A Dpoly1305-armv4.pl95 mov r10,#0x0fffffff
97 and r3,r10,#-4 @ 0x0ffffffc
106 and r4,r4,r10
151 ldrb r10,[$inp,#15]
156 orr r7,r7,r10,lsl#24
/linux-master/arch/parisc/kernel/
H A Dentry.S1613 STREG %r10,PT_GR10(\regs)
1632 LDREG PT_GR10(\regs),%r10
2020 STREG %r10, PT_GR10(%r1)
2065 LDREG PT_GR10(%r1),%r10
2221 bv %r0(%r25) /* r10 */
2222 copy %r10,%r1
2296 bv %r0(%r25) /* r10 */
2297 copy %r1,%r10
/linux-master/arch/microblaze/kernel/
H A Dentry.S188 swi r10, r1, PT_R10; \
222 lwi r10, r1, PT_R10; \
336 * Syscall number in r12, args in r5-r10
394 lwi r10, r1, PT_R10;
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c40 "r10: 0x%.16llx r11: 0x%.16llx\n",
42 regs->r8, regs->r9, regs->r10, regs->r11);
543 if (regs->r9 != KVM_EXCEPTION_MAGIC || regs->rip != regs->r10)
551 regs->r10 = regs->error_code;
/linux-master/tools/testing/selftests/x86/
H A Dptrace_syscall.c24 # define user_arg3 r10
63 : : "r8", "r9", "r10", "r11");
/linux-master/arch/powerpc/crypto/
H A Dmd5-asm.S21 #define rW02 r10
/linux-master/arch/x86/kernel/
H A Dhead_64.S529 pushq %r10 /* pt_regs->r10 */

Completed in 249 milliseconds

<<11121314