Searched refs:bpf_array (Results 1 – 7 of 7) sorted by relevance
/arch/sparc/net/ |
D | bpf_jit_comp_64.c | 878 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/ |
D | bpf_jit_comp.c | 288 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/ |
D | bpf_jit_comp64.c | 253 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/ |
D | bpf_jit_comp.c | 236 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/ |
D | bpf_jit_comp.c | 1065 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/ |
D | ebpf_jit.c | 622 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/ |
D | bpf_jit_32.c | 1012 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()
|