Searched refs:r12 (Results 226 - 250 of 301) sorted by relevance

1234567891011>>

/linux-master/arch/x86/mm/
H A Dpf_in.c267 rv = (unsigned char *)&regs->r12;
375 rv = &regs->r12;
/linux-master/arch/powerpc/platforms/powermac/
H A Dsleep.S48 #define SL_R12 0xb4 /* r12 to r31 */
74 stmw r12,SL_R12(r11)
411 lmw r12,SL_R12(r1)
/linux-master/arch/powerpc/mm/nohash/
H A Dtlb_low.S372 * Must preserve r7, r8, r9, r10, r11, r12
412 mr. r12, r5
451 cmpwi r12, 0
/linux-master/arch/powerpc/kernel/
H A Dswsusp_32.S42 #define SL_R12 0xb4 /* r12 to r31 */
66 stmw r12,SL_R12(r11)
391 lmw r12,SL_R12(r11)
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S208 ! - restore r8, r9, r10, r11, r12, r13, r14, r15 from the stack
235 mov.l @r15+, r12
380 ! - save r15*, r14, r13, r12, r11, r10, r9, r8 on the stack
402 mov.l r12, @-r15
/linux-master/arch/x86/boot/compressed/
H A Dhead_64.S501 pushq %r12
528 popq %r12
/linux-master/arch/s390/kernel/
H A Dentry.S185 lg %r12,__LC_CURRENT
190 mvc __SF_SIE_FLAGS(8,%r15),__TI_flags(%r12) # copy thread flags
343 ltg %r12,__LC_GMAP
345 clc __GMAP_ASCE(8,%r12), __PT_CR1(%r11)
542 0: ALTERNATIVE "nop", __stringify(lghi %r12,__LC_LAST_BREAK_SAVE_AREA),193
543 LBEAR 0(%r12)
/linux-master/arch/hexagon/kernel/
H A Dkgdb.c32 { "r12", GDB_SIZEOF_REG, offsetof(struct pt_regs, r12)},
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h180 uint64_t r12; member in struct:intel_pt_blk_items::__anon4234::__anon4235::__anon4236
/linux-master/arch/powerpc/kvm/
H A Dbook3s_interrupts.S153 stw r12, VCPU_TRAP(r3)
/linux-master/arch/microblaze/kernel/
H A Dasm-offsets.c42 DEFINE(PT_R12, offsetof(struct pt_regs, r12));
/linux-master/arch/x86/kvm/
H A Dkvm_cache_regs.h40 BUILD_KVM_GPR_ACCESSORS(r12, R12)
/linux-master/arch/arc/kernel/
H A Dtroubleshoot.c32 "r12: 0x%08lx\t",
37 regs->r12);
H A Ddisasm.c449 return regs->r12;
515 regs->r12 = val;
/linux-master/arch/x86/include/asm/
H A Dptrace.h112 unsigned long r12; member in struct:pt_regs
H A Dnospec-branch.h218 .irp rs,r8,r9,r10,r11,r12,r13,r14,r15 variable
/linux-master/tools/perf/arch/powerpc/util/
H A Dperf_regs.c33 SMPL_REG(r12, PERF_REG_POWERPC_R12),
/linux-master/arch/x86/crypto/
H A Ddes3_ede-asm_64.S34 #define RR1 %r12
180 pushq %r12;
251 popq %r12;
461 pushq %r12;
560 popq %r12;
H A Dsha1_ssse3_asm.S74 push %r12
101 pop %r12
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dradio_2059.c23 r10, r11, r12, r13, r14, r15, r16, r17, r18, r19, \
37 .radio_syn47 = r12, \
/linux-master/arch/x86/um/
H A Dsignal.c190 GETREG(R12, r12);
267 PUTREG(R12, r12);
/linux-master/arch/alpha/kernel/
H A Dsignal.c172 err |= __get_user(sw->r12, sc->sc_regs+12);
295 err |= __put_user(sw->r12 , sc->sc_regs+12);
/linux-master/arch/powerpc/crypto/
H A Daesp10-ppc.pl116 $vrsave="r12";
432 lwz r12,12($out)
441 stw r12,-4($inp)
/linux-master/arch/x86/hyperv/
H A Divm.c391 .r12 = msr,
405 .r12 = msr,
/linux-master/arch/x86/events/intel/
H A Dds.c384 u64 r12, r13, r14, r15; member in struct:pebs_record_core
392 u64 r12, r13, r14, r15; member in struct:pebs_record_nhm
404 u64 r12, r13, r14, r15; member in struct:pebs_record_hsw
433 u64 r12, r13, r14, r15; member in struct:pebs_record_skl
1693 regs->r12 = pebs->r12;
1778 regs->r12 = gprs->r12;

Completed in 255 milliseconds

1234567891011>>