/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_tag.c | 27 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()
|
D | test_sock_addr.c | 520 const struct bpf_insn *insns, size_t insns_cnt) in load_insns() 571 struct bpf_insn insns[] = { in bind4_prog_load() local 636 struct bpf_insn insns[] = { in bind6_prog_load() local 719 struct bpf_insn insns[] = { in sendmsg_deny_prog_load() local 742 struct bpf_insn insns[] = { in sendmsg4_rw_asm_prog_load() local 800 struct bpf_insn insns[] = { in sendmsg6_rw_dst_asm_prog_load() local
|
D | test_align.c | 33 struct bpf_insn insns[MAX_INSNS]; member
|
D | test_sock.c | 27 struct bpf_insn insns[MAX_INSNS]; member
|
/Linux-v4.19/arch/sparc/kernel/ |
D | entry.h | 50 unsigned int insns[3]; member 57 unsigned int insns[6]; member 64 unsigned int insns[3]; member
|
D | signal_32.c | 42 unsigned long insns[2] __attribute__ ((aligned (8))); member 54 unsigned int insns[2]; member
|
D | signal32.c | 51 unsigned int insns[2]; member 65 unsigned int insns[2]; member
|
D | setup_32.c | 216 unsigned int *insns; in per_cpu_patch() local
|
D | setup_64.c | 189 unsigned int *insns; in per_cpu_patch() local
|
/Linux-v4.19/arch/s390/kernel/ |
D | alternative.c | 36 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-v4.19/net/netfilter/ |
D | xt_bpf.c | 27 static int __bpf_mt_check_bytecode(struct sock_filter *insns, __u16 len, in __bpf_mt_check_bytecode()
|
/Linux-v4.19/samples/bpf/ |
D | fds_example.c | 55 static struct bpf_insn insns[] = { in bpf_prog_create() local
|
D | bpf_load.c | 591 struct bpf_insn *insns; in do_load_bpf_file() local
|
/Linux-v4.19/arch/x86/tools/ |
D | insn_decoder_test.c | 124 int insns = 0; in main() local
|
D | insn_sanity.c | 239 int insns = 0; in main() local
|
/Linux-v4.19/tools/lib/bpf/ |
D | bpf.h | 65 const struct bpf_insn *insns; member
|
D | bpf.c | 222 int bpf_load_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_load_program() 241 int bpf_verify_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_verify_program()
|
D | libbpf.c | 139 struct bpf_insn *insns; member 918 struct bpf_insn *insns = prog->insns; in bpf_program__collect_reloc() local 1224 struct bpf_insn *insns = prog->insns; in bpf_program__relocate() local 1308 const char *name, struct bpf_insn *insns, int insns_cnt, in load_program()
|
/Linux-v4.19/arch/parisc/kernel/ |
D | module.c | 125 Elf32_Word insns[2]; /* each stub entry has two insns */ member 133 Elf64_Word insns[4]; /* each stub entry has four insns */ member
|
/Linux-v4.19/tools/perf/tests/ |
D | bpf.c | 302 struct bpf_insn insns[] = { in check_env() local
|
/Linux-v4.19/arch/mips/kernel/ |
D | ftrace.c | 328 int faulted, insns; in prepare_ftrace_return() local
|
/Linux-v4.19/arch/arm64/kernel/probes/ |
D | kprobes.c | 124 u32 insns[1]; in patch_text() local
|
/Linux-v4.19/lib/ |
D | test_bpf.c | 73 struct sock_filter insns[MAX_INSNS]; member 76 void *insns; member
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | trap_block.h | 84 unsigned int insns[2]; member
|
/Linux-v4.19/arch/x86/kernel/ |
D | alternative.c | 248 static void __init_or_module add_nops(void *insns, unsigned int len) in add_nops()
|