Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H 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()
H A Dtest_sock_addr.c642 const struct bpf_insn *insns, size_t insns_cnt) in load_insns()
695 struct bpf_insn insns[] = { in bind4_prog_load() local
796 struct bpf_insn insns[] = { in bind6_prog_load() local
881 struct bpf_insn insns[] = { in xmsg_ret_only_prog_load() local
924 struct bpf_insn insns[] = { in sendmsg4_rw_asm_prog_load() local
970 struct bpf_insn insns[] = { in recvmsg4_rw_asm_prog_load() local
1023 struct bpf_insn insns[] = { in sendmsg6_rw_dst_asm_prog_load() local
1074 struct bpf_insn insns[] = { in recvmsg6_rw_asm_prog_load() local
H A Dtest_stub.c25 int bpf_test_load_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_test_load_program()
H A Dtest_sock.c29 struct bpf_insn insns[MAX_INSNS]; member
H A Dtest_sysctl.c30 struct bpf_insn insns[MAX_INSNS]; member
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H 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
315 struct bpf_insn insns[2] = { in bpf_probe_helper() local
347 struct bpf_insn insns[BPF_MAXINSNS + 1]; in bpf_probe_large_insn_limit() local
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dentry.h50 unsigned int insns[3]; member
57 unsigned int insns[6]; member
64 unsigned int insns[3]; member
H A Dsignal_32.c40 unsigned long insns[2] __attribute__ ((aligned (8))); member
52 unsigned int insns[2]; member
H A Dsignal32.c50 unsigned int insns[2]; member
64 unsigned int insns[2]; member
H A Dsetup_32.c216 unsigned int *insns; in per_cpu_patch() local
H A Dsetup_64.c189 unsigned int *insns; in per_cpu_patch() local
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dalternative.c36 static void __init_or_module add_jump_padding(void *insns, unsigned int len) in add_jump_padding()
54 static void __init_or_module add_padding(void *insns, unsigned int len) in add_padding()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt.c20 const struct bpf_insn insns[64]; member
852 static int load_prog(const struct bpf_insn *insns, in load_prog()
H A Dalign.c14 struct bpf_insn insns[MAX_INSNS]; member
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dstatic_call.h34 #define __ARCH_DEFINE_STATIC_CALL_TRAMP(name, insns) \ argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/
H A Dpkey_exec_prot.c28 static unsigned int *insns; variable
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dpatch.c84 int patch_text_nosync(void *addr, const void *insns, size_t len) in patch_text_nosync()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_bpf.c24 static int __bpf_mt_check_bytecode(struct sock_filter *insns, __u16 len, in __bpf_mt_check_bytecode()
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Dinsn_decoder_test.c116 int insns = 0; in main() local
H A Dinsn_sanity.c226 int insns = 0; in main() local
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dfds_example.c57 static struct bpf_insn insns[] = { in bpf_prog_create() local
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dmodule.c104 Elf32_Word insns[2]; /* each stub entry has two insns */ member
112 Elf64_Word insns[4]; /* each stub entry has four insns */ member
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dbpf.c310 struct bpf_insn insns[] = { in check_env() local
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dftrace.c323 int faulted, insns; in prepare_ftrace_return() local
/OK3568_Linux_fs/kernel/arch/arm64/kernel/probes/
H A Dkprobes.c43 u32 insns[] = {p->opcode, BRK64_OPCODE_KPROBES_SS}; in arch_prepare_ss_slot() local

123