Home
last modified time | relevance | path

Searched refs:PPC_LO (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/powerpc/kernel/
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()
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()
/Linux-v5.10/arch/powerpc/kernel/trace/
Dftrace.c912 tramp[i][2] |= PPC_LO(reladdr);
/Linux-v5.10/arch/powerpc/include/asm/
Dppc-opcode.h318 #define PPC_LO(v) ((v) & 0xffff) macro