Home
last modified time | relevance | path

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

123

/external/linux-kselftest/tools/testing/selftests/bpf/
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()
Dtest_sock_addr.c642 const struct bpf_insn *insns, size_t insns_cnt) in load_insns()
693 struct bpf_insn insns[] = { in bind4_prog_load() local
778 struct bpf_insn insns[] = { in bind6_prog_load() local
863 struct bpf_insn insns[] = { in xmsg_ret_only_prog_load() local
906 struct bpf_insn insns[] = { in sendmsg4_rw_asm_prog_load() local
952 struct bpf_insn insns[] = { in recvmsg4_rw_asm_prog_load() local
1005 struct bpf_insn insns[] = { in sendmsg6_rw_dst_asm_prog_load() local
1056 struct bpf_insn insns[] = { in recvmsg6_rw_asm_prog_load() local
Dtest_stub.c25 int bpf_test_load_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_test_load_program()
Dtest_align.c33 struct bpf_insn insns[MAX_INSNS]; member
Dtest_sock.c29 struct bpf_insn insns[MAX_INSNS]; member
/external/libbpf/src/
Dlibbpf_probes.c52 const struct bpf_insn *insns, size_t insns_cnt, in probe_prog_load()
154 struct bpf_insn insns[] = { in libbpf_probe_bpf_prog_type() local
170 struct bpf_insn insns[2] = { in bpf_probe_prog_type() local
385 struct bpf_insn insns[] = { in libbpf_probe_bpf_helper() local
434 struct bpf_insn insns[2] = { in bpf_probe_helper() local
465 struct bpf_insn insns[BPF_MAXINSNS + 1]; in bpf_probe_large_insn_limit() local
Dgen_loader.c861 static void emit_relo(struct bpf_gen *gen, struct ksym_relo_desc *relo, int insns) in emit_relo()
885 static void emit_relos(struct bpf_gen *gen, int insns) in emit_relos()
902 static void cleanup_relos(struct bpf_gen *gen, int insns) in cleanup_relos()
934 const char *license, struct bpf_insn *insns, size_t insn_cnt, in bpf_gen__prog_load()
Dbpf.c110 struct bpf_insn insns[] = { in probe_memcg_account() local
318 const struct bpf_insn *insns, size_t insn_cnt, in bpf_prog_load_v0_6_0()
509 int bpf_load_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_load_program()
528 int bpf_verify_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_verify_program()
/external/capstone/arch/EVM/
DEVMMapping.c14 static cs_evm insns[256] = { variable
21 static int evm_insn_find(cs_evm *insns, unsigned int max, unsigned int id) in evm_insn_find()
/external/capstone/
Dutils.c15 static unsigned short *make_id2insn(const insn_map *insns, unsigned int size) in make_id2insn()
31 unsigned short insn_find(const insn_map *insns, unsigned int max, unsigned int id, unsigned short *… in insn_find()
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dsockopt.c20 const struct bpf_insn insns[64]; member
852 static int load_prog(const struct bpf_insn *insns, in load_prog()
/external/capstone/bindings/ocaml/
Dtest_x86.ml107 let insns = cs_disasm handle code 0x1000L 0L in ( var
/external/bpftool/src/
Dfeature.c651 probe_misc_feature(struct bpf_insn *insns, size_t len, in probe_misc_feature()
681 struct bpf_insn insns[BPF_MAXINSNS + 1]; in probe_large_insn_limit() local
702 struct bpf_insn insns[4] = { in probe_bounded_loops() local
723 struct bpf_insn insns[4] = { in probe_v2_isa_extension() local
744 struct bpf_insn insns[4] = { in probe_v3_isa_extension() local
/external/strace/linux/sparc/
Darch_sigreturn.c19 char insns[PERSONALITY_WORDSIZE * 2] ATTRIBUTE_ALIGNED(8); in arch_sigreturn() member
/external/capstone/arch/SystemZ/
DSystemZMapping.c151 static const insn_map insns[] = { variable
/external/capstone/arch/Mips/
DMipsMapping.c213 static insn_map insns[] = { variable
/external/capstone/arch/TMS320C64x/
DTMS320C64xMapping.c134 static insn_map insns[] = { variable
/external/capstone/arch/XCore/
DXCoreMapping.c74 static const insn_map insns[] = { variable
/external/capstone/arch/PowerPC/
DPPCMapping.c246 static const insn_map insns[] = { variable
/external/capstone/arch/Sparc/
DSparcMapping.c124 static const insn_map insns[] = { variable
/external/capstone/arch/ARM/
DARMMapping.c269 static const insn_map insns[] = { variable
/external/capstone/arch/AArch64/
DAArch64Mapping.c295 static const insn_map insns[] = { variable
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
DClassInstrumentor.java222 AbstractInsnNode[] insns = ctor.instructions.toArray(); in isJacocoInstrumented() local
450 AbstractInsnNode[] insns = ctor.instructions.toArray(); in extractCallToSuperConstructor() local
/external/capstone/arch/X86/
DX86Mapping.c2451 static const insn_map insns[] = { // full x86 instructions variable
2463 static insn_map insns[] = { // reduce x86 instructions variable
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp291 ArrayList insns; member in nv50_ir::RegAlloc
1017 GCRA::coalesce(ArrayList& insns) in coalesce()
1121 GCRA::doCoalesce(ArrayList& insns, unsigned int mask) in doCoalesce()
1259 GCRA::buildRIG(ArrayList& insns) in buildRIG()
1518 GCRA::allocateRegisters(ArrayList& insns) in allocateRegisters()

123