Home
last modified time | relevance | path

Searched refs:PPC_INST_LD_TOC (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c176 if (!ppc_inst_equal(op, ppc_inst(PPC_INST_LD_TOC))) { in __ftrace_make_nop()
177 pr_err("Expected %08lx found %08lx\n", PPC_INST_LD_TOC, in __ftrace_make_nop()
400 ppc_inst_equal(op1, ppc_inst(PPC_INST_LD_TOC)); in expected_nop_sequence()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dcode-patching.h183 #define PPC_INST_LD_TOC (PPC_INST_LD | ___PPC_RT(__REG_R2) | \ macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dcode-patching.h232 #define PPC_INST_LD_TOC PPC_RAW_LD(_R2, _R1, R2_STACK_OFFSET) macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/trace/
H A Dftrace.c205 if (!ppc_inst_equal(op, ppc_inst(PPC_INST_LD_TOC))) { in __ftrace_make_nop()
206 pr_err("Expected %08x found %s\n", PPC_INST_LD_TOC, ppc_inst_as_str(op)); in __ftrace_make_nop()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dmodule_64.c751 if (insn_val == PPC_INST_LD_TOC) in restore_r2()
761 return patch_instruction(instruction, ppc_inst(PPC_INST_LD_TOC)); in restore_r2()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dmodule_64.c516 *instruction = PPC_INST_LD_TOC; in restore_r2()

Completed in 7 milliseconds