Searched refs:PPC_RAW_STD (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 148 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, -(BPF_PPC_STACK_SAVE + 8))); in bpf_jit_build_prologue() 161 EMIT(PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF)); in bpf_jit_build_prologue() 174 EMIT(PPC_RAW_STD(bpf_to_ppc(i), _R1, bpf_jit_stack_offsetof(ctx, bpf_to_ppc(i)))); in bpf_jit_build_prologue() 177 EMIT(PPC_RAW_STD(bpf_to_ppc(ARENA_VM_START), _R1, in bpf_jit_build_prologue() 358 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, bpf_jit_stack_tailcallcnt(ctx))); in bpf_jit_emit_tail_call() 552 EMIT(PPC_RAW_STD(src_reg, tmp1_reg, off)); in bpf_jit_emit_probe_mem_store() 612 EMIT(PPC_RAW_STD(src_reg, dst_reg, off)); in emit_atomic_ld_st() 995 EMIT(PPC_RAW_STD(dst_reg, _R1, bpf_jit_stack_local(ctx))); in bpf_jit_build_body() 1118 EMIT(PPC_RAW_STD(src_reg, dst_reg, off)); in bpf_jit_build_body()
|
| /linux/arch/powerpc/kernel/trace/ |
| H A D | ftrace.c | 480 ret = ftrace_modify_code(ip - 4, ppc_inst(PPC_RAW_STD(_R0, _R1, 16)), in ftrace_init_nop()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 478 #define PPC_RAW_STD(r, base, i) (0xf8000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_DS(i)) macro 606 #define PPC_RAW_STL PPC_RAW_STD
|
| /linux/arch/powerpc/kernel/ |
| H A D | module_64.c | 146 PPC_RAW_STD(_R2, _R1, R2_STACK_OFFSET),
|