Searched refs:PPC_LO (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/arch/powerpc/kernel/ |
D | module_32.c | 150 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()
|
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()
|
D | module_64.c | 368 entry->jump[2] |= PPC_LO(reladdr); in create_ftrace_stub() 441 entry->jump[1] |= PPC_LO(reladdr); in create_stub() 692 ((uint32_t *)location)[1] = PPC_RAW_ADDI(_R2, _R2, PPC_LO(value)); in apply_relocate_add()
|
/Linux-v5.15/arch/powerpc/kernel/trace/ |
D | ftrace.c | 911 tramp[i][2] |= PPC_LO(reladdr);
|
/Linux-v5.15/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 346 #define PPC_LO(v) ((v) & 0xffff) macro
|