Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dmodule_32.c148 if (entry->jump[0] != PPC_RAW_LIS(_R12, PPC_HA(val))) in entry_matches()
177 entry->jump[0] = PPC_RAW_LIS(_R12, PPC_HA(val)); in do_plt_call()
A Dmodule_64.c367 entry->jump[1] |= PPC_HA(reladdr); in create_ftrace_stub()
447 ppc_inst(entry->jump[0] | PPC_HA(reladdr)))) in create_stub()
717 ((uint32_t *)location)[0] = PPC_RAW_ADDIS(_R2, _R12, PPC_HA(value)); in apply_relocate_add()
/linux/arch/powerpc/kernel/trace/
A Dftrace.c910 tramp[i][1] |= PPC_HA(reladdr);
/linux/arch/powerpc/include/asm/
A Dppc-opcode.h348 #define PPC_HA(v) PPC_HI((v) + 0x8000) macro

Completed in 11 milliseconds