/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_tag.c | 27 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()
|
D | test_sock_addr.c | 642 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
|
D | test_stub.c | 25 int bpf_test_load_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_test_load_program()
|
D | test_align.c | 33 struct bpf_insn insns[MAX_INSNS]; member
|
D | test_sock.c | 29 struct bpf_insn insns[MAX_INSNS]; member
|
/external/libbpf/src/ |
D | libbpf_probes.c | 52 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
|
D | gen_loader.c | 861 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()
|
D | bpf.c | 110 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/ |
D | EVMMapping.c | 14 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/ |
D | utils.c | 15 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/ |
D | sockopt.c | 20 const struct bpf_insn insns[64]; member 852 static int load_prog(const struct bpf_insn *insns, in load_prog()
|
/external/capstone/bindings/ocaml/ |
D | test_x86.ml | 107 let insns = cs_disasm handle code 0x1000L 0L in ( var
|
/external/bpftool/src/ |
D | feature.c | 651 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/ |
D | arch_sigreturn.c | 19 char insns[PERSONALITY_WORDSIZE * 2] ATTRIBUTE_ALIGNED(8); in arch_sigreturn() member
|
/external/capstone/arch/SystemZ/ |
D | SystemZMapping.c | 151 static const insn_map insns[] = { variable
|
/external/capstone/arch/Mips/ |
D | MipsMapping.c | 213 static insn_map insns[] = { variable
|
/external/capstone/arch/TMS320C64x/ |
D | TMS320C64xMapping.c | 134 static insn_map insns[] = { variable
|
/external/capstone/arch/XCore/ |
D | XCoreMapping.c | 74 static const insn_map insns[] = { variable
|
/external/capstone/arch/PowerPC/ |
D | PPCMapping.c | 246 static const insn_map insns[] = { variable
|
/external/capstone/arch/Sparc/ |
D | SparcMapping.c | 124 static const insn_map insns[] = { variable
|
/external/capstone/arch/ARM/ |
D | ARMMapping.c | 269 static const insn_map insns[] = { variable
|
/external/capstone/arch/AArch64/ |
D | AArch64Mapping.c | 295 static const insn_map insns[] = { variable
|
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | ClassInstrumentor.java | 222 AbstractInsnNode[] insns = ctor.instructions.toArray(); in isJacocoInstrumented() local 450 AbstractInsnNode[] insns = ctor.instructions.toArray(); in extractCallToSuperConstructor() local
|
/external/capstone/arch/X86/ |
D | X86Mapping.c | 2451 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/ |
D | nv50_ir_ra.cpp | 291 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()
|