Home
last modified time | relevance | path

Searched refs:PPC_RAW_MTCTR (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/trace/
H A Dftrace.c362 PPC_RAW_MTCTR(_R12), in ftrace_dyn_arch_init()
368 PPC_RAW_MTCTR(_R12), in ftrace_dyn_arch_init()
373 PPC_RAW_MTCTR(_R12), in ftrace_dyn_arch_init()
H A Dftrace_64_pg.c737 PPC_RAW_MTCTR(_R12), in ftrace_dyn_arch_init()
/openbmc/linux/arch/powerpc/kernel/
H A Dmodule_32.c181 if (patch_instruction(&entry->jump[2], ppc_inst(PPC_RAW_MTCTR(_R12)))) in do_plt_call()
308 if (ppc_inst_val(jmp[2]) != PPC_RAW_MTCTR(_R12)) in module_trampoline_target()
H A Dmodule_64.c153 PPC_RAW_MTCTR(_R12),
477 PPC_RAW_MTCTR(_R12),
483 PPC_RAW_MTCTR(_R12),
/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c224 EMIT(PPC_RAW_MTCTR(_R12)); in bpf_jit_emit_func_call_hlp()
236 EMIT(PPC_RAW_MTCTR(_R12)); in bpf_jit_emit_func_call_hlp()
270 EMIT(PPC_RAW_MTCTR(_R12)); in bpf_jit_emit_func_call_rel()
330 EMIT(PPC_RAW_MTCTR(bpf_to_ppc(TMP_REG_1))); in bpf_jit_emit_tail_call()
747 EMIT(PPC_RAW_MTCTR(_R12)); in bpf_jit_build_body()
H A Dbpf_jit_comp32.c213 EMIT(PPC_RAW_MTCTR(_R0)); in bpf_jit_emit_func_call_rel()
264 EMIT(PPC_RAW_MTCTR(_R3)); in bpf_jit_emit_tail_call()
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h498 #define PPC_RAW_MTCTR(r) (0x7c0903a6 | ___PPC_RT(r)) macro