Searched refs:bpf_off (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/mips/net/ |
| H A D | bpf_jit_comp.h | 191 u8 bpf_op, s16 bpf_off, u8 *jit_op, s32 *jit_off); 195 u8 bpf_op, s16 bpf_off, u8 *jit_op, s32 *jit_off); 198 int finish_jmp(struct jit_context *ctx, u8 jit_op, s16 bpf_off);
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 1227 static void emit_stack_arg_load(u8 dst, s16 bpf_off, struct jit_ctx *ctx) in emit_stack_arg_load() argument 1229 int idx = bpf_off / sizeof(u64) - 1; in emit_stack_arg_load() 1237 static void emit_stack_arg_store(u8 src_a64, s16 bpf_off, struct jit_ctx *ctx) in emit_stack_arg_store() argument 1239 int idx = -bpf_off / sizeof(u64) - 1; in emit_stack_arg_store() 1247 static void emit_stack_arg_store_imm(s32 imm, s16 bpf_off, const u8 tmp, struct jit_ctx *ctx) in emit_stack_arg_store_imm() argument 1249 int idx = -bpf_off / sizeof(u64) - 1; in emit_stack_arg_store_imm()
|