Symbol: r28
arch/alpha/include/uapi/asm/ptrace.h
39
unsigned long r28;
arch/alpha/kernel/process.c
319
dest[28] = pt->r28;
arch/alpha/kernel/ptrace.c
91
PT_REG( r28), PT_REG( gp), -1, -1,
arch/alpha/kernel/signal.c
188
err |= __get_user(regs->r28, sc->sc_regs+28);
arch/alpha/kernel/signal.c
311
err |= __put_user(regs->r28, sc->sc_regs+28);
arch/alpha/kernel/traps.c
62
regs->r25, regs->r27, regs->r28);
arch/alpha/kernel/traps.c
655
R(r27), R(r28), R(gp),
arch/arc/include/asm/unwind.h
101
PTREGS_INFO(r28), \
arch/arc/include/asm/unwind.h
42
unsigned long r28; /* sp */
arch/arc/include/asm/unwind.h
56
#define UNW_SP(frame) ((frame)->regs.r28)
arch/arc/kernel/stacktrace.c
107
frame_info->regs.r28 += 60;
arch/arc/kernel/stacktrace.c
54
frame_info->regs.r28 = regs->sp;
arch/arc/kernel/stacktrace.c
75
frame_info->regs.r28 = sp;
arch/arc/kernel/stacktrace.c
93
frame_info->regs.r28 = TSK_K_ESP(tsk);
arch/csky/abiv2/inc/abi/entry.h
171
stw r28, (sp, 52)
arch/csky/abiv2/inc/abi/entry.h
201
ldw r28, (sp, 52)
arch/csky/abiv2/inc/abi/switch_context.h
27
unsigned long r28;
arch/hexagon/include/asm/elf.h
130
DEST.r28 = REGS->r28; \
arch/hexagon/include/uapi/asm/registers.h
177
unsigned long r28;
arch/hexagon/include/uapi/asm/user.h
42
unsigned long r28;
arch/hexagon/kernel/kgdb.c
48
{ "r28", GDB_SIZEOF_REG, offsetof(struct pt_regs, r28)},
arch/hexagon/kernel/vm_events.c
65
printk(KERN_EMERG "r28: \t0x%08lx %08lx %08lx %08lx\n", regs->r28,
arch/loongarch/include/asm/regdef.h
36
#define s5 $r28
arch/loongarch/kernel/ptrace.c
819
REG_OFFSET_NAME(r28, regs[28]),
arch/microblaze/include/asm/thread_info.h
48
__u32 r28;
arch/microblaze/include/uapi/asm/elf.h
116
_r->r28 = _r->r29 = _r->r30 = _r->r31 = \
arch/microblaze/include/uapi/asm/ptrace.h
46
microblaze_reg_t r28;
arch/microblaze/kernel/asm-offsets.c
114
DEFINE(CC_R28, offsetof(struct cpu_context, r28));
arch/microblaze/kernel/asm-offsets.c
59
DEFINE(PT_R28, offsetof(struct pt_regs, r28));
arch/microblaze/kernel/process.c
41
regs->r25, regs->r26, regs->r27, regs->r28);
arch/microblaze/kernel/signal.c
132
COPY(r26); COPY(r27); COPY(r28); COPY(r29);
arch/microblaze/kernel/signal.c
71
COPY(r26); COPY(r27); COPY(r28); COPY(r29);
arch/mips/kernel/ptrace.c
892
REG_OFFSET_NAME(r28, regs[28]),
arch/parisc/include/asm/asmregs.h
17
ret0: .reg %r28
arch/parisc/include/asm/asmregs.h
61
r28: .reg %r28
arch/parisc/include/asm/assembly.h
237
STREG %r28, PT_GR28(\regs)
arch/parisc/include/asm/assembly.h
271
LDREG PT_GR28(\regs), %r28
arch/powerpc/include/asm/ppc_asm.h
634
#define r28 %r28
drivers/net/wireless/broadcom/b43/radio_2056.c
3027
r20, r21, r22, r23, r24, r25, r26, r27, r28, r29, \
drivers/net/wireless/broadcom/b43/radio_2056.c
3057
.radio_rx1_lnag_tune = r28, \
lib/crypto/powerpc/aes-spe-regs.h
34
#define rG0 r28 /* endian reversed tweak (XTS mode) */
tools/testing/selftests/kvm/include/loongarch/processor.h
39
#define s5 $r28
tools/testing/selftests/powerpc/include/gpr_asm.h
15
std r28,(top_pos - 24)(%r1); \
tools/testing/selftests/powerpc/include/gpr_asm.h
35
ld r28,(top_pos - 24)(%r1); \
tools/testing/selftests/powerpc/include/gpr_asm.h
84
ld r28,112(r3)
tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h
634
#define r28 %r28