Home
last modified time | relevance | path

Searched refs:PPC_LO (Results 1 – 4 of 4) 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.c645 tramp[i][2] |= PPC_LO(reladdr); in ftrace_dyn_arch_init()
652 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
/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c287 EMIT(PPC_RAW_ADDI(_R12, _R12, PPC_LO(reladdr))); in bpf_jit_emit_func_call_rel()