Home
last modified time | relevance | path

Searched defs:insns (Results 1 – 25 of 50) sorted by relevance

12

/linux/tools/testing/selftests/bpf/
A Dtest_tag.c27 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()
A Dtest_stub.c25 int bpf_test_load_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_test_load_program()
A Dtest_sock_addr.c646 const struct bpf_insn *insns, size_t insns_cnt) in load_insns()
711 struct bpf_insn insns[] = { in xmsg_ret_only_prog_load() local
754 struct bpf_insn insns[] = { in sendmsg4_rw_asm_prog_load() local
817 struct bpf_insn insns[] = { in sendmsg6_rw_dst_asm_prog_load() local
A Dtest_sock.c29 struct bpf_insn insns[MAX_INSNS]; member
/linux/tools/lib/bpf/
A Dlibbpf_probes.c68 probe_load(enum bpf_prog_type prog_type, const struct bpf_insn *insns, in probe_load()
131 struct bpf_insn insns[2] = { in bpf_probe_prog_type() local
316 struct bpf_insn insns[2] = { in bpf_probe_helper() local
348 struct bpf_insn insns[BPF_MAXINSNS + 1]; in bpf_probe_large_insn_limit() local
A Dgen_loader.c854 static void emit_relo(struct bpf_gen *gen, struct ksym_relo_desc *relo, int insns) in emit_relo()
878 static void emit_relos(struct bpf_gen *gen, int insns) in emit_relos()
886 static void cleanup_relos(struct bpf_gen *gen, int insns) in cleanup_relos()
919 int prog_load_attr, license, insns, func_info, line_info; in bpf_gen__prog_load() local
A Dskel_internal.h44 const void *insns; member
/linux/arch/sparc/kernel/
A Dentry.h50 unsigned int insns[3]; member
57 unsigned int insns[6]; member
64 unsigned int insns[3]; member
A Dsignal_32.c40 unsigned long insns[2] __attribute__ ((aligned (8))); member
52 unsigned int insns[2]; member
A Dsignal32.c50 unsigned int insns[2]; member
64 unsigned int insns[2]; member
A Dsetup_32.c216 unsigned int *insns; in per_cpu_patch() local
/linux/arch/s390/kernel/
A Dalternative.c39 static void __init_or_module add_jump_padding(void *insns, unsigned int len) in add_jump_padding()
57 static void __init_or_module add_padding(void *insns, unsigned int len) in add_padding()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dsockopt.c20 const struct bpf_insn insns[64]; member
852 static int load_prog(const struct bpf_insn *insns, in load_prog()
A Dalign.c14 struct bpf_insn insns[MAX_INSNS]; member
/linux/arch/x86/include/asm/
A Dstatic_call.h24 #define __ARCH_DEFINE_STATIC_CALL_TRAMP(name, insns) \ argument
/linux/lib/
A Dtest_bpf.c67 struct sock_filter insns[MAX_INSNS]; member
70 void *insns; member
482 struct bpf_insn *insns; in __bpf_fill_max_jmp() local
826 struct bpf_insn *insns; in __bpf_fill_pattern() local
916 struct bpf_insn *insns, s64 dst, s64 imm) in __bpf_emit_alu64_imm()
937 struct bpf_insn *insns, s64 dst, s64 imm) in __bpf_emit_alu32_imm()
958 struct bpf_insn *insns, s64 dst, s64 src) in __bpf_emit_alu64_reg()
1220 struct bpf_insn *insns; in __bpf_fill_alu_imm_regs() local
1404 struct bpf_insn *insns; in __bpf_fill_alu_reg_pairs() local
2703 struct bpf_insn *insns; in __bpf_fill_staggered_jumps() local
[all …]
/linux/tools/testing/selftests/powerpc/mm/
A Dpkey_exec_prot.c28 static unsigned int *insns; variable
/linux/net/netfilter/
A Dxt_bpf.c24 static int __bpf_mt_check_bytecode(struct sock_filter *insns, __u16 len, in __bpf_mt_check_bytecode()
/linux/arch/riscv/kernel/
A Dpatch.c88 int patch_text_nosync(void *addr, const void *insns, size_t len) in patch_text_nosync()
/linux/arch/x86/tools/
A Dinsn_decoder_test.c116 int insns = 0; in main() local
A Dinsn_sanity.c221 int insns = 0, ret; in main() local
/linux/samples/bpf/
A Dfds_example.c57 static struct bpf_insn insns[] = { in bpf_prog_create() local
/linux/arch/arm64/kernel/
A Dpatching.c136 int __kprobes aarch64_insn_patch_text(void *addrs[], u32 insns[], int cnt) in aarch64_insn_patch_text()
/linux/tools/testing/selftests/bpf/progs/
A Dsyscall.c64 static struct bpf_insn insns[] = { in bpf_prog() local
/linux/tools/perf/tests/
A Dbpf.c288 struct bpf_insn insns[] = { in check_env() local

Completed in 83 milliseconds

12