Searched refs:bpf_jit_stack_offsetof (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 161 static int bpf_jit_stack_offsetof(struct codegen_context *ctx, int reg) in bpf_jit_stack_offsetof() function 308 EMIT(PPC_RAW_STD(i, _R1, bpf_jit_stack_offsetof(ctx, i))); in bpf_jit_build_prologue() 320 bpf_jit_stack_offsetof(ctx, bpf_to_ppc(i)))); in bpf_jit_build_prologue() 324 bpf_jit_stack_offsetof(ctx, bpf_to_ppc(ARENA_VM_START)))); in bpf_jit_build_prologue() 375 EMIT(PPC_RAW_LD(bpf_to_ppc(i), _R1, bpf_jit_stack_offsetof(ctx, bpf_to_ppc(i)))); in bpf_jit_emit_common_epilogue() 379 bpf_jit_stack_offsetof(ctx, bpf_to_ppc(ARENA_VM_START)))); in bpf_jit_emit_common_epilogue() 387 EMIT(PPC_RAW_LD(i, _R1, bpf_jit_stack_offsetof(ctx, i))); in bpf_jit_emit_common_epilogue()
|