Home
last modified time | relevance | path

Searched refs:PPC_LO (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/kernel/
A Dmodule_32.c150 if (entry->jump[1] != PPC_RAW_ADDI(_R12, _R12, PPC_LO(val))) in entry_matches()
178 entry->jump[1] = PPC_RAW_ADDI(_R12, _R12, PPC_LO(val)); in do_plt_call()
A Doptprobes.c130 patch_instruction(addr, ppc_inst(PPC_RAW_ORI(reg, reg, PPC_LO(val)))); in patch_imm32_load_insns()
143 patch_instruction(addr, ppc_inst(PPC_RAW_ORI(reg, reg, PPC_LO(val)))); in patch_imm64_load_insns()
A Dmodule_64.c368 entry->jump[2] |= PPC_LO(reladdr); in create_ftrace_stub()
451 ppc_inst(entry->jump[1] | PPC_LO(reladdr)))) in create_stub()
718 ((uint32_t *)location)[1] = PPC_RAW_ADDI(_R2, _R2, PPC_LO(value)); in apply_relocate_add()
/linux/arch/powerpc/kernel/trace/
A Dftrace.c911 tramp[i][2] |= PPC_LO(reladdr);
/linux/arch/powerpc/include/asm/
A Dppc-opcode.h346 #define PPC_LO(v) ((v) & 0xffff) macro

Completed in 12 milliseconds