Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/net/
Dbpf_jit.h59 EMIT(PPC_RAW_LIS(d, IMM_H(i))); \
74 EMIT(PPC_RAW_LIS(d, ((uintptr_t)(i) >> 48))); \
Dbpf_jit_comp32.c211 EMIT(PPC_RAW_LIS(_R0, IMM_H(func))); in bpf_jit_emit_func_call_rel()
/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()
304 if ((ppc_inst_val(jmp[0]) & 0xffff0000) != PPC_RAW_LIS(_R12, 0)) in module_trampoline_target()
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-6.6.21/arch/powerpc/include/asm/
Dcode-patching.h126 #define LIS_R2 (PPC_RAW_LIS(_R2, 0))
Dppc-opcode.h504 #define PPC_RAW_LIS(r, i) PPC_RAW_ADDIS(r, 0, i) macro
/linux-6.6.21/arch/powerpc/kernel/trace/
Dftrace.c359 PPC_RAW_LIS(_R12, 0), in ftrace_dyn_arch_init()