Home
last modified time | relevance | path

Searched refs:PPC_INST_MTCTR (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/powerpc/kernel/
Dmodule_64.c143 PPC_INST_MTCTR | __PPC_RS(R12),
781 PPC_INST_MTCTR | __PPC_RS(R12), in create_ftrace_stub()
Dmodule_32.c201 entry->jump[2] = PPC_INST_MTCTR | __PPC_RS(R12); in do_plt_call()
/Linux-v5.4/arch/powerpc/net/
Dbpf_jit.h40 #define PPC_MTCTR(r) EMIT(PPC_INST_MTCTR | ___PPC_RT(r))
/Linux-v5.4/arch/powerpc/include/asm/
Dppc-opcode.h315 #define PPC_INST_MTCTR 0x7c0903a6 macro