Searched defs:insns (Results 51 - 57 of 57) sorted by relevance

123

/linux-master/include/uapi/linux/
H A Dcomedi.h509 struct comedi_insn __user *insns; member in struct:comedi_insnlist
H A Dbpf.h1527 __aligned_u64 insns; member in struct:bpf_attr::__anon2593
/linux-master/lib/
H A Dtest_bpf.c68 struct sock_filter insns[MAX_INSNS]; member in union:bpf_test::__anon3895
71 void *insns; member in struct:bpf_test::__anon3895::__anon3896
467 __bpf_ld_imm64(struct bpf_insn insns[2], u8 reg, s64 imm64) argument
483 struct bpf_insn *insns; local
827 struct bpf_insn *insns; local
916 __bpf_emit_alu64_imm(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 imm) argument
937 __bpf_emit_alu32_imm(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 imm) argument
958 __bpf_emit_alu64_reg(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) argument
980 __bpf_emit_alu32_reg(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) argument
1221 struct bpf_insn *insns; local
1405 struct bpf_insn *insns; local
1594 __bpf_emit_atomic64(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) argument
1641 __bpf_emit_atomic32(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) argument
1688 __bpf_emit_cmpxchg64(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) argument
1728 __bpf_emit_cmpxchg32(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) argument
2302 __bpf_emit_jmp_imm(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 imm) argument
2325 __bpf_emit_jmp32_imm(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 imm) argument
2346 __bpf_emit_jmp_reg(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) argument
2368 __bpf_emit_jmp32_reg(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) argument
2704 struct bpf_insn *insns; local
15197 struct bpf_insn insns[MAX_INSNS]; member in struct:tail_call_test
[all...]
/linux-master/kernel/bpf/
H A Dsyscall.c4453 struct bpf_insn *insns; local
[all...]
H A Dverifier.c15668 static int visit_func_call_insn(int t, struct bpf_insn *insns, argument
15697 struct bpf_insn *insns local
17582 struct bpf_insn *insns = env->prog->insnsi; local
18805 struct bpf_insn *insns = env->prog->insnsi; local
[all...]
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1527 __aligned_u64 insns; member in struct:bpf_attr::__anon3134
/linux-master/tools/lib/bpf/
H A Dlibbpf.c432 struct bpf_insn *insns; member in struct:bpf_program
4893 struct bpf_insn insns[] local
6232 struct bpf_insn *insns; local
7315 bpf_object_load_prog(struct bpf_object *obj, struct bpf_program *prog, struct bpf_insn *insns, int insns_cnt, const char *license, __u32 kern_version, int *prog_fd) argument
9086 struct bpf_insn *insns; local
[all...]

Completed in 350 milliseconds

123