Searched refs:PPC_RAW_MTLR (Results 1 – 6 of 6) sorted by relevance
67 EMIT(PPC_RAW_MTLR(_R0)); in bpf_jit_build_fentry_stubs()91 EMIT(PPC_RAW_MTLR(_R11)); in bpf_jit_build_fentry_stubs()941 EMIT(PPC_RAW_MTLR(_R0)); in __arch_prepare_bpf_trampoline()946 EMIT(PPC_RAW_MTLR(_R0)); in __arch_prepare_bpf_trampoline()955 EMIT(PPC_RAW_MTLR(_R0)); in __arch_prepare_bpf_trampoline()
193 EMIT(PPC_RAW_MTLR(_R0)); in bpf_jit_emit_common_epilogue()
206 instrs[i++] = PPC_RAW_MTLR(_R10); in do_stf_entry_barrier_fixups()373 instrs[i++] = PPC_RAW_MTLR(_R10); in __do_entry_flush_fixups()
194 PPC_RAW_MTLR(_R0), in ftrace_init_ool_stub()
495 #define PPC_RAW_MTLR(r) (0x7c0803a6 | ___PPC_RT(r)) macro