Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c67 EMIT(PPC_RAW_MTLR(_R0)); in bpf_jit_build_fentry_stubs()
91 EMIT(PPC_RAW_MTLR(_R11)); in bpf_jit_build_fentry_stubs()
1156 EMIT(PPC_RAW_MTLR(_R0)); in __arch_prepare_bpf_trampoline()
1161 EMIT(PPC_RAW_MTLR(_R0)); in __arch_prepare_bpf_trampoline()
1170 EMIT(PPC_RAW_MTLR(_R0)); in __arch_prepare_bpf_trampoline()
H A Dbpf_jit_comp64.c396 EMIT(PPC_RAW_MTLR(_R0)); in bpf_jit_emit_common_epilogue()
/linux/arch/powerpc/kernel/trace/
H A Dftrace.c212 PPC_RAW_MTLR(_R0), in ftrace_init_ool_stub()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h496 #define PPC_RAW_MTLR(r) (0x7c0803a6 | ___PPC_RT(r)) macro