Home
last modified time | relevance | path

Searched refs:PPC_HA (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dmodule_32.c149 if (entry->jump[0] != PPC_RAW_LIS(_R12, PPC_HA(val))) in entry_matches()
177 if (patch_instruction(&entry->jump[0], ppc_inst(PPC_RAW_LIS(_R12, PPC_HA(val))))) in do_plt_call()
240 if (patch_location_16(location, PPC_HA(value))) in apply_relocate_add()
H A Dmodule_64.c564 entry->jump[1] |= PPC_HA(reladdr); in create_ftrace_stub()
673 ppc_inst(entry->jump[0] | PPC_HA(reladdr)))) in create_stub()
1035 ((uint32_t *)location)[0] = PPC_RAW_ADDIS(_R2, _R12, PPC_HA(value)); in apply_relocate_add()
/linux/arch/powerpc/kernel/trace/
H A Dftrace.c638 tramp[i][1] |= PPC_HA(reladdr); in ftrace_dyn_arch_init()
645 tramp[i][0] |= PPC_HA(addr); in ftrace_dyn_arch_init()
H A Dftrace_64_pg.c743 tramp[i][1] |= PPC_HA(reladdr); in ftrace_dyn_arch_init()
/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c272 EMIT(PPC_RAW_ADDIS(_R12, _R2, PPC_HA(reladdr))); in bpf_jit_emit_func_call_rel()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h365 #define PPC_HA(v) PPC_HI((v) + 0x8000) macro