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