Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dmodule_32.c151 if (entry->jump[1] != PPC_RAW_ADDI(_R12, _R12, PPC_LO(val))) in entry_matches()
179 if (patch_instruction(&entry->jump[1], ppc_inst(PPC_RAW_ADDI(_R12, _R12, PPC_LO(val))))) in do_plt_call()
229 if (patch_location_16(location, PPC_LO(value))) in apply_relocate_add()
H 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()
H A Dmodule_64.c535 entry->jump[2] |= PPC_LO(reladdr); in create_ftrace_stub()
647 ppc_inst(entry->jump[1] | PPC_LO(reladdr)))) in create_stub()
1007 ((uint32_t *)location)[1] = PPC_RAW_ADDI(_R2, _R2, PPC_LO(value)); in apply_relocate_add()
/openbmc/linux/arch/powerpc/kernel/trace/
H A Dftrace.c405 tramp[i][2] |= PPC_LO(reladdr); in ftrace_dyn_arch_init()
412 tramp[i][1] |= PPC_LO(addr); in ftrace_dyn_arch_init()
H A Dftrace_64_pg.c759 tramp[i][2] |= PPC_LO(reladdr); in ftrace_dyn_arch_init()
/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c235 EMIT(PPC_RAW_ADDI(_R12, _R12, PPC_LO(reladdr))); in bpf_jit_emit_func_call_hlp()
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h363 #define PPC_LO(v) ((v) & 0xffff) macro