Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/lib/
H A Dfeature-fixups.c211 instrs[i++] = PPC_RAW_LD(_R10, _R13, 0); in do_stf_entry_barrier_fixups()
245 instrs[i++] = PPC_RAW_MTSPR(SPRN_HSPRG1, _R13); in do_stf_exit_barrier_fixups()
246 instrs[i++] = PPC_RAW_MFSPR(_R13, SPRN_HSPRG0); in do_stf_exit_barrier_fixups()
248 instrs[i++] = PPC_RAW_MTSPR(SPRN_SPRG2, _R13); in do_stf_exit_barrier_fixups()
249 instrs[i++] = PPC_RAW_MFSPR(_R13, SPRN_SPRG1); in do_stf_exit_barrier_fixups()
252 instrs[i++] = PPC_RAW_LD(_R13, _R13, 0); in do_stf_exit_barrier_fixups()
255 instrs[i++] = PPC_RAW_MFSPR(_R13, SPRN_HSPRG1); in do_stf_exit_barrier_fixups()
257 instrs[i++] = PPC_RAW_MFSPR(_R13, SPRN_SPRG2); in do_stf_exit_barrier_fixups()
/linux-6.15/arch/arc/include/asm/
H A Dkgdb.h39 _R1, _R2, _R3, _R4, _R5, _R6, _R7, _R8, _R9, _R10, _R11, _R12, _R13, enumerator
/linux-6.15/arch/powerpc/net/
H A Dbpf_jit.h92 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc)))
H A Dbpf_jit_comp64.c134 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc))); in bpf_jit_build_prologue()
231 EMIT(PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernelbase))); in bpf_jit_emit_func_call_rel()
294 EMIT(PPC_RAW_LD(_R2, _R13, offsetof(struct paca_struct, kernel_toc))); in bpf_jit_emit_func_call_rel()
798 EMIT(PPC_RAW_LD(tmp1_reg, _R13, 0)); in bpf_jit_build_body()
/linux-6.15/arch/powerpc/kernel/
H A Dmodule_64.c502 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernelbase)),
510 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)),
/linux-6.15/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c719 PPC_RAW_LD(_R12, _R13, PACATOC), in ftrace_dyn_arch_init()
H A Dftrace.c599 PPC_RAW_LD(_R12, _R13, offsetof(struct paca_struct, kernel_toc)), in ftrace_dyn_arch_init()
/linux-6.15/arch/powerpc/include/asm/
H A Dppc-opcode.h93 #define _R13 13 macro