Searched defs:insns (Results 1 - 25 of 57) sorted by last modified time

123

/linux-master/sound/pci/emu10k1/
H A Demuproc.c338 static const char * const insns[16] = { local
/linux-master/kernel/bpf/
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...]
H A Dsyscall.c4453 struct bpf_insn *insns; local
[all...]
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c633 static int gen_jump_or_nops(void *target, void *ip, u32 *insns, bool is_call) argument
[all...]
H A Dbpf_jit.h75 u16 *insns; /* RV insns */ member in struct:rv_jit_context
/linux-master/kernel/
H A Dkprobes.c91 kprobe_opcode_t *insns; /* Page of instruction slots */ member in struct:kprobe_insn_page
[all...]
/linux-master/arch/riscv/kernel/
H A Dtraps.c40 static int copy_code(struct pt_regs *regs, u16 *val, const u16 *insns) argument
57 const u16 *insns = (u16 *)instruction_pointer(regs); local
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/tools/objtool/
H A Dcheck.c378 struct instruction *insns = NULL; local
/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...]
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
H A Dlibbpf.h1711 const char *insns; member in struct:gen_loader_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 Dbpf.c109 struct bpf_insn insns[] = { local
236 bpf_prog_load(enum bpf_prog_type prog_type, const char *prog_name, const char *license, const struct bpf_insn *insns, size_t insn_cnt, struct bpf_prog_load_opts *opts) argument
/linux-master/arch/sparc/kernel/
H A Dsetup_32.c203 unsigned int *insns; local
H A Dsignal_32.c40 unsigned long insns[2] __attribute__ ((aligned (8))); member in struct:signal_frame
52 unsigned int insns[2]; member in struct:rt_signal_frame
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.c259 static struct bpf_insn insns[] = { local
323 int bpf_test_load_program(enum bpf_prog_type type, const struct bpf_insn *insns, argument
H A Dtest_verifier.c90 struct bpf_insn insns[MAX_INSNS]; member in struct:bpf_test
H A Dtest_sock_addr.c721 struct bpf_insn insns[] = { local
764 struct bpf_insn insns[] = { local
827 struct bpf_insn insns[] = { local
645 load_insns(const struct sock_addr_test *test, const struct bpf_insn *insns, size_t insns_cnt) argument
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtoken.c639 struct bpf_insn insns[] = { local
H A Dreg_bounds.c838 struct bpf_insn insns[64]; local
H A Dbtf.c5635 struct bpf_insn insns[MAX_INSNS]; member in struct:prog_info_raw_test
[all...]
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1527 __aligned_u64 insns; member in struct:bpf_attr::__anon3134
/linux-master/include/uapi/linux/
H A Dbpf.h1527 __aligned_u64 insns; member in struct:bpf_attr::__anon2593
/linux-master/arch/arm64/kernel/
H A Dpatching.c228 int __kprobes aarch64_insn_patch_text(void *addrs[], u32 insns[], int cnt) argument

Completed in 433 milliseconds

123