Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit.h57 EMIT(PPC_RAW_LIS(d, IMM_H(i))); \
75 EMIT(PPC_RAW_LIS(d, ((uintptr_t)(i) >> 48))); \
Dbpf_jit_comp32.c199 EMIT(PPC_RAW_LIS(_R0, IMM_H(func))); in bpf_jit_emit_func_call_rel()
/arch/powerpc/kernel/
Doptprobes.c129 patch_instruction(addr++, ppc_inst(PPC_RAW_LIS(reg, PPC_HI(val)))); in patch_imm32_load_insns()
139 patch_instruction(addr++, ppc_inst(PPC_RAW_LIS(reg, PPC_HIGHEST(val)))); in patch_imm64_load_insns()
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()
/arch/powerpc/include/asm/
Dcode-patching.h75 #define LIS_R2 (PPC_RAW_LIS(_R2, 0))
Dppc-opcode.h491 #define PPC_RAW_LIS(r, i) PPC_RAW_ADDIS(r, 0, i) macro