Searched refs:PPC_RAW_ADD (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 222 EMIT(PPC_RAW_ADD(bpf_to_ppc(BPF_REG_FP), in emit_fp_priv_stack() 675 EMIT(PPC_RAW_ADD(bpf_to_ppc(TMP_REG_2), bpf_to_ppc(TMP_REG_2), b2p_bpf_array)); in bpf_jit_emit_tail_call() 796 EMIT(PPC_RAW_ADD(tmp2_reg, tmp2_reg, src_reg)); in bpf_jit_emit_atomic_ops() 1012 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body() 1026 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body() 1253 EMIT(PPC_RAW_ADD(dst_reg, src_reg, tmp1_reg)); in bpf_jit_build_body() 1468 EMIT(PPC_RAW_ADD(tmp1_reg, dst_reg, bpf_to_ppc(ARENA_VM_START))); in bpf_jit_build_body() 1486 EMIT(PPC_RAW_ADD(tmp1_reg, dst_reg, bpf_to_ppc(ARENA_VM_START))); in bpf_jit_build_body() 1512 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, bpf_to_ppc(ARENA_VM_START))); in bpf_jit_build_body() 1668 EMIT(PPC_RAW_ADD(tmp1_reg, src_reg, bpf_to_ppc(ARENA_VM_START))); in bpf_jit_build_body()
|
| H A D | bpf_jit_comp.c | 995 EMIT(PPC_RAW_ADD(_R3, _R3, _R4)); in __arch_prepare_bpf_trampoline()
|
| /linux/arch/powerpc/kernel/trace/ |
| H A D | ftrace.c | 60 PPC_RAW_ADD(_R2, _R2, _R12))) in ftrace_call_adjust()
|
| /linux/arch/powerpc/kernel/ |
| H A D | module_64.c | 1028 if (((uint32_t *)location)[1] != PPC_RAW_ADD(_R2, _R2, _R12)) in apply_relocate_add()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 489 #define PPC_RAW_ADD(t, a, b) (0x7c000214 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro
|