Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/lib/
H A Dfeature-fixups.c199 instrs[i++] = PPC_RAW_MTLR(_R10); in do_stf_entry_barrier_fixups()
366 instrs[i++] = PPC_RAW_MTLR(_R10); in __do_entry_flush_fixups()
/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c190 EMIT(PPC_RAW_MTLR(_R0)); in bpf_jit_emit_common_epilogue()
H A Dbpf_jit_comp32.c190 EMIT(PPC_RAW_MTLR(_R0)); in bpf_jit_emit_common_epilogue()
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h494 #define PPC_RAW_MTLR(r) (0x7c0803a6 | ___PPC_RT(r)) macro