Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/include/asm/
Dcode-patching.h126 #define LIS_R2 (PPC_RAW_LIS(_R2, 0))
127 #define ADDIS_R2_R12 (PPC_RAW_ADDIS(_R2, _R12, 0))
128 #define ADDI_R2_R2 (PPC_RAW_ADDI(_R2, _R2, 0))
232 #define PPC_INST_LD_TOC PPC_RAW_LD(_R2, _R1, R2_STACK_OFFSET)
Dppc-opcode.h82 #define _R2 2 macro
/linux-6.6.21/arch/powerpc/kernel/
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),
997 if ((((uint32_t *)location)[0] & ~0xfffc) != PPC_RAW_LD(_R2, _R12, 0)) in apply_relocate_add()
999 if (((uint32_t *)location)[1] != PPC_RAW_ADD(_R2, _R2, _R12)) in apply_relocate_add()
1006 ((uint32_t *)location)[0] = PPC_RAW_ADDIS(_R2, _R12, PPC_HA(value)); in apply_relocate_add()
1007 ((uint32_t *)location)[1] = PPC_RAW_ADDI(_R2, _R2, PPC_LO(value)); in apply_relocate_add()
/linux-6.6.21/arch/arm/include/asm/
Dkgdb.h85 #define _R2 2 macro
/linux-6.6.21/arch/arc/include/asm/
Dkgdb.h39 _R1, _R2, _R3, _R4, _R5, _R6, _R7, _R8, _R9, _R10, _R11, _R12, _R13, enumerator
/linux-6.6.21/arch/powerpc/net/
Dbpf_jit_comp64.c131 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc))); in bpf_jit_build_prologue()
234 EMIT(PPC_RAW_ADDIS(_R12, _R2, PPC_HA(reladdr))); in bpf_jit_emit_func_call_hlp()