Home
last modified time | relevance | path

Searched refs:bpf_array (Results 1 – 7 of 7) sorted by relevance

/arch/sparc/net/
Dbpf_jit_comp_64.c878 const u8 bpf_array = bpf2sparc[BPF_REG_2]; in emit_tail_call() local
885 off = offsetof(struct bpf_array, map.max_entries); in emit_tail_call()
886 emit(LD32 | IMMED | RS1(bpf_array) | S13(off) | RD(tmp), ctx); in emit_tail_call()
904 emit_alu(ADD, bpf_array, tmp, ctx); in emit_tail_call()
905 off = offsetof(struct bpf_array, ptrs); in emit_tail_call()
/arch/x86/net/
Dbpf_jit_comp.c288 offsetof(struct bpf_array, map.max_entries)); in emit_bpf_tail_call()
306 offsetof(struct bpf_array, ptrs)); in emit_bpf_tail_call()
/arch/powerpc/net/
Dbpf_jit_comp64.c253 PPC_LWZ(b2p[TMP_REG_1], b2p_bpf_array, offsetof(struct bpf_array, map.max_entries)); in bpf_jit_emit_tail_call()
275 PPC_BPF_LL(b2p[TMP_REG_1], b2p[TMP_REG_1], offsetof(struct bpf_array, ptrs)); in bpf_jit_emit_tail_call()
/arch/arm64/net/
Dbpf_jit_comp.c236 off = offsetof(struct bpf_array, map.max_entries); in emit_bpf_tail_call()
256 off = offsetof(struct bpf_array, ptrs); in emit_bpf_tail_call()
/arch/s390/net/
Dbpf_jit_comp.c1065 offsetof(struct bpf_array, map.max_entries)); in bpf_jit_insn()
1099 REG_1, offsetof(struct bpf_array, ptrs)); in bpf_jit_insn()
/arch/mips/net/
Debpf_jit.c622 off = offsetof(struct bpf_array, map.max_entries); in emit_bpf_tail_call()
644 off = offsetof(struct bpf_array, ptrs); in emit_bpf_tail_call()
/arch/arm/net/
Dbpf_jit_32.c1012 off = offsetof(struct bpf_array, map.max_entries); in emit_bpf_tail_call()
1043 off = offsetof(struct bpf_array, ptrs); in emit_bpf_tail_call()