Symbol: r5
arch/alpha/include/uapi/asm/ptrace.h
26
unsigned long r5;
arch/alpha/kernel/process.c
296
dest[ 5] = pt->r5;
arch/alpha/kernel/ptrace.c
85
PT_REG( r4), PT_REG( r5), PT_REG( r6), PT_REG( r7),
arch/alpha/kernel/signal.c
165
err |= __get_user(regs->r5, sc->sc_regs+5);
arch/alpha/kernel/signal.c
288
err |= __put_user(regs->r5 , sc->sc_regs+5);
arch/alpha/kernel/traps.c
43
regs->r3, regs->r4, regs->r5);
arch/alpha/kernel/traps.c
650
R(r0), R(r1), R(r2), R(r3), R(r4), R(r5), R(r6), R(r7), R(r8),
arch/arc/include/asm/dsp-impl.h
19
lr r5, [ARC_AUX_DSP_BUILD]
arch/arc/include/asm/dsp-impl.h
20
bmsk r5, r5, 7
arch/arc/include/asm/dsp-impl.h
21
breq r5, 0, 1f
arch/arc/include/asm/dsp-impl.h
22
mov r5, DSP_CTRL_DISABLED_ALL
arch/arc/include/asm/dsp-impl.h
23
sr r5, [ARC_AUX_DSP_CTRL]
arch/arc/include/asm/entry-arcv2.h
127
ST2 r4, r5, PT_r4
arch/arc/include/asm/entry-arcv2.h
227
LD2 r4, r5, PT_r4
arch/arc/include/asm/entry-compact.h
63
push r5
arch/arc/include/asm/entry-compact.h
81
pop r5
arch/arc/include/asm/ptrace.h
42
unsigned long r12, r11, r10, r9, r8, r7, r6, r5, r4, r3, r2, r1, r0;
arch/arc/include/asm/ptrace.h
88
unsigned long r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11;
arch/arc/include/asm/unwind.h
19
unsigned long r5;
arch/arc/include/asm/unwind.h
78
PTREGS_INFO(r5), \
arch/arc/include/uapi/asm/ptrace.h
40
unsigned long r12, r11, r10, r9, r8, r7, r6, r5, r4, r3, r2, r1, r0;
arch/arc/kernel/asm-offsets.c
58
DEFINE(PT_r5, offsetof(struct pt_regs, r5));
arch/arc/kernel/ptrace.c
127
membuf_store(&to, ptregs->r5);
arch/arc/kernel/ptrace.c
210
REG_IN_ONE(scratch.r5, &ptregs->r5);
arch/arc/kernel/ptrace.c
41
REG_OFFSET_NAME(r5),
arch/arc/kernel/ptrace.c
76
REG_OFFSET_NAME(r5),
arch/arc/kernel/signal.c
124
uregs.scratch.r5 = regs->r5;
arch/arc/kernel/signal.c
177
regs->r5 = uregs.scratch.r5;
arch/arc/kernel/troubleshoot.c
34
regs->r3, regs->r4, regs->r5,
arch/arm/include/asm/thread_info.h
47
__u32 r5;
arch/arm/kernel/kgdb.c
92
gdb_regs[_R5] = ti->cpu_context.r5;
arch/arm/kernel/process.c
263
thread->cpu_context.r5 = (unsigned long)args->fn;
arch/arm/kernel/ptrace.c
74
REG_OFFSET_NAME(r5),
arch/arm/mach-bcm/bcm_kona_smc.c
109
: "r" (r4), "r" (r5), "r" (r6)
arch/arm/mach-bcm/bcm_kona_smc.c
92
register u32 r5 asm("r5");
arch/arm/mach-bcm/bcm_kona_smc.c
96
r5 = 0x3; /* Keep IRQ and FIQ off in SM */
arch/arm/net/bpf_jit_32.c
2055
const s8 *r5 = bpf2a32[BPF_REG_5];
arch/arm/net/bpf_jit_32.c
2060
emit_push_r64(r5, ctx);
arch/csky/abiv2/inc/abi/switch_context.h
14
unsigned long r5;
arch/hexagon/include/asm/elf.h
107
DEST.r5 = REGS->r05; \
arch/hexagon/include/uapi/asm/user.h
19
unsigned long r5;
arch/loongarch/include/asm/regdef.h
13
#define a1 $r5
arch/loongarch/kernel/ptrace.c
796
REG_OFFSET_NAME(r5, regs[5]),
arch/microblaze/include/asm/syscall.h
61
case 0: return regs->r5;
arch/microblaze/include/uapi/asm/elf.h
110
_r->r4 = _r->r5 = _r->r6 = _r->r7 = \
arch/microblaze/include/uapi/asm/ptrace.h
23
microblaze_reg_t r5;
arch/microblaze/kernel/asm-offsets.c
36
DEFINE(PT_R5, offsetof(struct pt_regs, r5));
arch/microblaze/kernel/process.c
31
regs->r5, regs->r6, regs->r7, regs->r8);
arch/microblaze/kernel/ptrace.c
150
audit_syscall_entry(regs->r12, regs->r5, regs->r6, regs->r7, regs->r8);
arch/microblaze/kernel/signal.c
126
COPY(r2); COPY(r3); COPY(r4); COPY(r5);
arch/microblaze/kernel/signal.c
216
regs->r5 = sig; /* arg 0: signum */
arch/microblaze/kernel/signal.c
65
COPY(r2); COPY(r3); COPY(r4); COPY(r5);
arch/mips/kernel/ptrace.c
869
REG_OFFSET_NAME(r5, regs[5]),
arch/nios2/include/asm/elf.h
50
pr_reg[12] = regs->r5; \
arch/nios2/include/asm/entry.h
42
stw r5, PT_R5(sp)
arch/nios2/include/asm/entry.h
70
ldw r5, PT_R5(sp)
arch/nios2/include/asm/ptrace.h
35
unsigned long r5;
arch/nios2/include/asm/syscall.h
59
*args++ = regs->r5;
arch/nios2/include/asm/syscall.h
70
regs->r5 = *args++;
arch/nios2/kernel/asm-offsets.c
34
OFFSET(PT_R5, pt_regs, r5);
arch/nios2/kernel/kgdb.c
25
{ "r5", GDB_SIZEOF_REG, offsetof(struct pt_regs, r5) },
arch/nios2/kernel/process.c
182
fp->r4, fp->r5, fp->r6, fp->r7);
arch/nios2/kernel/process.c
83
regs->r5, regs->r6, regs->r7, regs->r8);
arch/nios2/kernel/setup.c
102
asmlinkage void __init nios2_boot_init(unsigned r4, unsigned r5, unsigned r6,
arch/nios2/kernel/setup.c
111
if (r5) { /* initramfs */
arch/nios2/kernel/setup.c
112
initrd_start = r5;
arch/nios2/kernel/signal.c
139
err |= __put_user(regs->r5, &gregs[4]);
arch/nios2/kernel/signal.c
210
regs->r5 = (unsigned long) &frame->info;
arch/nios2/kernel/signal.c
56
err |= __get_user(regs->r5, &gregs[4]);
arch/parisc/include/asm/asmregs.h
38
r5: .reg %r5
arch/parisc/include/asm/assembly.h
214
STREG %r5, PT_GR5 (\regs)
arch/parisc/include/asm/assembly.h
248
LDREG PT_GR5 (\regs), %r5
arch/parisc/include/asm/assembly.h
378
std %r5, -128(%r30)
arch/parisc/include/asm/assembly.h
410
ldd -128(%r30), %r5
arch/parisc/include/asm/assembly.h
422
stw %r5, -120(%r30)
arch/parisc/include/asm/assembly.h
454
ldw -120(%r30), %r5
arch/powerpc/boot/cuboot-52xx.c
53
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/cuboot-824x.c
43
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/cuboot-83xx.c
49
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/cuboot-85xx-cpm2.c
56
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/cuboot-85xx.c
52
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/cuboot-8xx.c
37
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/cuboot-amigaone.c
25
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/cuboot-bamboo.c
23
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/cuboot-ebony.c
23
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/cuboot-katmai.c
46
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/cuboot-pq2.c
262
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/cuboot-rainier.c
46
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/cuboot-sam440ep.c
38
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/cuboot-sequoia.c
46
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/cuboot-taishan.c
46
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/cuboot-warp.c
26
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/cuboot-yosemite.c
33
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/cuboot.c
17
void cuboot_init(unsigned long r4, unsigned long r5,
arch/powerpc/boot/cuboot.c
24
loader_info.initrd_size = r4 ? r5 - r4 : 0;
arch/powerpc/boot/cuboot.h
12
cuboot_init(r4, r5, r6, r7, bd.bi_memstart + bd.bi_memsize); \
arch/powerpc/boot/cuboot.h
5
void cuboot_init(unsigned long r4, unsigned long r5,
arch/powerpc/boot/ep8248e.c
35
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/ep88xc.c
33
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/epapr-wrapper.c
3
unsigned long r5, unsigned long r6,
arch/powerpc/boot/epapr-wrapper.c
6
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/epapr-wrapper.c
9
epapr_platform_init(r3, r4, r5, r6, r7);
arch/powerpc/boot/epapr.c
48
void epapr_platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/gamecube.c
20
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5)
arch/powerpc/boot/holly.c
23
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5)
arch/powerpc/boot/microwatt.c
11
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5)
arch/powerpc/boot/mvme5100.c
15
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5)
arch/powerpc/boot/mvme7100.c
47
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/of.c
25
void epapr_platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/of.c
84
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/of.c
88
if (r5)
arch/powerpc/boot/of.c
89
of_platform_init(r3, r4, (void *)r5);
arch/powerpc/boot/of.c
91
epapr_platform_init(r3, r4, r5, r6, r7);
arch/powerpc/boot/ops.h
20
typedef void (*kernel_entry_t)(unsigned long r3, unsigned long r4, void *r5);
arch/powerpc/boot/redboot-83xx.c
39
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/redboot-8xx.c
37
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/simpleboot.c
25
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/boot/wii.c
135
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5)
arch/powerpc/include/asm/epapr_hcalls.h
142
register uintptr_t r5 __asm__("r5");
arch/powerpc/include/asm/epapr_hcalls.h
148
r5 = priority;
arch/powerpc/include/asm/epapr_hcalls.h
152
: "+r" (r11), "+r" (r3), "+r" (r4), "+r" (r5), "+r" (r6)
arch/powerpc/include/asm/epapr_hcalls.h
174
register uintptr_t r5 __asm__("r5");
arch/powerpc/include/asm/epapr_hcalls.h
181
: "+r" (r11), "+r" (r3), "=r" (r4), "=r" (r5), "=r" (r6)
arch/powerpc/include/asm/epapr_hcalls.h
186
*priority = r5;
arch/powerpc/include/asm/epapr_hcalls.h
288
register uintptr_t r5 __asm__("r5");
arch/powerpc/include/asm/epapr_hcalls.h
297
r5 = be32_to_cpu(p[0]);
arch/powerpc/include/asm/epapr_hcalls.h
304
"+r" (r4), "+r" (r5), "+r" (r6), "+r" (r7), "+r" (r8)
arch/powerpc/include/asm/epapr_hcalls.h
331
register uintptr_t r5 __asm__("r5");
arch/powerpc/include/asm/epapr_hcalls.h
343
"=r" (r5), "=r" (r6), "=r" (r7), "=r" (r8)
arch/powerpc/include/asm/epapr_hcalls.h
348
p[0] = cpu_to_be32(r5);
arch/powerpc/include/asm/epapr_hcalls.h
374
register uintptr_t r5 __asm__("r5");
arch/powerpc/include/asm/epapr_hcalls.h
380
: "+r" (r11), "+r" (r3), "=r" (r4), "=r" (r5)
arch/powerpc/include/asm/epapr_hcalls.h
385
*tx_count = r5;
arch/powerpc/include/asm/epapr_hcalls.h
472
register unsigned long r5 asm("r5") = in[2];
arch/powerpc/include/asm/epapr_hcalls.h
482
: "=r"(r0), "=r"(r3), "=r"(r4), "=r"(r5), "=r"(r6),
arch/powerpc/include/asm/epapr_hcalls.h
485
: "r"(r3), "r"(r4), "r"(r5), "r"(r6), "r"(r7), "r"(r8),
arch/powerpc/include/asm/epapr_hcalls.h
490
out[1] = r5;
arch/powerpc/include/asm/fsl_hcalls.h
130
register uintptr_t r5 __asm__("r5");
arch/powerpc/include/asm/fsl_hcalls.h
149
r5 = (uint32_t)dtpath_addr;
arch/powerpc/include/asm/fsl_hcalls.h
156
"+r" (r3), "+r" (r4), "+r" (r5), "+r" (r6), "+r" (r7),
arch/powerpc/include/asm/fsl_hcalls.h
186
register uintptr_t r5 __asm__("r5");
arch/powerpc/include/asm/fsl_hcalls.h
203
r5 = (uint32_t)dtpath_addr;
arch/powerpc/include/asm/fsl_hcalls.h
210
"+r" (r3), "+r" (r4), "+r" (r5), "+r" (r6), "+r" (r7),
arch/powerpc/include/asm/fsl_hcalls.h
291
register uintptr_t r5 __asm__("r5");
arch/powerpc/include/asm/fsl_hcalls.h
296
r5 = load;
arch/powerpc/include/asm/fsl_hcalls.h
299
: "+r" (r11), "+r" (r3), "+r" (r4), "+r" (r5)
arch/powerpc/include/asm/fsl_hcalls.h
363
register uintptr_t r5 __asm__("r5");
arch/powerpc/include/asm/fsl_hcalls.h
370
r5 = (uint32_t) sg_list;
arch/powerpc/include/asm/fsl_hcalls.h
381
"+r" (r3), "+r" (r4), "+r" (r5), "+r" (r6), "+r" (r7)
arch/powerpc/include/asm/fsl_hcalls.h
498
register uintptr_t r5 __asm__("r5");
arch/powerpc/include/asm/fsl_hcalls.h
505
r5 = addr_hi;
arch/powerpc/include/asm/fsl_hcalls.h
510
: "+r" (r11), "+r" (r3), "+r" (r4), "+r" (r5), "+r" (r6),
arch/powerpc/include/asm/ppc_asm.h
611
#define r5 %r5
arch/powerpc/include/asm/processor.h
157
unsigned long r0, r3, r4, r5, r6, r8, r9, r11;
arch/powerpc/include/asm/vdso/getrandom.h
18
register unsigned long r5 asm("r5") = _r5;
arch/powerpc/include/asm/vdso/getrandom.h
26
: "=r" (ret), "+r" (r4), "+r" (r5), "+r" (r0)
arch/powerpc/kernel/asm-offsets.c
136
OFFSET(THR5, thread_struct, r5);
arch/powerpc/kernel/head_booke.h
318
mfspr r5,SPRN_ESR; \
arch/powerpc/kernel/head_booke.h
319
stw r5,_ESR(r11); \
arch/powerpc/kernel/head_booke.h
459
mfspr r5,SPRN_ESR; /* Grab the ESR and save it */ \
arch/powerpc/kernel/head_booke.h
460
stw r5,_ESR(r11); \
arch/powerpc/kernel/head_booke.h
479
li r5,0; /* Store 0 in regs->esr (dsisr) */ \
arch/powerpc/kernel/head_booke.h
480
stw r5,_ESR(r11); \
arch/powerpc/kernel/prom_init.c
131
extern void __start(unsigned long r3, unsigned long r4, unsigned long r5,
arch/powerpc/kernel/prom_init.c
3188
register unsigned long r5 asm("r5") = fdt;
arch/powerpc/kernel/prom_init.c
3190
asm volatile("sc 2" : "+r"(r3) : "r"(r4), "r"(r5));
arch/powerpc/kernel/syscall.c
156
unsigned long r3, r4, r5, r6, r7, r8;
arch/powerpc/kernel/syscall.c
162
r5 = regs->gpr[5] & 0x00000000ffffffffULL;
arch/powerpc/kernel/syscall.c
167
ret = f(r3, r4, r5, r6, r7, r8);
arch/powerpc/platforms/powermac/bootx_init.c
30
extern void __start(unsigned long r3, unsigned long r4, unsigned long r5);
arch/riscv/net/bpf_jit_comp32.c
745
const s8 *r5 = bpf2rv32[BPF_REG_5];
arch/riscv/net/bpf_jit_comp32.c
751
emit(rv_sw(RV_REG_SP, 0, lo(r5)), ctx);
arch/riscv/net/bpf_jit_comp32.c
752
emit(rv_sw(RV_REG_SP, 4, hi(r5)), ctx);
arch/s390/include/asm/fpu-insn-asm.h
45
.ifc \gr,%r5
arch/s390/include/asm/kvm_para.h
31
#define HYPERCALL_FMT_4 , "d" (r5) HYPERCALL_FMT_3
arch/s390/include/asm/kvm_para.h
54
register unsigned long r5 asm("5") = arg4
arch/s390/include/asm/stacktrace.h
105
#define CALL_FMT_4 CALL_FMT_3, "+&d" (r5)
arch/s390/include/asm/stacktrace.h
144
register long r5 asm("5") = arg4
arch/s390/include/asm/syscall.h
101
#define SYSCALL_FMT_4 , "d" (r5) SYSCALL_FMT_3
arch/s390/include/asm/syscall.h
124
register long r5 asm("5") = arg4
arch/sh/include/asm/traps_32.h
55
asmlinkage void name##_trap_handler(unsigned long r4, unsigned long r5, \
arch/sh/kernel/sh_bios.c
30
register long r5 __asm__("r5") = arg1;
arch/sh/kernel/sh_bios.c
38
:"0"(r0), "r"(r4), "r"(r5), "r"(r6), "r"(r7)
arch/x86/net/bpf_jit_comp32.c
2089
const u8 *r5 = bpf2ia32[BPF_REG_5];
arch/x86/net/bpf_jit_comp32.c
2122
emit_push_r64(r5, &prog);
crypto/streebog_generic.c
870
u64 r0, r1, r2, r3, r4, r5, r6, r7;
crypto/streebog_generic.c
878
r5 = le64_to_cpu(x->qword[5] ^ y->qword[5]);
crypto/streebog_generic.c
888
data->qword[i] ^= cpu_to_le64(Ax[5][r5 & 0xFF]);
crypto/streebog_generic.c
896
r5 >>= 8;
drivers/infiniband/hw/cxgb4/qp.c
682
wqe->read.r5 = 0;
drivers/infiniband/hw/cxgb4/t4fw_ri_api.h
629
__be32 r5;
drivers/infiniband/hw/cxgb4/t4fw_ri_api.h
782
__be64 r5;
drivers/net/ethernet/chelsio/cxgb4/sge.c
2230
wr->u.tcpseg.r5 = 0;
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
2564
__be16 r5;
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
3426
__be64 r5;
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
3508
__be64 r5;
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
4074
__be32 r5;
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
567
__be16 r5;
drivers/net/wireless/atmel/at76c50x-usb.c
629
ret = at76_get_hw_cfg(priv->udev, hwcfg, sizeof(hwcfg->r5));
drivers/net/wireless/atmel/at76c50x-usb.c
632
memcpy(priv->mac_addr, hwcfg->r5.mac_addr, ETH_ALEN);
drivers/net/wireless/atmel/at76c50x-usb.c
633
priv->regulatory_domain = hwcfg->r5.regulatory_domain;
drivers/net/wireless/atmel/at76c50x-usb.h
124
struct hwcfg_r505 r5;
drivers/net/wireless/broadcom/b43/radio_2055.c
258
#define RADIOREGS(r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11, \
drivers/net/wireless/broadcom/b43/radio_2055.c
265
.radio_vco_cal2 = r5, \
drivers/net/wireless/broadcom/b43/radio_2055.c
283
#define PHYREGS(r0, r1, r2, r3, r4, r5) \
drivers/net/wireless/broadcom/b43/radio_2055.c
289
.phy_regs.phy_bw6 = r5
drivers/net/wireless/broadcom/b43/radio_2056.c
3067
#define PHYREGS(r0, r1, r2, r3, r4, r5) \
drivers/net/wireless/broadcom/b43/radio_2056.c
3073
.phy_regs.phy_bw6 = r5
drivers/net/wireless/broadcom/b43/radio_2057.c
169
#define PHYREGS(r0, r1, r2, r3, r4, r5) \
drivers/net/wireless/broadcom/b43/radio_2057.c
175
.phy_regs.phy_bw6 = r5
drivers/net/wireless/broadcom/b43/radio_2059.c
47
#define PHYREGS(r0, r1, r2, r3, r4, r5) \
drivers/net/wireless/broadcom/b43/radio_2059.c
53
.phy_regs.bw6 = r5
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3066
le32_to_cpu(tr.r4), le32_to_cpu(tr.r5),
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
3080
le32_to_cpu(tr.r4), le32_to_cpu(tr.r5),
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
351
__le32 r5; /* v2 */
drivers/scsi/csiostor/csio_scsi.c
219
memset(&wr->r5, 0, 8);
drivers/scsi/csiostor/t4fw_api_stor.h
165
u8 r5[6];
drivers/scsi/csiostor/t4fw_api_stor.h
194
u8 r5;
drivers/scsi/csiostor/t4fw_api_stor.h
276
u8 r5[8];
include/linux/bpf.h
3747
u64 bpf_user_rnd_u32(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);
include/linux/bpf.h
3748
u64 bpf_get_raw_cpu_id(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);
include/linux/bpf.h
925
u64 (*func)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);
include/linux/filter.h
1151
u64 __bpf_call_base(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);
kernel/bpf/core.c
1585
noinline u64 __bpf_call_base(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5)
kernel/bpf/core.c
2338
static u64 PROG_NAME_ARGS(stack_size)(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5, \
kernel/bpf/core.c
2350
BPF_R5 = r5; \
kernel/bpf/core.c
2380
u64 (*interpreters_args[])(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5,
kernel/trace/bpf_trace.c
83
u64 bpf_get_stackid(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);
kernel/trace/bpf_trace.c
84
u64 bpf_get_stack(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5);
lib/crypto/powerpc/aes-spe-regs.h
11
#define rKP r5 /* pointer to en-/decryption key pointer */
lib/zlib_dfltcc/dfltcc_util.h
49
register size_t r5 __asm__("r5") = t5;
lib/zlib_dfltcc/dfltcc_util.h
58
, [r5] "+r" (r5)
lib/zlib_dfltcc/dfltcc_util.h
64
t2 = r2; t3 = r3; t4 = r4; t5 = r5;
net/mac80211/airtime.c
227
#define EHT_BW2VBPS(_bw, r5, r4, r3, r2, r1) \
net/mac80211/airtime.c
228
((_bw) == BW_320 ? r5 : BW2VBPS(_bw, r4, r3, r2, r1))
tools/lib/bpf/bpf_tracing.h
399
#define __PT_PARM6_REG scratch.r5
tools/testing/selftests/kvm/include/loongarch/processor.h
16
#define a1 $r5
tools/testing/selftests/powerpc/include/vmx_asm.h
67
li r5,0
tools/testing/selftests/powerpc/include/vmx_asm.h
68
lvx v20,r5,r3
tools/testing/selftests/powerpc/include/vmx_asm.h
69
addi r5,r5,16
tools/testing/selftests/powerpc/include/vmx_asm.h
70
lvx v21,r5,r3
tools/testing/selftests/powerpc/include/vmx_asm.h
71
addi r5,r5,16
tools/testing/selftests/powerpc/include/vmx_asm.h
72
lvx v22,r5,r3
tools/testing/selftests/powerpc/include/vmx_asm.h
73
addi r5,r5,16
tools/testing/selftests/powerpc/include/vmx_asm.h
74
lvx v23,r5,r3
tools/testing/selftests/powerpc/include/vmx_asm.h
75
addi r5,r5,16
tools/testing/selftests/powerpc/include/vmx_asm.h
76
lvx v24,r5,r3
tools/testing/selftests/powerpc/include/vmx_asm.h
77
addi r5,r5,16
tools/testing/selftests/powerpc/include/vmx_asm.h
78
lvx v25,r5,r3
tools/testing/selftests/powerpc/include/vmx_asm.h
79
addi r5,r5,16
tools/testing/selftests/powerpc/include/vmx_asm.h
80
lvx v26,r5,r3
tools/testing/selftests/powerpc/include/vmx_asm.h
81
addi r5,r5,16
tools/testing/selftests/powerpc/include/vmx_asm.h
82
lvx v27,r5,r3
tools/testing/selftests/powerpc/include/vmx_asm.h
83
addi r5,r5,16
tools/testing/selftests/powerpc/include/vmx_asm.h
84
lvx v28,r5,r3
tools/testing/selftests/powerpc/include/vmx_asm.h
85
addi r5,r5,16
tools/testing/selftests/powerpc/include/vmx_asm.h
86
lvx v29,r5,r3
tools/testing/selftests/powerpc/include/vmx_asm.h
87
addi r5,r5,16
tools/testing/selftests/powerpc/include/vmx_asm.h
88
lvx v30,r5,r3
tools/testing/selftests/powerpc/include/vmx_asm.h
89
addi r5,r5,16
tools/testing/selftests/powerpc/include/vmx_asm.h
90
lvx v31,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
14
li r5,0
tools/testing/selftests/powerpc/include/vsx_asm.h
15
lxvd2x vs20,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
16
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
17
lxvd2x vs21,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
18
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
19
lxvd2x vs22,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
20
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
21
lxvd2x vs23,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
22
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
23
lxvd2x vs24,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
24
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
25
lxvd2x vs25,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
26
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
27
lxvd2x vs26,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
28
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
29
lxvd2x vs27,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
30
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
31
lxvd2x vs28,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
32
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
33
lxvd2x vs29,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
34
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
35
lxvd2x vs30,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
36
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
37
lxvd2x vs31,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
42
li r5,0
tools/testing/selftests/powerpc/include/vsx_asm.h
43
stxvd2x vs20,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
44
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
45
stxvd2x vs21,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
46
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
47
stxvd2x vs22,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
48
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
49
stxvd2x vs23,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
50
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
51
stxvd2x vs24,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
52
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
53
stxvd2x vs25,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
54
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
55
stxvd2x vs26,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
56
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
57
stxvd2x vs27,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
58
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
59
stxvd2x vs28,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
60
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
61
stxvd2x vs29,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
62
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
63
stxvd2x vs30,r5,r3
tools/testing/selftests/powerpc/include/vsx_asm.h
64
addi r5,r5,16
tools/testing/selftests/powerpc/include/vsx_asm.h
65
stxvd2x vs31,r5,r3
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
611
#define r5 %r5