Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/kernel/
Dmodule_64.c120 PPC_RAW_ADDIS(_R11, _R2, 0),
327 PPC_RAW_ADDIS(_R12, _R12, 0),
710 ((uint32_t *)location)[0] = PPC_RAW_ADDIS(_R2, _R12, PPC_HA(value)); in apply_relocate_add()
/Linux-v6.1/arch/powerpc/include/asm/
Dcode-patching.h129 #define ADDIS_R2_R12 (PPC_RAW_ADDIS(_R2, _R12, 0))
Dppc-opcode.h491 #define PPC_RAW_ADDIS(d, a, i) (0x3c000000 | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i)) macro
494 #define PPC_RAW_LIS(r, i) PPC_RAW_ADDIS(r, 0, i)
/Linux-v6.1/arch/powerpc/kernel/trace/
Dftrace.c730 PPC_RAW_ADDIS(_R12, _R12, 0), in ftrace_dyn_arch_init()
/Linux-v6.1/arch/powerpc/net/
Dbpf_jit_comp64.c217 EMIT(PPC_RAW_ADDIS(_R12, _R2, PPC_HA(reladdr))); in bpf_jit_emit_func_call_hlp()
Dbpf_jit_comp32.c349 EMIT(PPC_RAW_ADDIS(dst_reg, dst_reg, IMM_HA(imm))); in bpf_jit_build_body()