Searched refs:PPC_RAW_ADDIS (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | code-patching.h | 127 #define ADDIS_R2_R12 (PPC_RAW_ADDIS(_R2, _R12, 0))
|
H A D | ppc-opcode.h | 501 #define PPC_RAW_ADDIS(d, a, i) (0x3c000000 | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i)) macro 504 #define PPC_RAW_LIS(r, i) PPC_RAW_ADDIS(r, 0, i)
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | module_64.c | 143 PPC_RAW_ADDIS(_R11, _R2, 0), 481 PPC_RAW_ADDIS(_R12, _R12, 0), 1006 ((uint32_t *)location)[0] = PPC_RAW_ADDIS(_R2, _R12, PPC_HA(value)); in apply_relocate_add()
|
/openbmc/linux/arch/powerpc/kernel/trace/ |
H A D | ftrace.c | 366 PPC_RAW_ADDIS(_R12, _R12, 0), in ftrace_dyn_arch_init()
|
H A D | ftrace_64_pg.c | 735 PPC_RAW_ADDIS(_R12, _R12, 0), in ftrace_dyn_arch_init()
|
/openbmc/linux/arch/powerpc/net/ |
H A D | bpf_jit_comp64.c | 234 EMIT(PPC_RAW_ADDIS(_R12, _R2, PPC_HA(reladdr))); in bpf_jit_emit_func_call_hlp()
|
H A D | bpf_jit_comp32.c | 373 EMIT(PPC_RAW_ADDIS(dst_reg, src2_reg, IMM_HA(imm))); in bpf_jit_build_body()
|