Lines Matching refs:arg
841 static int __bpf_fill_pattern(struct bpf_test *self, void *arg, in __bpf_fill_pattern() argument
858 len = extra + count * (*emit)(self, arg, NULL, 0, 0); in __bpf_fill_pattern()
881 i += (*emit)(self, arg, in __bpf_fill_pattern()
899 i += (*emit)(self, arg, &insns[i], in __bpf_fill_pattern()
936 static int __bpf_emit_alu64_imm(struct bpf_test *self, void *arg, in __bpf_emit_alu64_imm() argument
939 int op = *(int *)arg; in __bpf_emit_alu64_imm()
957 static int __bpf_emit_alu32_imm(struct bpf_test *self, void *arg, in __bpf_emit_alu32_imm() argument
960 int op = *(int *)arg; in __bpf_emit_alu32_imm()
978 static int __bpf_emit_alu64_reg(struct bpf_test *self, void *arg, in __bpf_emit_alu64_reg() argument
981 int op = *(int *)arg; in __bpf_emit_alu64_reg()
1000 static int __bpf_emit_alu32_reg(struct bpf_test *self, void *arg, in __bpf_emit_alu32_reg() argument
1003 int op = *(int *)arg; in __bpf_emit_alu32_reg()
1614 static int __bpf_emit_atomic64(struct bpf_test *self, void *arg, in __bpf_emit_atomic64() argument
1617 int op = *(int *)arg; in __bpf_emit_atomic64()
1661 static int __bpf_emit_atomic32(struct bpf_test *self, void *arg, in __bpf_emit_atomic32() argument
1664 int op = *(int *)arg; in __bpf_emit_atomic32()
1708 static int __bpf_emit_cmpxchg64(struct bpf_test *self, void *arg, in __bpf_emit_cmpxchg64() argument
1748 static int __bpf_emit_cmpxchg32(struct bpf_test *self, void *arg, in __bpf_emit_cmpxchg32() argument
2322 static int __bpf_emit_jmp_imm(struct bpf_test *self, void *arg, in __bpf_emit_jmp_imm() argument
2325 int op = *(int *)arg; in __bpf_emit_jmp_imm()
2345 static int __bpf_emit_jmp32_imm(struct bpf_test *self, void *arg, in __bpf_emit_jmp32_imm() argument
2348 int op = *(int *)arg; in __bpf_emit_jmp32_imm()
2366 static int __bpf_emit_jmp_reg(struct bpf_test *self, void *arg, in __bpf_emit_jmp_reg() argument
2369 int op = *(int *)arg; in __bpf_emit_jmp_reg()
2388 static int __bpf_emit_jmp32_reg(struct bpf_test *self, void *arg, in __bpf_emit_jmp32_reg() argument
2391 int op = *(int *)arg; in __bpf_emit_jmp32_reg()
15284 BPF_CALL_1(bpf_test_func, u64, arg) in BPF_CALL_1() argument
15298 a, b, c, d, e, f, g, h, (int)arg); in BPF_CALL_1()