Lines Matching defs:arg
821 static int __bpf_fill_pattern(struct bpf_test *self, void *arg,
838 len = extra + count * (*emit)(self, arg, NULL, 0, 0);
861 i += (*emit)(self, arg,
879 i += (*emit)(self, arg, &insns[i],
916 static int __bpf_emit_alu64_imm(struct bpf_test *self, void *arg,
919 int op = *(int *)arg;
937 static int __bpf_emit_alu32_imm(struct bpf_test *self, void *arg,
940 int op = *(int *)arg;
958 static int __bpf_emit_alu64_reg(struct bpf_test *self, void *arg,
961 int op = *(int *)arg;
980 static int __bpf_emit_alu32_reg(struct bpf_test *self, void *arg,
983 int op = *(int *)arg;
1594 static int __bpf_emit_atomic64(struct bpf_test *self, void *arg,
1597 int op = *(int *)arg;
1641 static int __bpf_emit_atomic32(struct bpf_test *self, void *arg,
1644 int op = *(int *)arg;
1688 static int __bpf_emit_cmpxchg64(struct bpf_test *self, void *arg,
1728 static int __bpf_emit_cmpxchg32(struct bpf_test *self, void *arg,
2302 static int __bpf_emit_jmp_imm(struct bpf_test *self, void *arg,
2305 int op = *(int *)arg;
2325 static int __bpf_emit_jmp32_imm(struct bpf_test *self, void *arg,
2328 int op = *(int *)arg;
2346 static int __bpf_emit_jmp_reg(struct bpf_test *self, void *arg,
2349 int op = *(int *)arg;
2368 static int __bpf_emit_jmp32_reg(struct bpf_test *self, void *arg,
2371 int op = *(int *)arg;
14879 BPF_CALL_1(bpf_test_func, u64, arg)
14893 a, b, c, d, e, f, g, h, (int)arg);