Searched refs:PPC_RAW_LIS (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/arch/powerpc/net/ |
D | bpf_jit.h | 59 EMIT(PPC_RAW_LIS(d, IMM_H(i))); \ 74 EMIT(PPC_RAW_LIS(d, ((uintptr_t)(i) >> 48))); \
|
D | bpf_jit_comp32.c | 211 EMIT(PPC_RAW_LIS(_R0, IMM_H(func))); in bpf_jit_emit_func_call_rel()
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | module_32.c | 149 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()
|
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-6.6.21/arch/powerpc/include/asm/ |
D | code-patching.h | 126 #define LIS_R2 (PPC_RAW_LIS(_R2, 0))
|
D | ppc-opcode.h | 504 #define PPC_RAW_LIS(r, i) PPC_RAW_ADDIS(r, 0, i) macro
|
/linux-6.6.21/arch/powerpc/kernel/trace/ |
D | ftrace.c | 359 PPC_RAW_LIS(_R12, 0), in ftrace_dyn_arch_init()
|