Home
last modified time | relevance | path

Searched refs:_R2 (Results 1 – 8 of 8) sorted by relevance

/arch/powerpc/include/asm/
A Dtext-patching.h164 #define LIS_R2 (PPC_RAW_LIS(_R2, 0))
165 #define ADDIS_R2_R12 (PPC_RAW_ADDIS(_R2, _R12, 0))
166 #define ADDI_R2_R2 (PPC_RAW_ADDI(_R2, _R2, 0))
270 #define PPC_INST_LD_TOC PPC_RAW_LD(_R2, _R1, R2_STACK_OFFSET)
A Dppc-opcode.h82 #define _R2 2 macro
/arch/powerpc/kernel/
A Dmodule_64.c143 PPC_RAW_ADDIS(_R11, _R2, 0),
146 PPC_RAW_STD(_R2, _R1, R2_STACK_OFFSET),
150 PPC_RAW_LD(_R2, _R11, 40),
1026 if ((((uint32_t *)location)[0] & ~0xfffc) != PPC_RAW_LD(_R2, _R12, 0)) in apply_relocate_add()
1028 if (((uint32_t *)location)[1] != PPC_RAW_ADD(_R2, _R2, _R12)) in apply_relocate_add()
1035 ((uint32_t *)location)[0] = PPC_RAW_ADDIS(_R2, _R12, PPC_HA(value)); in apply_relocate_add()
1036 ((uint32_t *)location)[1] = PPC_RAW_ADDI(_R2, _R2, PPC_LO(value)); in apply_relocate_add()
/arch/arm/include/asm/
A Dkgdb.h85 #define _R2 2 macro
/arch/arc/include/asm/
A Dkgdb.h39 _R1, _R2, _R3, _R4, _R5, _R6, _R7, _R8, _R9, _R10, _R11, _R12, _R13, enumerator
/arch/powerpc/net/
A Dbpf_jit.h106 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc)))
A Dbpf_jit_comp64.c134 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc))); in bpf_jit_build_prologue()
272 EMIT(PPC_RAW_ADDIS(_R12, _R2, PPC_HA(reladdr))); in bpf_jit_emit_func_call_rel()
290 EMIT(PPC_RAW_LD(_R2, bpf_to_ppc(TMP_REG_2), 8)); in bpf_jit_emit_func_call_rel()
301 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc))); in bpf_jit_emit_func_call_rel()
A Dbpf_jit_comp.c791 EMIT(PPC_RAW_STD(_R2, _R1, 24)); in __arch_prepare_bpf_trampoline()
880 EMIT(PPC_RAW_LD(_R2, _R1, 24)); in __arch_prepare_bpf_trampoline()
939 EMIT(PPC_RAW_LD(_R2, _R1, 24)); in __arch_prepare_bpf_trampoline()

Completed in 26 milliseconds