Searched refs:r12 (Results 251 - 275 of 301) sorted by relevance

<<111213

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dradio_2057.c117 r10, r11, r12, r13, r14, r15, r16, r17, r18, r19, \
131 .radio_logen_indbuf2g_tune = r12, \
149 r10, r11, r12, r13, r14, r15, r16, r17) \
162 .radio_txmix2g_tune_boost_pu_core0 = r12, \
/linux-master/include/uapi/linux/
H A Dacrn.h220 * @r12: Value of register R12
238 __le64 r12; member in struct:acrn_gp_regs
/linux-master/arch/alpha/kernel/
H A Dptrace.c87 SW_REG( r12), SW_REG( r13), SW_REG( r14), SW_REG( r15),
H A Dprocess.c303 dest[12] = sw->r12;
/linux-master/arch/x86/include/asm/
H A Dperf_event.h432 u64 r8, r9, r10, r11, r12, r13, r14, r15; member in struct:pebs_gprs
/linux-master/arch/x86/crypto/
H A Dsha256-ssse3-asm.S99 TBL = %r12
361 pushq %r12
472 popq %r12
H A Dsha256-avx-asm.S106 TBL = %r12
352 pushq %r12
459 popq %r12
H A Dsha512-avx-asm.S67 d_64 = %r12
283 push %r12
361 pop %r12
H A Dsha512-ssse3-asm.S67 d_64 = %r12
285 push %r12
363 pop %r12
H A Dsha512-avx2-asm.S72 # 1st arg is %rdi, which is saved to the stack and accessed later via %r12
74 CTX2 = %r12
95 T1 = %r12 # clobbers CTX2
572 push %r12
680 pop %r12
H A Dsm3-avx-asm_64.S351 movq %r12, (STACK_REG_SAVE + 4 * 8)(%rsp);
505 movq (STACK_REG_SAVE + 4 * 8)(%rsp), %r12;
/linux-master/arch/arm/kernel/
H A Dentry-armv.S99 THUMB( stmia sp, {r0 - r12} )
174 ARM( stmib sp, {r1 - r12} )
175 THUMB( stmia sp, {r0 - r12} ) @ No STMIB in Thumb-2
357 ARM( stmib sp, {r1 - r12} )
358 THUMB( stmia sp, {r0 - r12} )
/linux-master/arch/powerpc/include/asm/
H A Dppc_asm.h229 0: addis r2,r12,(.TOC.-0b)@ha; \
618 #define r12 %r12 macro
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h229 0: addis r2,r12,(.TOC.-0b)@ha; \
618 #define r12 %r12 macro
/linux-master/arch/parisc/kernel/
H A Dentry.S1615 STREG %r12,PT_GR12(\regs)
1634 LDREG PT_GR12(\regs),%r12
2022 STREG %r12, PT_GR12(%r1)
2067 LDREG PT_GR12(%r1),%r12
2225 bv %r0(%r25) /* r12 */
2226 copy %r12,%r1
2300 bv %r0(%r25) /* r12 */
2301 copy %r1,%r12
/linux-master/arch/powerpc/crypto/
H A Dmd5-asm.S23 #define rW04 r12
H A Dsha256-spe-asm.S27 #define rH7 r12
H A Dsha1-spe-asm.S38 #define rT3 r12
/linux-master/arch/x86/kernel/
H A Dhead_64.S533 pushq %r12 /* pt_regs->r12 */
H A Duprobes.c797 reg_offset = offsetof(struct pt_regs, r12);
H A Dkgdb.c76 { "r12", 8, offsetof(struct pt_regs, r12) },
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dsync_regs_test.c64 REG_COMPARE(r12);
/linux-master/arch/powerpc/kvm/
H A Dbooke_interrupts.S212 stw r12, VCPU_GPR(R12)(r4)
420 lwz r12, VCPU_GPR(R12)(r4)
/linux-master/arch/powerpc/platforms/83xx/
H A Dsuspend-asm.S31 #define SS_GPREG 0x12c /* r12-r31 */
213 stmw r12, SS_GPREG(r3)
546 lmw r12, SS_GPREG(r3)
/linux-master/arch/arm/crypto/
H A Dsha1-armv7-neon.S56 #define RT3 r12
302 push {r4-r12, lr};
630 pop {r4-r12, pc};

Completed in 306 milliseconds

<<111213