Home
last modified time | relevance | path

Searched refs:_R12 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/kernel/
A Dmodule_32.c148 if (entry->jump[0] != PPC_RAW_LIS(_R12, PPC_HA(val))) in entry_matches()
150 if (entry->jump[1] != PPC_RAW_ADDI(_R12, _R12, PPC_LO(val))) in entry_matches()
177 entry->jump[0] = PPC_RAW_LIS(_R12, PPC_HA(val)); in do_plt_call()
178 entry->jump[1] = PPC_RAW_ADDI(_R12, _R12, PPC_LO(val)); in do_plt_call()
179 entry->jump[2] = PPC_RAW_MTCTR(_R12); in do_plt_call()
A Dmodule_64.c131 PPC_RAW_LD(_R12, _R11, 32),
136 PPC_RAW_MTCTR(_R12),
332 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)),
333 PPC_RAW_ADDIS(_R12, _R12, 0),
334 PPC_RAW_ADDI(_R12, _R12, 0),
335 PPC_RAW_MTCTR(_R12),
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()
/linux/arch/arc/include/asm/
A Dkgdb.h39 _R1, _R2, _R3, _R4, _R5, _R6, _R7, _R8, _R9, _R10, _R11, _R12, _R13, enumerator
/linux/arch/powerpc/include/asm/
A Dcode-patching.h76 #define ADDIS_R2_R12 (PPC_RAW_ADDIS(_R2, _R12, 0))
A Dppc-opcode.h92 #define _R12 12 macro

Completed in 29 milliseconds