• Home
  • Raw
  • Download

Lines Matching refs:arg

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