Symbol: _R2
arch/powerpc/include/asm/text-patching.h
164
#define LIS_R2 (PPC_RAW_LIS(_R2, 0))
arch/powerpc/include/asm/text-patching.h
165
#define ADDIS_R2_R12 (PPC_RAW_ADDIS(_R2, _R12, 0))
arch/powerpc/include/asm/text-patching.h
166
#define ADDI_R2_R2 (PPC_RAW_ADDI(_R2, _R2, 0))
arch/powerpc/include/asm/text-patching.h
270
#define PPC_INST_LD_TOC PPC_RAW_LD(_R2, _R1, R2_STACK_OFFSET)
arch/powerpc/kernel/module_64.c
1026
if ((((uint32_t *)location)[0] & ~0xfffc) != PPC_RAW_LD(_R2, _R12, 0))
arch/powerpc/kernel/module_64.c
1028
if (((uint32_t *)location)[1] != PPC_RAW_ADD(_R2, _R2, _R12))
arch/powerpc/kernel/module_64.c
1035
((uint32_t *)location)[0] = PPC_RAW_ADDIS(_R2, _R12, PPC_HA(value));
arch/powerpc/kernel/module_64.c
1036
((uint32_t *)location)[1] = PPC_RAW_ADDI(_R2, _R2, PPC_LO(value));
arch/powerpc/kernel/module_64.c
143
PPC_RAW_ADDIS(_R11, _R2, 0),
arch/powerpc/kernel/module_64.c
146
PPC_RAW_STD(_R2, _R1, R2_STACK_OFFSET),
arch/powerpc/kernel/module_64.c
150
PPC_RAW_LD(_R2, _R11, 40),
arch/powerpc/kernel/trace/ftrace.c
58
PPC_RAW_LD(_R2, _R12, -8)) &&
arch/powerpc/kernel/trace/ftrace.c
60
PPC_RAW_ADD(_R2, _R2, _R12)))
arch/powerpc/net/bpf_jit.h
115
EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc)))
arch/powerpc/net/bpf_jit_comp.c
1022
EMIT(PPC_RAW_LD(_R2, _R1, 24));
arch/powerpc/net/bpf_jit_comp.c
864
EMIT(PPC_RAW_STD(_R2, _R1, 24));
arch/powerpc/net/bpf_jit_comp.c
963
EMIT(PPC_RAW_LD(_R2, _R1, 24));
arch/powerpc/net/bpf_jit_comp64.c
206
EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc)));
arch/powerpc/net/bpf_jit_comp64.c
466
EMIT(PPC_RAW_ADDIS(_R12, _R2, PPC_HA(reladdr)));
arch/powerpc/net/bpf_jit_comp64.c
484
EMIT(PPC_RAW_LD(_R2, bpf_to_ppc(TMP_REG_2), 8));
arch/powerpc/net/bpf_jit_comp64.c
495
EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc)));