Searched refs:_R2 (Results 1 – 5 of 5) sorted by relevance
/linux/arch/powerpc/include/asm/ |
A D | code-patching.h | 75 #define LIS_R2 (PPC_RAW_LIS(_R2, 0)) 76 #define ADDIS_R2_R12 (PPC_RAW_ADDIS(_R2, _R12, 0)) 77 #define ADDI_R2_R2 (PPC_RAW_ADDI(_R2, _R2, 0)) 182 #define PPC_INST_LD_TOC PPC_RAW_LD(_R2, _R1, R2_STACK_OFFSET)
|
A D | ppc-opcode.h | 82 #define _R2 2 macro
|
/linux/arch/powerpc/kernel/ |
A D | module_64.c | 127 PPC_RAW_ADDIS(_R11, _R2, 0), 130 PPC_RAW_STD(_R2, _R1, R2_STACK_OFFSET), 134 PPC_RAW_LD(_R2, _R11, 40), 708 if ((((uint32_t *)location)[0] & ~0xfffc) != PPC_RAW_LD(_R2, _R12, 0)) in apply_relocate_add() 710 if (((uint32_t *)location)[1] != PPC_RAW_ADD(_R2, _R2, _R12)) in apply_relocate_add() 717 ((uint32_t *)location)[0] = PPC_RAW_ADDIS(_R2, _R12, PPC_HA(value)); in apply_relocate_add() 718 ((uint32_t *)location)[1] = PPC_RAW_ADDI(_R2, _R2, PPC_LO(value)); in apply_relocate_add()
|
/linux/arch/arm/include/asm/ |
A D | kgdb.h | 85 #define _R2 2 macro
|
/linux/arch/arc/include/asm/ |
A D | kgdb.h | 39 _R1, _R2, _R3, _R4, _R5, _R6, _R7, _R8, _R9, _R10, _R11, _R12, _R13, enumerator
|
Completed in 17 milliseconds