Searched refs:r13 (Results 151 - 175 of 212) sorted by relevance

123456789

/linux-master/arch/x86/kvm/
H A Dkvm_cache_regs.h41 BUILD_KVM_GPR_ACCESSORS(r13, R13)
/linux-master/arch/arc/kernel/
H A Dtroubleshoot.c42 pr_cont("r13: 0x%08lx\tr14: 0x%08lx\n" \
47 regs->r13, regs->r14,
H A Dentry.S16 * Callee Saved Registers r13- r25
60 mov r0, r13 ; (see PF_KTHREAD block in copy_thread)
/linux-master/arch/x86/include/asm/
H A Dptrace.h111 unsigned long r13; 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.c34 SMPL_REG(r13, PERF_REG_POWERPC_R13),
/linux-master/arch/openrisc/kernel/
H A Dentry.S120 l.lwz r13,PT_GPR13(r1) ;\
158 l.sw PT_GPR13(r1),r13 ;\
196 l.sw PT_GPR13(r1),r13 ;\
629 /* r12,r13 already saved */
786 /* Here we use r13-r19 (odd) as scratch regs */
787 l.lwz r13,PT_PC(r1)
794 l.mtspr r0,r13,SPR_EPCR_BASE
942 l.andi r13,r4,_TIF_WORK_MASK
943 l.sfeqi r13,0
/linux-master/arch/x86/crypto/
H A Ddes3_ede-asm_64.S35 #define RR2 %r13
181 pushq %r13;
250 popq %r13;
462 pushq %r13;
559 popq %r13;
H A Dsha512-avx-asm.S68 e_64 = %r13
284 push %r13
360 pop %r13
H A Dsha512-ssse3-asm.S68 e_64 = %r13
286 push %r13
362 pop %r13
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dradio_2059.c23 r10, r11, r12, r13, r14, r15, r16, r17, r18, r19, \
38 .radio_rxtx4a = r13, \
H A Dradio_2057.c117 r10, r11, r12, r13, r14, r15, r16, r17, r18, r19, \
132 .radio_logen_indbuf5g_tune = r13, \
149 r10, r11, r12, r13, r14, r15, r16, r17) \
163 .radio_pad2g_tune_pus_core0 = r13, \
/linux-master/arch/x86/um/
H A Dsignal.c191 GETREG(R13, r13);
268 PUTREG(R13, r13);
/linux-master/arch/alpha/kernel/
H A Dsignal.c173 err |= __get_user(sw->r13, sc->sc_regs+13);
296 err |= __put_user(sw->r13 , sc->sc_regs+13);
H A Dptrace.c87 SW_REG( r12), SW_REG( r13), SW_REG( r14), SW_REG( r15),
H A Dprocess.c304 dest[13] = sw->r13;
/linux-master/arch/arm/kernel/
H A Dhead.S154 * r13 - virtual address for __enable_mmu -> __turn_mmu_on
160 ldr r13, =__mmap_switched @ address to jump to after
418 mov r13, r12 @ __secondary_switched address
457 * r13 = *virtual* address to jump to upon completion
494 * r13 = *virtual* address to jump to upon completion
507 mov r3, r13
/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
1694 regs->r13 = pebs->r13;
1779 regs->r13 = gprs->r13;
/linux-master/arch/x86/entry/
H A Dentry_64.S185 pushq %r13
210 popq %r13
/linux-master/arch/microblaze/kernel/
H A Dhead.S329 addik r13, r0, _KERNEL_SDA_BASE_
H A Dentry.S191 swi r13, r1, PT_R13; /* Save SDA2 */ \
225 lwi r13, r1, PT_R13; /* restore SDA2 */ \
1083 swi r13, r11, CC_R13
1140 lwi r13, r11, CC_R13
/linux-master/include/uapi/linux/
H A Dacrn.h221 * @r13: Value of register R13
239 __le64 r13; member in struct:acrn_gp_regs
/linux-master/arch/powerpc/include/asm/
H A Dppc_asm.h369 ld reg,PACATOC(r13)
619 #define r13 %r13 macro
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h369 ld reg,PACATOC(r13)
619 #define r13 %r13 macro

Completed in 184 milliseconds

123456789