Searched refs:PPC_RAW_LIS (Results 1 – 6 of 6) sorted by relevance
/linux/arch/powerpc/net/ |
A D | bpf_jit.h | 57 EMIT(PPC_RAW_LIS(d, IMM_H(i))); \ 75 EMIT(PPC_RAW_LIS(d, ((uintptr_t)(i) >> 48))); \
|
A D | bpf_jit_comp32.c | 196 EMIT(PPC_RAW_LIS(_R0, IMM_H(func))); in bpf_jit_emit_func_call_rel()
|
/linux/arch/powerpc/kernel/ |
A D | module_32.c | 148 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 D | optprobes.c | 129 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 D | code-patching.h | 75 #define LIS_R2 (PPC_RAW_LIS(_R2, 0))
|
A D | ppc-opcode.h | 490 #define PPC_RAW_LIS(r, i) PPC_RAW_ADDIS(r, 0, i) macro
|
Completed in 12 milliseconds