Searched refs:PPC_RAW_STD (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 188 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, cookie_off + 8 * i)); in prepare_for_fsession_fentry() 189 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, retval_off)); in prepare_for_fsession_fentry() 204 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, func_meta_off)); in store_func_meta() 264 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, -(BPF_PPC_TAILCALL))); in bpf_jit_build_prologue() 283 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, -(BPF_PPC_TAILCALL))); in bpf_jit_build_prologue() 293 EMIT(PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF)); in bpf_jit_build_prologue() 308 EMIT(PPC_RAW_STD(i, _R1, bpf_jit_stack_offsetof(ctx, i))); in bpf_jit_build_prologue() 319 EMIT(PPC_RAW_STD(bpf_to_ppc(i), _R1, in bpf_jit_build_prologue() 323 EMIT(PPC_RAW_STD(bpf_to_ppc(ARENA_VM_START), _R1, in bpf_jit_build_prologue() 705 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), bpf_to_ppc(TMP_REG_2), 0)); in bpf_jit_emit_tail_call() [all …]
|
| H A D | bpf_jit_comp.c | 611 EMIT(PPC_RAW_STD(_R3, _R1, run_ctx_off + offsetof(struct bpf_tramp_run_ctx, in invoke_bpf_prog() 960 EMIT(PPC_RAW_STD(_R2, _R1, 24)); in __arch_prepare_bpf_trampoline()
|
| /linux/arch/powerpc/kernel/trace/ |
| H A D | ftrace.c | 498 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),
|