Searched refs:emit (Results 1 – 12 of 12) sorted by relevance
| /tools/lib/bpf/ |
| A D | gen_loader.c | 107 emit(gen, insn1); in emit2() 108 emit(gen, insn2); in emit2() 128 emit(gen, BPF_MOV64_IMM(BPF_REG_3, 0)); in bpf_gen__init() 134 emit(gen, BPF_JMP_IMM(BPF_JA, 0, 0, in bpf_gen__init() 154 emit(gen, BPF_EXIT_INSN()); in bpf_gen__init() 269 emit(gen, BPF_MOV64_IMM(BPF_REG_1, cmd)); in emit_sys_bpf() 395 emit(gen, BPF_MOV64_IMM(BPF_REG_0, 0)); in bpf_gen__finish() 396 emit(gen, BPF_EXIT_INSN()); in bpf_gen__finish() 585 emit(gen, BPF_MOV64_IMM(BPF_REG_4, 0)); in emit_find_attach_target() 659 emit(gen, BPF_MOV64_IMM(BPF_REG_4, 0)); in emit_bpf_find_by_name_kind() [all …]
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | reg_bounds.c | 856 #define emit(insn) ({ \ in load_range_cmp_prog() macro 876 emit(BPF_JMP_A(2)); in load_range_cmp_prog() 883 emit(BPF_MOV64_IMM(BPF_REG_0, 0)); in load_range_cmp_prog() 884 emit(BPF_EXIT_INSN()); in load_range_cmp_prog() 909 emit(BPF_MOV32_IMM(BPF_REG_1, (s32)x.a)); in load_range_cmp_prog() 916 emit(BPF_LD_IMM64(BPF_REG_1, x.a)); in load_range_cmp_prog() 917 emit(BPF_LD_IMM64(BPF_REG_2, x.b)); in load_range_cmp_prog() 937 emit(BPF_LD_IMM64(BPF_REG_1, y.a)); in load_range_cmp_prog() 938 emit(BPF_LD_IMM64(BPF_REG_2, y.b)); in load_range_cmp_prog() 992 emit(BPF_EXIT_INSN()); in load_range_cmp_prog() [all …]
|
| /tools/power/cpupower/utils/helpers/ |
| A D | bitmask.c | 249 static inline int emit(char *buf, int buflen, int rbot, int rtop, int len) in emit() function 288 len = emit(buf, buflen, rbot, rtop, len); in bitmask_displaylist()
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-link.rst | 46 bpftool will automatically emit this information as well.
|
| A D | bpftool-btf.rst | 44 bpftool will automatically emit this information as well.
|
| A D | bpftool-map.rst | 73 bpftool will automatically emit this information as well.
|
| A D | bpftool-prog.rst | 89 bpftool will automatically emit this information as well.
|
| /tools/memory-model/Documentation/ |
| A D | control-dependencies.txt | 56 In particular, although READ_ONCE() does force the compiler to emit a 179 does force the compiler to emit code for a given load, the compiler is
|
| A D | ordering.txt | 460 primitives require the compiler to emit the corresponding store 468 primitives require the compiler to emit the corresponding load
|
| A D | recipes.txt | 32 compiler can emit whatever code it likes for normal accesses,
|
| /tools/perf/scripts/python/ |
| A D | exported-sql-viewer.py | 205 self.done.emit(result) 230 self.dataChanged.emit(parent, parent) 1983 self.dataChanged.emit(top_left, bottom_right) 2172 self.graph_title_changed.emit(title) 2742 self.done.emit(count) 3174 self.progress.emit(0) 3183 self.progress.emit(self.root.child_count) 3190 self.progress.emit(0) 3710 self.progress.emit(0) 3719 self.progress.emit(self.child_count) [all …]
|
| /tools/bpf/bpftool/bash-completion/ |
| A D | bpftool | 954 # emit extra options
|
Completed in 32 milliseconds