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

123

/linux-master/arch/sparc/kernel/
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...]
H A Dsignal32.c49 unsigned int insns[2]; member in struct:signal_frame32
63 unsigned int insns[2]; member in struct:rt_signal_frame32
[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
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c466 struct bpf_insn insns[] = { local
H A Dtoken.c639 struct bpf_insn insns[] = { local
H A Dbtf.c5635 struct bpf_insn insns[MAX_INSNS]; member in struct:prog_info_raw_test
[all...]
H A Dreg_bounds.c838 struct bpf_insn insns[64]; local
/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_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...]
H A Dtest_verifier.c90 struct bpf_insn insns[MAX_INSNS]; member in struct:bpf_test
H A Dxskxceiver.c2425 struct bpf_insn insns[2] = { local
/linux-master/arch/parisc/kernel/
H A Dmodule.c85 Elf32_Word insns[2]; /* each stub entry has two insns */ member in struct:stub_entry
93 Elf64_Word insns[4]; /* each stub entry has four insns */ member in struct:stub_entry
[all...]
/linux-master/tools/bpf/bpftool/
H A Dfeature.c537 struct bpf_insn insns[2] = { local
658 struct bpf_insn insns[2] = { local
780 probe_misc_feature(struct bpf_insn *insns, size_t len, argument
513 probe_prog_load_ifindex(enum bpf_prog_type prog_type, const struct bpf_insn *insns, size_t insns_cnt, char *log_buf, size_t log_buf_sz, __u32 ifindex) argument
810 struct bpf_insn insns[BPF_MAXINSNS + 1]; local
831 struct bpf_insn insns[4] = { local
852 struct bpf_insn insns[4] = { local
873 struct bpf_insn insns[4] = { local
[all...]
H A Dcommon.c101 struct bpf_insn insns[] = { local
/linux-master/sound/pci/emu10k1/
H A Demuproc.c338 static const char * const insns[16] = { local
/linux-master/tools/lib/bpf/
H A Dgen_loader.c867 static void emit_relo(struct bpf_gen *gen, struct ksym_relo_desc *relo, int insns) argument
885 static void emit_relos(struct bpf_gen *gen, int insns) argument
902 cleanup_relos(struct bpf_gen *gen, int insns) argument
934 bpf_gen__prog_load(struct bpf_gen *gen, enum bpf_prog_type prog_type, const char *prog_name, const char *license, struct bpf_insn *insns, size_t insn_cnt, struct bpf_prog_load_opts *load_attr, int prog_idx) argument
[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
H A Dlibbpf.h1711 const char *insns; member in struct:gen_loader_opts
/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/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h544 struct list_head insns; member in struct:nfp_prog
/linux-master/arch/parisc/net/
H A Dbpf_jit.h67 u32 *insns; /* HPPA insns */ member in struct:hppa_jit_context
/linux-master/drivers/comedi/
H A Dcomedi_fops.c1527 do_insnlist_ioctl(struct comedi_device *dev, struct comedi_insn *insns, unsigned int n_insns, void *file) argument
2235 struct comedi_insn *insns = NULL; local
2895 compat_uptr_t insns; /* 32-bit 'struct comedi_insn *' */ member in struct:comedi32_insnlist_struct
3074 struct comedi_insn *insns; local
[all...]
/linux-master/tools/objtool/
H A Dcheck.c378 struct instruction *insns = NULL; local
/linux-master/kernel/
H A Dkprobes.c91 kprobe_opcode_t *insns; /* Page of instruction slots */ member in struct:kprobe_insn_page
[all...]

Completed in 312 milliseconds

123