Home
last modified time | relevance | path

Searched refs:PPC_LO (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dmodule_32.c151 PPC_LO(val))) in entry_matches()
185 entry->jump[1] = PPC_INST_ADDI | __PPC_RT(R12) | __PPC_RA(R12) | PPC_LO(val); in do_plt_call()
H A Dmodule_64.c385 entry->jump[2] |= PPC_LO(reladdr); in create_ftrace_stub()
458 entry->jump[1] |= PPC_LO(reladdr); in create_stub()
713 __PPC_RA(R2) | PPC_LO(value); in apply_relocate_add()
/kernel/linux/linux-6.6/arch/powerpc/kernel/trace/
H A Dftrace.c393 tramp[i][2] |= PPC_LO(reladdr); in ftrace_dyn_arch_init()
400 tramp[i][1] |= PPC_LO(addr); in ftrace_dyn_arch_init()
H A Dftrace_64_pg.c754 tramp[i][2] |= PPC_LO(reladdr); in ftrace_dyn_arch_init()
/kernel/linux/linux-5.10/arch/powerpc/kernel/trace/
H A Dftrace.c921 tramp[i][2] |= PPC_LO(reladdr);
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dppc-opcode.h319 #define PPC_LO(v) ((v) & 0xffff) macro
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dppc-opcode.h363 #define PPC_LO(v) ((v) & 0xffff) macro

Completed in 13 milliseconds