Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
A Dbpf_jit.h57 EMIT(PPC_RAW_LIS(d, IMM_H(i))); \
75 EMIT(PPC_RAW_LIS(d, ((uintptr_t)(i) >> 48))); \
A Dbpf_jit_comp32.c196 EMIT(PPC_RAW_LIS(_R0, IMM_H(func))); in bpf_jit_emit_func_call_rel()
/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 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()
/linux/arch/powerpc/include/asm/
A Dcode-patching.h75 #define LIS_R2 (PPC_RAW_LIS(_R2, 0))
A Dppc-opcode.h490 #define PPC_RAW_LIS(r, i) PPC_RAW_ADDIS(r, 0, i) macro

Completed in 12 milliseconds