Home
last modified time | relevance | path

Searched refs:PPC_INST_LD_TOC (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/arch/powerpc/kernel/trace/
A Dftrace.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()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dcode-patching.h232 #define PPC_INST_LD_TOC PPC_RAW_LD(_R2, _R1, R2_STACK_OFFSET) macro
/linux-6.3-rc2/arch/powerpc/kernel/
A Dmodule_64.c524 if (insn_val == PPC_INST_LD_TOC) in restore_r2()
534 return patch_instruction(instruction, ppc_inst(PPC_INST_LD_TOC)); in restore_r2()

Completed in 5 milliseconds