Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dmodule_64.c564 entry->jump[2] |= PPC_LO(reladdr); in create_ftrace_stub()
676 ppc_inst(entry->jump[1] | PPC_LO(reladdr)))) in create_stub()
1036 ((uint32_t *)location)[1] = PPC_RAW_ADDI(_R2, _R2, PPC_LO(value)); in apply_relocate_add()
/linux/arch/powerpc/kernel/trace/
H A Dftrace.c663 tramp[i][2] |= PPC_LO(reladdr); in ftrace_dyn_arch_init()
670 tramp[i][1] |= PPC_LO(addr); in ftrace_dyn_arch_init()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h363 #define PPC_LO(v) ((v) & 0xffff) macro