Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dmodule_32.c166 PPC_LO(val))) in entry_matches()
200 entry->jump[1] = PPC_INST_ADDI | __PPC_RT(R12) | __PPC_RA(R12) | PPC_LO(val); in do_plt_call()
Dmodule_64.c418 entry->jump[1] |= PPC_LO(reladdr); in create_stub()
716 __PPC_RA(R2) | PPC_LO(value); in apply_relocate_add()
808 entry->jump[2] |= PPC_LO(reladdr); in create_ftrace_stub()
/arch/powerpc/kernel/trace/
Dftrace.c898 tramp[i][2] |= PPC_LO(reladdr);
/arch/powerpc/include/asm/
Dppc-opcode.h417 #define PPC_LO(v) ((v) & 0xffff) macro