Searched refs:PPC_RAW_STD (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 145 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, -(BPF_PPC_STACK_SAVE + 8))); in bpf_jit_build_prologue() 158 EMIT(PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF)); in bpf_jit_build_prologue() 171 EMIT(PPC_RAW_STD(bpf_to_ppc(i), _R1, bpf_jit_stack_offsetof(ctx, bpf_to_ppc(i)))); in bpf_jit_build_prologue() 337 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, bpf_jit_stack_tailcallcnt(ctx))); in bpf_jit_emit_tail_call() 747 EMIT(PPC_RAW_STD(dst_reg, _R1, bpf_jit_stack_local(ctx))); in bpf_jit_build_body() 849 EMIT(PPC_RAW_STD(src_reg, dst_reg, off)); in bpf_jit_build_body()
|
| H A D | bpf_jit_comp.c | 470 EMIT(PPC_RAW_STD(_R3, _R1, run_ctx_off + offsetof(struct bpf_tramp_run_ctx, in invoke_bpf_prog() 790 EMIT(PPC_RAW_STD(_R2, _R1, 24)); in __arch_prepare_bpf_trampoline()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | text-patching.h | 273 #define PPC_INST_STD_LR PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF)
|
| H A D | ppc-opcode.h | 477 #define PPC_RAW_STD(r, base, i) (0xf8000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_DS(i)) macro 604 #define PPC_RAW_STL PPC_RAW_STD
|
| /linux-6.15/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-6.15/arch/powerpc/kernel/ |
| H A D | module_64.c | 146 PPC_RAW_STD(_R2, _R1, R2_STACK_OFFSET),
|
| /linux-6.15/arch/powerpc/lib/ |
| H A D | test_emulate_step.c | 202 stepped = emulate_step(®s, ppc_inst(PPC_RAW_STD(5, 3, 0))); in test_std()
|