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

/linux-master/arch/powerpc/include/asm/
H A Dcode-patching.h233 #define PPC_INST_LD_TOC PPC_RAW_LD(_R2, _R1, R2_STACK_OFFSET) macro
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c181 if (!ppc_inst_equal(op, ppc_inst(PPC_INST_LD_TOC))) {
182 pr_err("Expected %08lx found %08lx\n", PPC_INST_LD_TOC,
405 ppc_inst_equal(op1, ppc_inst(PPC_INST_LD_TOC));
/linux-master/arch/powerpc/kernel/
H A Dmodule_64.c751 if (insn_val == PPC_INST_LD_TOC)
761 return patch_instruction(instruction, ppc_inst(PPC_INST_LD_TOC));

Completed in 107 milliseconds