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 D | ftrace_64_pg.c | 176 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 D | code-patching.h | 183 #define PPC_INST_LD_TOC (PPC_INST_LD | ___PPC_RT(__REG_R2) | \ macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | code-patching.h | 232 #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 D | ftrace.c | 205 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 D | module_64.c | 751 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 D | module_64.c | 516 *instruction = PPC_INST_LD_TOC; in restore_r2()
|
Completed in 7 milliseconds