Searched refs:PPC_LO (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | module_32.c | 151 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 D | optprobes.c | 130 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 D | module_64.c | 535 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 D | ftrace.c | 405 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 D | ftrace_64_pg.c | 759 tramp[i][2] |= PPC_LO(reladdr); in ftrace_dyn_arch_init()
|
/openbmc/linux/arch/powerpc/net/ |
H A D | bpf_jit_comp64.c | 235 EMIT(PPC_RAW_ADDI(_R12, _R12, PPC_LO(reladdr))); in bpf_jit_emit_func_call_hlp()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 363 #define PPC_LO(v) ((v) & 0xffff) macro
|