Searched refs:PPC_LO (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | module_32.c | 151 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 D | module_64.c | 385 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 D | ftrace.c | 393 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 D | ftrace_64_pg.c | 754 tramp[i][2] |= PPC_LO(reladdr); in ftrace_dyn_arch_init()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/trace/ |
H A D | ftrace.c | 921 tramp[i][2] |= PPC_LO(reladdr);
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 319 #define PPC_LO(v) ((v) & 0xffff) macro
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 363 #define PPC_LO(v) ((v) & 0xffff) macro
|
Completed in 13 milliseconds