Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kernel/
Dmodule_32.c182 if (patch_instruction(&entry->jump[2], ppc_inst(PPC_RAW_MTCTR(_R12)))) in do_plt_call()
309 if (ppc_inst_val(jmp[2]) != PPC_RAW_MTCTR(_R12)) in module_trampoline_target()
Dmodule_64.c129 PPC_RAW_MTCTR(_R12),
329 PPC_RAW_MTCTR(_R12),
/linux-6.1.9/arch/powerpc/net/
Dbpf_jit_comp64.c219 EMIT(PPC_RAW_MTCTR(_R12)); in bpf_jit_emit_func_call_hlp()
251 EMIT(PPC_RAW_MTCTR(_R12)); in bpf_jit_emit_func_call_rel()
311 EMIT(PPC_RAW_MTCTR(bpf_to_ppc(TMP_REG_1))); in bpf_jit_emit_tail_call()
728 EMIT(PPC_RAW_MTCTR(_R12)); in bpf_jit_build_body()
Dbpf_jit_comp32.c203 EMIT(PPC_RAW_MTCTR(_R0)); in bpf_jit_emit_func_call_rel()
254 EMIT(PPC_RAW_MTCTR(_R3)); in bpf_jit_emit_tail_call()
/linux-6.1.9/arch/powerpc/kernel/trace/
Dftrace.c732 PPC_RAW_MTCTR(_R12), in ftrace_dyn_arch_init()
/linux-6.1.9/arch/powerpc/include/asm/
Dppc-opcode.h488 #define PPC_RAW_MTCTR(r) (0x7c0903a6 | ___PPC_RT(r)) macro