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

123

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_dev_bound_only.c10 struct bpf_insn insns[] = { BPF_MOV64_IMM(BPF_REG_0, 0), BPF_EXIT_INSN() }; local
H A Dverifier_log.c33 static const struct bpf_insn *insns; variable in typeref:struct:bpf_insn
H A Dalign.c15 struct bpf_insn insns[MAX_INSNS]; member in struct:bpf_align_test
[all...]
H A Dsockopt.c26 const struct bpf_insn insns[64]; member in struct:sockopt_test
933 load_prog(const struct bpf_insn *insns, enum bpf_attach_type expected_attach_type) argument
[all...]
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dpkey_exec_prot.c28 static unsigned int *insns; variable
[all...]
H A Dexec_prot.c30 static unsigned int *insns; variable
[all...]
/linux-master/net/netfilter/
H A Dxt_bpf.c24 static int __bpf_mt_check_bytecode(struct sock_filter *insns, __u16 len, argument
/linux-master/arch/sparc/kernel/
H A Dentry.h50 unsigned int insns[3]; member in struct:popc_3insn_patch_entry
57 unsigned int insns[6]; member in struct:popc_6insn_patch_entry
64 unsigned int insns[3]; member in struct:pause_patch_entry
H A Dsetup_64.c174 unsigned int *insns; local
[all...]
H A Dsetup_32.c203 unsigned int *insns; local
/linux-master/arch/x86/tools/
H A Dinsn_sanity.c221 int insns = 0, ret; local
H A Dinsn_decoder_test.c116 int insns = 0; local
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tag.c27 static void bpf_gen_imm_prog(unsigned int insns, int fd_map) argument
37 static void bpf_gen_map_prog(unsigned int insns, int fd_map) argument
53 static int bpf_try_load_prog(int insns, int fd_map, argument
114 tag_from_alg(int insns, uint8_t *tag, uint32_t len) argument
154 tag_exit_report(int insns, int fd_map, uint8_t *ftag, uint8_t *atag, uint32_t len) argument
165 do_test(uint32_t *tests, int start_insns, int fd_map, void (*bpf_filler)(unsigned int insns, int fd)) argument
[all...]
H A Dtest_lru_map.c45 struct bpf_insn insns[] = { local
H A Dtest_sock.c28 struct bpf_insn insns[MAX_INSNS]; member in struct:sock_test
[all...]
H A Dtest_sysctl.c30 struct bpf_insn insns[MAX_INSNS]; member in struct:sysctl_test
[all...]
/linux-master/samples/bpf/
H A Dfds_example.c52 static struct bpf_insn insns[] = { local
/linux-master/tools/testing/selftests/bpf/progs/
H A Dsyscall.c101 static struct bpf_insn insns[] = { local
/linux-master/arch/riscv/kernel/
H A Dpatch.c21 u32 *insns; member in struct:patch_insn
220 int patch_text_nosync(void *addr, const void *insns, size_t len) argument
257 int patch_text(void *addr, u32 *insns, int ninsns) argument
/linux-master/arch/sparc/include/asm/
H A Dtrap_block.h86 unsigned int insns[2]; member in struct:sun4v_2insn_patch_entry
/linux-master/arch/mips/kernel/
H A Dftrace.c311 int faulted, insns; local
/linux-master/tools/lib/bpf/
H A Dskel_internal.h63 const void *insns; member in struct:bpf_load_and_run_opts
H A Dfeatures.c26 struct bpf_insn insns[] = { local
51 struct bpf_insn insns[] = { local
233 struct bpf_insn insns[] = { local
254 struct bpf_insn insns[] = { local
271 struct bpf_insn insns[] = { local
339 struct bpf_insn insns[] = { local
375 struct bpf_insn insns[] = { local
404 struct bpf_insn insns[] = { local
450 const struct bpf_insn insns[] = { local
[all...]
H A Dlibbpf_probes.c207 struct bpf_insn insns[] = { local
419 struct bpf_insn insns[] = { local
103 probe_prog_load(enum bpf_prog_type prog_type, const struct bpf_insn *insns, size_t insns_cnt, char *log_buf, size_t log_buf_sz) argument
/linux-master/arch/arm64/kernel/
H A Dpatching.c228 int __kprobes aarch64_insn_patch_text(void *addrs[], u32 insns[], int cnt) argument

Completed in 363 milliseconds

123