Home
last modified time | relevance | path

Searched defs:insns (Results 1 – 25 of 44) sorted by relevance

12

/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_tag.c27 static void bpf_gen_imm_prog(unsigned int insns, int fd_map) in bpf_gen_imm_prog()
37 static void bpf_gen_map_prog(unsigned int insns, int fd_map) in bpf_gen_map_prog()
53 static int bpf_try_load_prog(int insns, int fd_map, in bpf_try_load_prog()
54 void (*bpf_filler)(unsigned int insns, in bpf_try_load_prog()
114 static void tag_from_alg(int insns, uint8_t *tag, uint32_t len) in tag_from_alg()
154 static void tag_exit_report(int insns, int fd_map, uint8_t *ftag, in tag_exit_report()
166 void (*bpf_filler)(unsigned int insns, int fd)) in do_test()
Dtest_sock_addr.c642 const struct bpf_insn *insns, size_t insns_cnt) in load_insns()
693 struct bpf_insn insns[] = { in bind4_prog_load() local
778 struct bpf_insn insns[] = { in bind6_prog_load() local
863 struct bpf_insn insns[] = { in xmsg_ret_only_prog_load() local
906 struct bpf_insn insns[] = { in sendmsg4_rw_asm_prog_load() local
952 struct bpf_insn insns[] = { in recvmsg4_rw_asm_prog_load() local
1005 struct bpf_insn insns[] = { in sendmsg6_rw_dst_asm_prog_load() local
1056 struct bpf_insn insns[] = { in recvmsg6_rw_asm_prog_load() local
Dtest_stub.c22 int bpf_test_load_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_test_load_program()
Dtest_align.c33 struct bpf_insn insns[MAX_INSNS]; member
Dtest_sock.c29 struct bpf_insn insns[MAX_INSNS]; member
Dtest_sysctl.c30 struct bpf_insn insns[MAX_INSNS]; member
/Linux-v5.4/arch/sparc/kernel/
Dentry.h50 unsigned int insns[3]; member
57 unsigned int insns[6]; member
64 unsigned int insns[3]; member
Dsignal_32.c42 unsigned long insns[2] __attribute__ ((aligned (8))); member
54 unsigned int insns[2]; member
Dsignal32.c51 unsigned int insns[2]; member
65 unsigned int insns[2]; member
Dsetup_32.c217 unsigned int *insns; in per_cpu_patch() local
Dsetup_64.c190 unsigned int *insns; in per_cpu_patch() local
/Linux-v5.4/tools/lib/bpf/
Dlibbpf_probes.c68 probe_load(enum bpf_prog_type prog_type, const struct bpf_insn *insns, in probe_load()
122 struct bpf_insn insns[2] = { in bpf_probe_prog_type() local
299 struct bpf_insn insns[2] = { in bpf_probe_helper() local
Dbpf.c316 int bpf_load_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_load_program()
335 int bpf_verify_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_verify_program()
Dbpf.h77 const struct bpf_insn *insns; member
/Linux-v5.4/arch/s390/kernel/
Dalternative.c36 static void __init_or_module add_jump_padding(void *insns, unsigned int len) in add_jump_padding()
54 static void __init_or_module add_padding(void *insns, unsigned int len) in add_padding()
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/
Dsockopt.c20 const struct bpf_insn insns[64]; member
852 static int load_prog(const struct bpf_insn *insns, in load_prog()
/Linux-v5.4/net/netfilter/
Dxt_bpf.c24 static int __bpf_mt_check_bytecode(struct sock_filter *insns, __u16 len, in __bpf_mt_check_bytecode()
/Linux-v5.4/arch/x86/tools/
Dinsn_decoder_test.c116 int insns = 0; in main() local
Dinsn_sanity.c226 int insns = 0; in main() local
/Linux-v5.4/samples/bpf/
Dfds_example.c55 static struct bpf_insn insns[] = { in bpf_prog_create() local
/Linux-v5.4/tools/perf/tests/
Dbpf.c307 struct bpf_insn insns[] = { in check_env() local
/Linux-v5.4/arch/parisc/kernel/
Dmodule.c104 Elf32_Word insns[2]; /* each stub entry has two insns */ member
112 Elf64_Word insns[4]; /* each stub entry has four insns */ member
/Linux-v5.4/arch/mips/kernel/
Dftrace.c327 int faulted, insns; in prepare_ftrace_return() local
/Linux-v5.4/arch/arm64/kernel/probes/
Dkprobes.c42 u32 insns[1]; in patch_text() local
/Linux-v5.4/lib/
Dtest_bpf.c66 struct sock_filter insns[MAX_INSNS]; member
69 void *insns; member

12