Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/kernel/
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()
Dmodule_64.c534 entry->jump[1] |= PPC_HA(reladdr); in create_ftrace_stub()
643 ppc_inst(entry->jump[0] | PPC_HA(reladdr)))) in create_stub()
1006 ((uint32_t *)location)[0] = PPC_RAW_ADDIS(_R2, _R12, PPC_HA(value)); in apply_relocate_add()
/linux-6.6.21/arch/powerpc/kernel/trace/
Dftrace.c392 tramp[i][1] |= PPC_HA(reladdr); in ftrace_dyn_arch_init()
399 tramp[i][0] |= PPC_HA(addr); in ftrace_dyn_arch_init()
Dftrace_64_pg.c753 tramp[i][1] |= PPC_HA(reladdr); in ftrace_dyn_arch_init()
/linux-6.6.21/arch/powerpc/net/
Dbpf_jit_comp64.c234 EMIT(PPC_RAW_ADDIS(_R12, _R2, PPC_HA(reladdr))); in bpf_jit_emit_func_call_hlp()
/linux-6.6.21/arch/powerpc/include/asm/
Dppc-opcode.h365 #define PPC_HA(v) PPC_HI((v) + 0x8000) macro