Home
last modified time | relevance | path

Searched defs:insns (Results 26 – 50 of 56) sorted by relevance

123

/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_sock.c28 struct bpf_insn insns[MAX_INSNS]; member
Dtest_sysctl.c30 struct bpf_insn insns[MAX_INSNS]; member
Dtesting_helpers.c295 int bpf_test_load_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_test_load_program()
Dtest_lru_map.c45 struct bpf_insn insns[] = { in bpf_map_lookup_elem_with_ref_bit() local
Dtest_verifier.c88 struct bpf_insn insns[MAX_INSNS]; member
Dxskxceiver.c2270 struct bpf_insn insns[2] = { in is_xdp_supported() local
/Linux-v6.6/arch/mips/kernel/
Dftrace.c311 int faulted, insns; in prepare_ftrace_return() local
/Linux-v6.6/arch/riscv/kernel/
Dtraps.c42 const u16 *insns = (u16 *)instruction_pointer(regs); in dump_kernel_instr() local
/Linux-v6.6/arch/sparc/kernel/
Dsetup_64.c187 unsigned int *insns; in per_cpu_patch() local
/Linux-v6.6/drivers/comedi/
Dcomedi_fops.c1528 struct comedi_insn *insns, in do_insnlist_ioctl()
2235 struct comedi_insn *insns = NULL; in comedi_unlocked_ioctl() local
2895 compat_uptr_t insns; /* 32-bit 'struct comedi_insn *' */ member
3074 struct comedi_insn *insns; in compat_insnlist() local
/Linux-v6.6/arch/sparc/include/asm/
Dtrap_block.h86 unsigned int insns[2]; member
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dfexit_bpf2bpf.c444 struct bpf_insn insns[] = { in load_fentry() local
Dbtf.c5610 struct bpf_insn insns[MAX_INSNS]; member
/Linux-v6.6/tools/lib/bpf/
Dskel_internal.h63 const void *insns; member
Dbpf.c109 struct bpf_insn insns[] = { in probe_memcg_account() local
232 const struct bpf_insn *insns, size_t insn_cnt, in bpf_prog_load()
Dlibbpf.c419 struct bpf_insn *insns; member
4505 struct bpf_insn insns[] = { in bpf_object__probe_loading() local
4546 struct bpf_insn insns[] = { in probe_kern_prog_name() local
4568 struct bpf_insn insns[] = { in probe_kern_global_data() local
4716 struct bpf_insn insns[] = { in probe_kern_exp_attach_type() local
4733 struct bpf_insn insns[] = { in probe_kern_probe_read_kernel() local
4750 struct bpf_insn insns[] = { in probe_prog_bind_map() local
4810 struct bpf_insn insns[] = { in probe_perf_link() local
4840 struct bpf_insn insns[] = { in probe_uprobe_multi_link() local
4869 struct bpf_insn insns[] = { in probe_kern_bpf_cookie() local
[all …]
Dlibbpf.h1604 const char *insns; member
/Linux-v6.6/sound/pci/emu10k1/
Demuproc.c334 static const char * const insns[16] = { in snd_emu10k1_proc_acode_read() local
/Linux-v6.6/tools/bpf/bpftool/
Dcommon.c101 struct bpf_insn insns[] = { in known_to_need_rlimit() local
/Linux-v6.6/arch/riscv/net/
Dbpf_jit_comp64.c651 static int gen_jump_or_nops(void *target, void *ip, u32 *insns, bool is_call) in gen_jump_or_nops()
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/bpf/
Dmain.h544 struct list_head insns; member
/Linux-v6.6/arch/parisc/net/
Dbpf_jit.h67 u32 *insns; /* HPPA insns */ member
/Linux-v6.6/arch/x86/kernel/
Dalternative.c1417 static void __init_or_module add_nops(void *insns, unsigned int len) in add_nops()
/Linux-v6.6/tools/objtool/
Dcheck.c377 struct instruction *insns = NULL; in decode_instructions() local
/Linux-v6.6/kernel/
Dkprobes.c91 kprobe_opcode_t *insns; /* Page of instruction slots */ member

123