Home
last modified time | relevance | path

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

/linux-6.15/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()
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()
H A Dbpf_jit_comp64.c193 EMIT(PPC_RAW_MTLR(_R0)); in bpf_jit_emit_common_epilogue()
H A Dbpf_jit_comp32.c193 EMIT(PPC_RAW_MTLR(_R0)); in bpf_jit_emit_common_epilogue()
/linux-6.15/arch/powerpc/lib/
H A Dfeature-fixups.c206 instrs[i++] = PPC_RAW_MTLR(_R10); in do_stf_entry_barrier_fixups()
373 instrs[i++] = PPC_RAW_MTLR(_R10); in __do_entry_flush_fixups()
/linux-6.15/arch/powerpc/kernel/trace/
H A Dftrace.c194 PPC_RAW_MTLR(_R0), in ftrace_init_ool_stub()
/linux-6.15/arch/powerpc/include/asm/
H A Dppc-opcode.h495 #define PPC_RAW_MTLR(r) (0x7c0803a6 | ___PPC_RT(r)) macro