Searched refs:bpf_jit_stack_offsetof (Results 1 – 2 of 2) 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_emit_common_epilogue() 324 bpf_jit_stack_offsetof(ctx, bpf_to_ppc(ARENA_VM_START)))); in bpf_jit_emit_common_epilogue() 375 EMIT(PPC_RAW_LD(bpf_to_ppc(i), _R1, bpf_jit_stack_offsetof(ctx, bpf_to_ppc(i)))); 379 bpf_jit_stack_offsetof(ctx, bpf_to_ppc(ARENA_VM_START)))); in arch_bpf_stack_walk() 387 EMIT(PPC_RAW_LD(i, _R1, bpf_jit_stack_offsetof(ctx, i))); in arch_bpf_stack_walk()
|
| H A D | bpf_jit_comp32.c | 68 static int bpf_jit_stack_offsetof(struct codegen_context *ctx, int reg) in bpf_jit_stack_offsetof() function 180 EMIT(PPC_RAW_STW(_R4, _R1, bpf_jit_stack_offsetof(ctx, BPF_PPC_TC))); in bpf_jit_emit_common_epilogue() 198 EMIT(PPC_RAW_STW(i, _R1, bpf_jit_stack_offsetof(ctx, i))); in bpf_jit_build_epilogue() 218 EMIT(PPC_RAW_LWZ(i, _R1, bpf_jit_stack_offsetof(ctx, i))); in bpf_jit_emit_func_call_rel() 278 EMIT(PPC_RAW_LWZ(_R0, _R1, bpf_jit_stack_offsetof(ctx, BPF_PPC_TC))); in bpf_jit_emit_tail_call()
|