Home
last modified time | relevance | path

Searched refs:PPC_RAW_STD (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/powerpc/net/
Dbpf_jit_comp64.c140 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/
Dcode-patching.h237 #define PPC_INST_STD_LR PPC_RAW_STD(_R0, _R1, PPC_LR_STKOFF)
Dppc-opcode.h466 #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/
Dmodule_64.c123 PPC_RAW_STD(_R2, _R1, R2_STACK_OFFSET),
/linux-6.1.9/arch/powerpc/lib/
Dtest_emulate_step.c202 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STD(5, 3, 0))); in test_std()