Searched refs:PPC_RAW_STD (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/powerpc/net/ |
D | bpf_jit_comp64.c | 140 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, -(BPF_PPC_STACK_SAVE + 8))); in bpf_jit_build_prologue() 153 EMIT(PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF)); in bpf_jit_build_prologue() 166 EMIT(PPC_RAW_STD(bpf_to_ppc(i), _R1, bpf_jit_stack_offsetof(ctx, bpf_to_ppc(i)))); in bpf_jit_build_prologue() 293 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, bpf_jit_stack_tailcallcnt(ctx))); in bpf_jit_emit_tail_call() 671 EMIT(PPC_RAW_STD(dst_reg, _R1, bpf_jit_stack_local(ctx))); in bpf_jit_build_body() 773 EMIT(PPC_RAW_STD(src_reg, dst_reg, off)); in bpf_jit_build_body()
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | code-patching.h | 237 #define PPC_INST_STD_LR PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF)
|
D | ppc-opcode.h | 466 #define PPC_RAW_STD(r, base, i) (0xf8000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_DS(i)) macro
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | module_64.c | 123 PPC_RAW_STD(_R2, _R1, R2_STACK_OFFSET),
|
/linux-6.1.9/arch/powerpc/lib/ |
D | test_emulate_step.c | 202 stepped = emulate_step(®s, ppc_inst(PPC_RAW_STD(5, 3, 0))); in test_std()
|