Symbol: BPF_MOV64_IMM
kernel/bpf/arraymap.c
1439
*insn++ = BPF_MOV64_IMM(ret, 0);
kernel/bpf/arraymap.c
246
*insn++ = BPF_MOV64_IMM(ret, 0);
kernel/bpf/arraymap.c
290
*insn++ = BPF_MOV64_IMM(BPF_REG_0, 0);
kernel/bpf/fixups.c
1670
*patch++ = BPF_MOV64_IMM(insn->dst_reg, 0);
kernel/bpf/fixups.c
1786
insn_buf[4] = BPF_MOV64_IMM(BPF_REG_AX, stack_off_cnt);
kernel/bpf/fixups.c
2114
insn_buf[0] = BPF_MOV64_IMM(BPF_REG_0, (u32)(unsigned long)&cpu_number);
kernel/bpf/fixups.c
2135
insn_buf[0] = BPF_MOV64_IMM(BPF_REG_0, (u32)(unsigned long)&current_task);
kernel/bpf/fixups.c
2157
insn_buf[0] = BPF_MOV64_IMM(BPF_REG_0, nr_args - 1);
kernel/bpf/fixups.c
2170
insn_buf[cnt++] = BPF_MOV64_IMM(BPF_REG_0, 0);
kernel/bpf/fixups.c
2172
insn_buf[cnt++] = BPF_MOV64_IMM(BPF_REG_0, -EINVAL);
kernel/bpf/fixups.c
2199
insn_buf[6] = BPF_MOV64_IMM(BPF_REG_0, 0);
kernel/bpf/fixups.c
2202
insn_buf[0] = BPF_MOV64_IMM(BPF_REG_0, -EOPNOTSUPP);
kernel/bpf/fixups.c
2223
insn_buf[0] = BPF_MOV64_IMM(BPF_REG_0, nr_args - 1);
kernel/bpf/fixups.c
2297
insn_buf[8] = BPF_MOV64_IMM(BPF_REG_0, -EINVAL);
kernel/bpf/fixups.c
2300
insn_buf[10] = BPF_MOV64_IMM(BPF_REG_0, -ENOENT);
kernel/bpf/verifier.c
19623
insn_buf[2] = BPF_MOV64_IMM(node_offset_reg, insn_aux->insert_off);
kernel/bpf/verifier.c
19670
insn_buf[0] = BPF_MOV64_IMM(BPF_REG_1, obj_new_size);
lib/test_bpf.c
1349
insns[i++] = BPF_MOV64_IMM(R0, __LINE__);
lib/test_bpf.c
1354
insns[i++] = BPF_MOV64_IMM(R0, __LINE__);
lib/test_bpf.c
1358
insns[i++] = BPF_MOV64_IMM(R0, 1);
lib/test_bpf.c
1562
insns[i++] = BPF_MOV64_IMM(R0, __LINE__);
lib/test_bpf.c
1567
insns[i++] = BPF_MOV64_IMM(R0, __LINE__);
lib/test_bpf.c
1572
insns[i++] = BPF_MOV64_IMM(R0, 1);
lib/test_bpf.c
1821
insns[i++] = BPF_MOV64_IMM(R0, __LINE__);
lib/test_bpf.c
1825
insns[i++] = BPF_MOV64_IMM(R0, __LINE__);
lib/test_bpf.c
1833
insns[i++] = BPF_MOV64_IMM(R0, __LINE__);
lib/test_bpf.c
1837
insns[i++] = BPF_MOV64_IMM(R0, __LINE__);
lib/test_bpf.c
2132
insn[i++] = BPF_MOV64_IMM(R0, 1);
lib/test_bpf.c
4598
BPF_MOV64_IMM(R0, -1234),
lib/test_bpf.c
4599
BPF_MOV64_IMM(R1, 1),
lib/test_bpf.c
4603
BPF_MOV64_IMM(R2, 1),
lib/test_bpf.c
4610
BPF_MOV64_IMM(R3, 47),
lib/test_bpf.c
4614
BPF_MOV64_IMM(R2, 1),
lib/test_bpf.c
4618
BPF_MOV64_IMM(R4, 4),
lib/test_bpf.c
4622
BPF_MOV64_IMM(R4, 5),
lib/test_bpf.c
4626
BPF_MOV64_IMM(R0, -1),
net/core/filter.c
10067
*insn++ = BPF_MOV64_IMM(si->dst_reg, 0);
net/core/filter.c
10077
*insn++ = BPF_MOV64_IMM(si->dst_reg, 0);
net/core/filter.c
10080
*insn++ = BPF_MOV64_IMM(si->dst_reg, 0);
net/core/filter.c
10409
*insn++ = BPF_MOV64_IMM(si->dst_reg, -1);
net/core/filter.c
10411
*insn++ = BPF_MOV64_IMM(si->dst_reg, -1);
net/core/filter.c
10707
*insn++ = BPF_MOV64_IMM(si->dst_reg, 0); \
net/core/filter.c
10745
*insn++ = BPF_MOV64_IMM(si->dst_reg, 0); \
net/core/filter.c
532
*insn++ = BPF_MOV64_IMM(BPF_REG_ARG4, offset);
net/core/filter.c
9239
*insn++ = BPF_MOV64_IMM(BPF_REG_2, orig->imm);
net/core/filter.c
9831
*insn++ = BPF_MOV64_IMM(value_reg, 0);
net/xdp/xskmap.c
133
*insn++ = BPF_MOV64_IMM(ret, 0);
samples/bpf/cookie_uid_helper_example.c
139
BPF_MOV64_IMM(BPF_REG_4, 0),
samples/bpf/cookie_uid_helper_example.c
149
BPF_MOV64_IMM(BPF_REG_1, 1),
samples/bpf/fds_example.c
53
BPF_MOV64_IMM(BPF_REG_0, 1),
samples/bpf/sock_example.c
57
BPF_MOV64_IMM(BPF_REG_1, 1), /* r1 = 1 */
samples/bpf/sock_example.c
59
BPF_MOV64_IMM(BPF_REG_0, 0), /* r0 = 0 */
tools/bpf/bpftool/common.c
105
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/bpf/bpftool/feature.c
460
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/bpf/bpftool/feature.c
737
insns[i] = BPF_MOV64_IMM(BPF_REG_0, 1);
tools/bpf/bpftool/feature.c
755
BPF_MOV64_IMM(BPF_REG_0, 10),
tools/bpf/bpftool/feature.c
776
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/bpf/bpftool/feature.c
778
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/bpf/bpftool/feature.c
797
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/bpf/bpftool/feature.c
799
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/bpf/bpftool/feature.c
818
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/bpf/bpftool/feature.c
821
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/lib/bpf/features.c
231
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/lib/bpf/features.c
254
BPF_MOV64_IMM(BPF_REG_2, 8), /* r2 = 8 */
tools/lib/bpf/features.c
255
BPF_MOV64_IMM(BPF_REG_3, 0), /* r3 = 0 */
tools/lib/bpf/features.c
26
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/lib/bpf/features.c
268
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/lib/bpf/features.c
335
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/lib/bpf/features.c
371
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/lib/bpf/features.c
52
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/lib/bpf/gen_loader.c
1227
emit(gen, BPF_MOV64_IMM(BPF_REG_2, value_size));
tools/lib/bpf/gen_loader.c
129
emit(gen, BPF_MOV64_IMM(BPF_REG_2, stack_sz));
tools/lib/bpf/gen_loader.c
130
emit(gen, BPF_MOV64_IMM(BPF_REG_3, 0));
tools/lib/bpf/gen_loader.c
279
emit(gen, BPF_MOV64_IMM(BPF_REG_1, cmd));
tools/lib/bpf/gen_loader.c
282
emit(gen, BPF_MOV64_IMM(BPF_REG_3, attr_size));
tools/lib/bpf/gen_loader.c
328
emit(gen, BPF_MOV64_IMM(BPF_REG_2, len));
tools/lib/bpf/gen_loader.c
406
emit(gen, BPF_MOV64_IMM(BPF_REG_0, 0));
tools/lib/bpf/gen_loader.c
615
emit(gen, BPF_MOV64_IMM(BPF_REG_7, -EINVAL));
tools/lib/bpf/gen_loader.c
630
emit(gen, BPF_MOV64_IMM(BPF_REG_7, -EINVAL));
tools/lib/bpf/gen_loader.c
661
emit(gen, BPF_MOV64_IMM(BPF_REG_2, len));
tools/lib/bpf/gen_loader.c
662
emit(gen, BPF_MOV64_IMM(BPF_REG_3, gen->attach_kind));
tools/lib/bpf/gen_loader.c
663
emit(gen, BPF_MOV64_IMM(BPF_REG_4, 0));
tools/lib/bpf/gen_loader.c
735
emit(gen, BPF_MOV64_IMM(BPF_REG_2, len));
tools/lib/bpf/gen_loader.c
736
emit(gen, BPF_MOV64_IMM(BPF_REG_3, relo->kind));
tools/lib/bpf/gen_loader.c
737
emit(gen, BPF_MOV64_IMM(BPF_REG_4, 0));
tools/lib/bpf/gen_loader.c
755
emit(gen, BPF_MOV64_IMM(BPF_REG_2, len));
tools/lib/bpf/gen_loader.c
756
emit(gen, BPF_MOV64_IMM(BPF_REG_3, 0));
tools/lib/bpf/libbpf.c
5171
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/lib/bpf/libbpf_probes.c
208
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/arena_direct_value.c
19
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/bpf_attr_size.c
92
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/bpf_gotox.c
267
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/bpf_gotox.c
418
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/bpf_gotox.c
421
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/bpf_gotox.c
424
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/prog_tests/bpf_gotox.c
427
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/prog_tests/bpf_gotox.c
430
BPF_MOV64_IMM(BPF_REG_0, 4),
tools/testing/selftests/bpf/prog_tests/bpf_gotox.c
433
BPF_MOV64_IMM(BPF_REG_0, 5),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
113
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
115
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
117
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
136
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
141
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
156
BPF_MOV64_IMM(BPF_REG_0, 4),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
157
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
158
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
159
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
160
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
269
BPF_MOV64_IMM(BPF_REG_0, 4),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
270
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
271
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
272
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
326
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
372
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
71
BPF_MOV64_IMM(BPF_REG_0, 4),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
72
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
73
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
74
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
75
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
92
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
94
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/bpf_insn_array.c
96
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
5746
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
5748
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/prog_tests/btf.c
5777
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
5779
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/prog_tests/btf.c
5809
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
5811
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/prog_tests/btf.c
5841
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
5843
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/prog_tests/btf.c
5862
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
5863
BPF_MOV64_IMM(BPF_REG_1, 2),
tools/testing/selftests/bpf/prog_tests/btf.c
5888
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
5889
BPF_MOV64_IMM(BPF_REG_1, 2),
tools/testing/selftests/bpf/prog_tests/btf.c
5944
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
5945
BPF_MOV64_IMM(BPF_REG_1, 2),
tools/testing/selftests/bpf/prog_tests/btf.c
5970
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
5971
BPF_MOV64_IMM(BPF_REG_1, 2),
tools/testing/selftests/bpf/prog_tests/btf.c
5998
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6032
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6064
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6096
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6128
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6161
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6162
BPF_MOV64_IMM(BPF_REG_1, 2),
tools/testing/selftests/bpf/prog_tests/btf.c
6190
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6191
BPF_MOV64_IMM(BPF_REG_1, 2),
tools/testing/selftests/bpf/prog_tests/btf.c
6229
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6233
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6234
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6235
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6236
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6237
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6238
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6239
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6240
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6289
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6293
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
6295
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
6340
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6343
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
6345
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
6385
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6389
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
6391
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
6442
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6446
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
6448
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
6493
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
6496
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/cgroup_attach_autodetach.c
14
BPF_MOV64_IMM(BPF_REG_0, 1), /* r0 = 1 */
tools/testing/selftests/bpf/prog_tests/cgroup_attach_multi.c
47
BPF_MOV64_IMM(BPF_REG_1, val), /* r1 = 1 */
tools/testing/selftests/bpf/prog_tests/cgroup_attach_multi.c
51
BPF_MOV64_IMM(BPF_REG_2, 0),
tools/testing/selftests/bpf/prog_tests/cgroup_attach_multi.c
53
BPF_MOV64_IMM(BPF_REG_1, val),
tools/testing/selftests/bpf/prog_tests/cgroup_attach_multi.c
57
BPF_MOV64_IMM(BPF_REG_2, 0),
tools/testing/selftests/bpf/prog_tests/cgroup_attach_multi.c
63
BPF_MOV64_IMM(BPF_REG_0, verdict), /* r0 = verdict */
tools/testing/selftests/bpf/prog_tests/cgroup_attach_override.c
16
BPF_MOV64_IMM(BPF_REG_0, verdict), /* r0 = verdict */
tools/testing/selftests/bpf/prog_tests/ctx_rewrite.c
738
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/ctx_rewrite.c
755
BPF_MOV64_IMM(BPF_REG_2, 0),
tools/testing/selftests/bpf/prog_tests/ctx_rewrite.c
757
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/ctx_rewrite.c
768
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/fd_array.c
107
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/fexit_bpf2bpf.c
487
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/fexit_stress.c
21
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/flow_dissector_load_bytes.c
11
BPF_MOV64_IMM(BPF_REG_2, 0),
tools/testing/selftests/bpf/prog_tests/flow_dissector_load_bytes.c
16
BPF_MOV64_IMM(BPF_REG_4, 1),
tools/testing/selftests/bpf/prog_tests/flow_dissector_load_bytes.c
22
BPF_MOV64_IMM(BPF_REG_0, BPF_DROP),
tools/testing/selftests/bpf/prog_tests/flow_dissector_load_bytes.c
25
BPF_MOV64_IMM(BPF_REG_0, BPF_OK),
tools/testing/selftests/bpf/prog_tests/flow_dissector_reattach.c
45
BPF_MOV64_IMM(BPF_REG_0, BPF_OK),
tools/testing/selftests/bpf/prog_tests/log_buf.c
148
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/module_fentry_shadow.c
75
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/raw_tp_writable_test_run.c
16
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/prog_tests/raw_tp_writable_test_run.c
35
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
991
emit(BPF_MOV64_IMM(BPF_REG_0, 0));
tools/testing/selftests/bpf/prog_tests/sock_create.c
113
BPF_MOV64_IMM(BPF_REG_3, 666),
tools/testing/selftests/bpf/prog_tests/sock_create.c
120
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sock_create.c
136
BPF_MOV64_IMM(BPF_REG_3, 1),
tools/testing/selftests/bpf/prog_tests/sock_create.c
141
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sock_create.c
157
BPF_MOV64_IMM(BPF_REG_3, 1),
tools/testing/selftests/bpf/prog_tests/sock_create.c
162
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sock_create.c
177
BPF_MOV64_IMM(BPF_REG_0, 1), /* r0 = verdict */
tools/testing/selftests/bpf/prog_tests/sock_create.c
195
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sock_create.c
210
BPF_MOV64_IMM(BPF_REG_0, 1), /* r0 = verdict */
tools/testing/selftests/bpf/prog_tests/sock_create.c
228
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sock_create.c
244
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sock_create.c
32
BPF_MOV64_IMM(BPF_REG_3, 123),
tools/testing/selftests/bpf/prog_tests/sock_create.c
37
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sock_create.c
53
BPF_MOV64_IMM(BPF_REG_3, 123),
tools/testing/selftests/bpf/prog_tests/sock_create.c
58
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sock_create.c
82
BPF_MOV64_IMM(BPF_REG_3, 666),
tools/testing/selftests/bpf/prog_tests/sock_create.c
89
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sock_post_bind.c
114
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sock_post_bind.c
118
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sock_post_bind.c
144
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sock_post_bind.c
148
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sock_post_bind.c
174
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sock_post_bind.c
178
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sock_post_bind.c
205
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sock_post_bind.c
209
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sock_post_bind.c
236
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sock_post_bind.c
240
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sock_post_bind.c
255
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sock_post_bind.c
268
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sock_post_bind.c
36
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sock_post_bind.c
46
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sock_post_bind.c
56
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sock_post_bind.c
66
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sock_post_bind.c
76
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sock_post_bind.c
89
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sockopt.c
117
BPF_MOV64_IMM(BPF_REG_0, 0x80),
tools/testing/selftests/bpf/prog_tests/sockopt.c
121
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
138
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sockopt.c
142
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
146
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sockopt.c
161
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
181
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sockopt.c
185
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
189
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sockopt.c
208
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
222
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
242
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sockopt.c
246
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
250
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sockopt.c
265
BPF_MOV64_IMM(BPF_REG_0, 65),
tools/testing/selftests/bpf/prog_tests/sockopt.c
270
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sockopt.c
275
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
311
BPF_MOV64_IMM(BPF_REG_0, 5),
tools/testing/selftests/bpf/prog_tests/sockopt.c
316
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
333
BPF_MOV64_IMM(BPF_REG_0, 32),
tools/testing/selftests/bpf/prog_tests/sockopt.c
337
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sockopt.c
341
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
356
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
370
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
402
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sockopt.c
407
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
426
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
438
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
450
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
472
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sockopt.c
495
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
512
BPF_MOV64_IMM(BPF_REG_0, -1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
516
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
52
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
520
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sockopt.c
536
BPF_MOV64_IMM(BPF_REG_0, SOL_IP),
tools/testing/selftests/bpf/prog_tests/sockopt.c
540
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
567
BPF_MOV64_IMM(BPF_REG_0, -1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
571
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
575
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sockopt.c
591
BPF_MOV64_IMM(BPF_REG_0, IP_TOS),
tools/testing/selftests/bpf/prog_tests/sockopt.c
595
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
622
BPF_MOV64_IMM(BPF_REG_0, -1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
626
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
630
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sockopt.c
64
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
644
BPF_MOV64_IMM(BPF_REG_0, -1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
648
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
661
BPF_MOV64_IMM(BPF_REG_0, -2),
tools/testing/selftests/bpf/prog_tests/sockopt.c
665
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
680
BPF_MOV64_IMM(BPF_REG_0, 65),
tools/testing/selftests/bpf/prog_tests/sockopt.c
683
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
717
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
755
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
76
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
760
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
781
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sockopt.c
786
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
802
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
814
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
828
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
860
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
865
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sockopt.c
906
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
911
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/sockopt.c
939
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
953
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/sockopt.c
97
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/tc_opts.c
2382
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
101
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1010
BPF_MOV64_IMM(BPF_REG_0,
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1017
BPF_MOV64_IMM(BPF_REG_2, 4),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1020
BPF_MOV64_IMM(BPF_REG_3, 8),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1036
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1040
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1054
BPF_MOV64_IMM(BPF_REG_0,
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1061
BPF_MOV64_IMM(BPF_REG_2, 4),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1064
BPF_MOV64_IMM(BPF_REG_3, 3),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1077
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1081
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1095
BPF_MOV64_IMM(BPF_REG_0,
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1102
BPF_MOV64_IMM(BPF_REG_2, 4),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1105
BPF_MOV64_IMM(BPF_REG_3, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1118
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1122
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1137
BPF_MOV64_IMM(BPF_REG_0,
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1144
BPF_MOV64_IMM(BPF_REG_2, 4),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1147
BPF_MOV64_IMM(BPF_REG_3, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1160
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1164
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1179
BPF_MOV64_IMM(BPF_REG_0,
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1186
BPF_MOV64_IMM(BPF_REG_2, 4),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1189
BPF_MOV64_IMM(BPF_REG_3, 10),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1205
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1209
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1224
BPF_MOV64_IMM(BPF_REG_0,
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
123
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1231
BPF_MOV64_IMM(BPF_REG_2, 4),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1234
BPF_MOV64_IMM(BPF_REG_3, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1250
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1254
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1281
BPF_MOV64_IMM(BPF_REG_2, 19),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1284
BPF_MOV64_IMM(BPF_REG_3, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1301
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1305
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1332
BPF_MOV64_IMM(BPF_REG_2, 19),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1335
BPF_MOV64_IMM(BPF_REG_3, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1348
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
1352
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
137
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
140
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
157
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
161
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
184
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
188
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
201
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
204
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
219
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
225
BPF_MOV64_IMM(BPF_REG_3, 8),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
228
BPF_MOV64_IMM(BPF_REG_4, BPF_F_SYSCTL_BASE_NAME),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
242
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
246
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
260
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
266
BPF_MOV64_IMM(BPF_REG_3, 7),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
269
BPF_MOV64_IMM(BPF_REG_4, BPF_F_SYSCTL_BASE_NAME),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
284
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
288
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
302
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
310
BPF_MOV64_IMM(BPF_REG_3, 17),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
313
BPF_MOV64_IMM(BPF_REG_4, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
339
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
343
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
357
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
364
BPF_MOV64_IMM(BPF_REG_3, 16),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
367
BPF_MOV64_IMM(BPF_REG_4, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
37
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
388
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
392
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
406
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
412
BPF_MOV64_IMM(BPF_REG_3, 7),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
415
BPF_MOV64_IMM(BPF_REG_4, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
430
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
434
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
451
BPF_MOV64_IMM(BPF_REG_3, 8),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
466
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
470
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
48
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
484
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
490
BPF_MOV64_IMM(BPF_REG_3, 7),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
505
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
509
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
523
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
529
BPF_MOV64_IMM(BPF_REG_3, 6),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
544
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
548
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
566
BPF_MOV64_IMM(BPF_REG_3, 8),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
579
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
583
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
59
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
602
BPF_MOV64_IMM(BPF_REG_3, 8),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
616
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
620
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
635
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
641
BPF_MOV64_IMM(BPF_REG_3, 8),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
650
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
654
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
672
BPF_MOV64_IMM(BPF_REG_3, 4),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
686
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
690
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
709
BPF_MOV64_IMM(BPF_REG_3, 24),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
736
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
740
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
755
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
76
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
761
BPF_MOV64_IMM(BPF_REG_3, 3),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
775
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
779
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
794
BPF_MOV64_IMM(BPF_REG_0,
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
80
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
801
BPF_MOV64_IMM(BPF_REG_3, 3),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
810
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
814
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
835
BPF_MOV64_IMM(BPF_REG_3, 3),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
844
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
848
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
863
BPF_MOV64_IMM(BPF_REG_0,
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
870
BPF_MOV64_IMM(BPF_REG_2, 4),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
873
BPF_MOV64_IMM(BPF_REG_3, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
889
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
893
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
914
BPF_MOV64_IMM(BPF_REG_2, 8),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
917
BPF_MOV64_IMM(BPF_REG_3, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
939
BPF_MOV64_IMM(BPF_REG_2, 8),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
943
BPF_MOV64_IMM(BPF_REG_3, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
959
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
963
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
97
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
977
BPF_MOV64_IMM(BPF_REG_0,
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
984
BPF_MOV64_IMM(BPF_REG_2, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
987
BPF_MOV64_IMM(BPF_REG_3, 0),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
996
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/token.c
653
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/unpriv_bpf_disabled.c
128
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/xdp_dev_bound_only.c
10
struct bpf_insn insns[] = { BPF_MOV64_IMM(BPF_REG_0, 0), BPF_EXIT_INSN() };
tools/testing/selftests/bpf/progs/syscall.c
108
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
1655
*insn++ = BPF_MOV64_IMM(BPF_REG_1, 0);
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
1692
*insn++ = BPF_MOV64_IMM(BPF_REG_1, 0);
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
1693
*insn++ = BPF_MOV64_IMM(BPF_REG_6, 0);
tools/testing/selftests/bpf/test_lru_map.c
56
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/test_lru_map.c
58
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/test_verifier.c
203
insn[i++] = BPF_MOV64_IMM(BPF_REG_2, 1);
tools/testing/selftests/bpf/test_verifier.c
204
insn[i++] = BPF_MOV64_IMM(BPF_REG_3, 2);
tools/testing/selftests/bpf/test_verifier.c
360
insn[len - 2] = BPF_MOV64_IMM(BPF_REG_0, 1);
tools/testing/selftests/bpf/test_verifier.c
382
insn[len - 2] = BPF_MOV64_IMM(BPF_REG_0, 2);
tools/testing/selftests/bpf/test_verifier.c
405
insn[i++] = BPF_MOV64_IMM(BPF_REG_0, 3);
tools/testing/selftests/bpf/test_verifier.c
464
BPF_MOV64_IMM(BPF_REG_2, 0), \
tools/testing/selftests/bpf/test_verifier.c
474
BPF_MOV64_IMM(BPF_REG_3, sizeof(struct bpf_sock_tuple)), \
tools/testing/selftests/bpf/test_verifier.c
475
BPF_MOV64_IMM(BPF_REG_4, 0), \
tools/testing/selftests/bpf/test_verifier.c
476
BPF_MOV64_IMM(BPF_REG_5, 0), \
tools/testing/selftests/bpf/test_verifier.c
484
BPF_MOV64_IMM(BPF_REG_0, 0), \
tools/testing/selftests/bpf/test_verifier.c
578
BPF_MOV64_IMM(BPF_REG_0, ret),
tools/testing/selftests/bpf/test_verifier.c
589
BPF_MOV64_IMM(BPF_REG_3, idx),
tools/testing/selftests/bpf/test_verifier.c
593
BPF_MOV64_IMM(BPF_REG_0, ret),
tools/testing/selftests/bpf/testing_helpers.c
264
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_and.c
12
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/atomic_and.c
15
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_and.c
17
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/atomic_and.c
25
BPF_MOV64_IMM(BPF_REG_0, 123),
tools/testing/selftests/bpf/verifier/atomic_and.c
29
BPF_MOV64_IMM(BPF_REG_1, 0x011),
tools/testing/selftests/bpf/verifier/atomic_and.c
33
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/verifier/atomic_and.c
38
BPF_MOV64_IMM(BPF_REG_1, 2),
tools/testing/selftests/bpf/verifier/atomic_and.c
42
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/atomic_and.c
45
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_and.c
54
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_and.c
7
BPF_MOV64_IMM(BPF_REG_1, 0x011),
tools/testing/selftests/bpf/verifier/atomic_and.c
84
BPF_MOV64_IMM(BPF_REG_0, 0x011),
tools/testing/selftests/bpf/verifier/atomic_and.c
88
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/verifier/atomic_and.c
93
BPF_MOV64_IMM(BPF_REG_1, 2),
tools/testing/selftests/bpf/verifier/atomic_and.c
96
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_bounds.c
14
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_bounds.c
17
BPF_MOV64_IMM(BPF_REG_1, 1),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
119
BPF_MOV64_IMM(BPF_REG_1, 1),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
12
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
123
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
126
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
141
BPF_MOV64_IMM(BPF_REG_1, 0),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
146
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
167
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
17
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
186
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
20
BPF_MOV64_IMM(BPF_REG_1, 4),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
207
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
21
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
228
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
25
BPF_MOV64_IMM(BPF_REG_0, 4),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
30
BPF_MOV64_IMM(BPF_REG_0, 5),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
33
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
7
BPF_MOV64_IMM(BPF_REG_1, 4),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
79
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
8
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
90
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
98
BPF_MOV64_IMM(BPF_REG_1, 1),
tools/testing/selftests/bpf/verifier/atomic_fetch.c
103
BPF_MOV64_IMM(src_reg, operand2), \
tools/testing/selftests/bpf/verifier/atomic_fetch.c
108
BPF_MOV64_IMM(BPF_REG_0, 1), \
tools/testing/selftests/bpf/verifier/atomic_fetch.c
113
BPF_MOV64_IMM(BPF_REG_0, 2), \
tools/testing/selftests/bpf/verifier/atomic_fetch.c
116
BPF_MOV64_IMM(BPF_REG_0, 0), \
tools/testing/selftests/bpf/verifier/atomic_fetch.c
17
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_fetch.c
41
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_fetch.c
65
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_fetch.c
88
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_fetch_add.c
12
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/atomic_fetch_add.c
18
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/atomic_fetch_add.c
26
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_fetch_add.c
34
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/atomic_fetch_add.c
4
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_fetch_add.c
40
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/atomic_fetch_add.c
48
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_fetch_add.c
60
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_fetch_add.c
74
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_fetch_add.c
8
BPF_MOV64_IMM(BPF_REG_1, 1),
tools/testing/selftests/bpf/verifier/atomic_fetch_add.c
95
BPF_MOV64_IMM(BPF_REG_3, 1),
tools/testing/selftests/bpf/verifier/atomic_fetch_add.c
98
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_invalid.c
5
BPF_MOV64_IMM(BPF_REG_0, 1), \
tools/testing/selftests/bpf/verifier/atomic_invalid.c
6
BPF_MOV64_IMM(BPF_REG_1, 0), \
tools/testing/selftests/bpf/verifier/atomic_invalid.c
8
BPF_MOV64_IMM(BPF_REG_0, 0), \
tools/testing/selftests/bpf/verifier/atomic_or.c
12
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/atomic_or.c
15
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_or.c
17
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/atomic_or.c
25
BPF_MOV64_IMM(BPF_REG_0, 123),
tools/testing/selftests/bpf/verifier/atomic_or.c
29
BPF_MOV64_IMM(BPF_REG_1, 0x011),
tools/testing/selftests/bpf/verifier/atomic_or.c
33
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/verifier/atomic_or.c
38
BPF_MOV64_IMM(BPF_REG_1, 2),
tools/testing/selftests/bpf/verifier/atomic_or.c
42
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/atomic_or.c
45
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_or.c
54
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_or.c
7
BPF_MOV64_IMM(BPF_REG_1, 0x011),
tools/testing/selftests/bpf/verifier/atomic_or.c
82
BPF_MOV64_IMM(BPF_REG_1, 0),
tools/testing/selftests/bpf/verifier/atomic_or.c
90
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/verifier/atomic_xchg.c
11
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/atomic_xchg.c
16
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/atomic_xchg.c
19
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_xchg.c
7
BPF_MOV64_IMM(BPF_REG_1, 4),
tools/testing/selftests/bpf/verifier/atomic_xor.c
12
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/atomic_xor.c
15
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_xor.c
17
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/atomic_xor.c
25
BPF_MOV64_IMM(BPF_REG_0, 123),
tools/testing/selftests/bpf/verifier/atomic_xor.c
29
BPF_MOV64_IMM(BPF_REG_1, 0x011),
tools/testing/selftests/bpf/verifier/atomic_xor.c
33
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/verifier/atomic_xor.c
38
BPF_MOV64_IMM(BPF_REG_1, 2),
tools/testing/selftests/bpf/verifier/atomic_xor.c
42
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/atomic_xor.c
45
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_xor.c
54
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/atomic_xor.c
7
BPF_MOV64_IMM(BPF_REG_1, 0x011),
tools/testing/selftests/bpf/verifier/basic_instr.c
100
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/basic_instr.c
114
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/basic_instr.c
128
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/basic_instr.c
142
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/basic_instr.c
157
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/basic_instr.c
172
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/basic_instr.c
197
BPF_MOV64_IMM(BPF_REG_2, 0),
tools/testing/selftests/bpf/verifier/basic_instr.c
201
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/basic_instr.c
210
BPF_MOV64_IMM(BPF_REG_3, 0),
tools/testing/selftests/bpf/verifier/basic_instr.c
214
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/basic_instr.c
35
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/basic_instr.c
4
BPF_MOV64_IMM(BPF_REG_1, 1),
tools/testing/selftests/bpf/verifier/basic_instr.c
55
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/basic_instr.c
56
BPF_MOV64_IMM(BPF_REG_1, 5),
tools/testing/selftests/bpf/verifier/basic_instr.c
6
BPF_MOV64_IMM(BPF_REG_2, 3),
tools/testing/selftests/bpf/verifier/basic_instr.c
67
BPF_MOV64_IMM(BPF_REG_1, 15),
tools/testing/selftests/bpf/verifier/basic_instr.c
77
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/basic_instr.c
86
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/basic_instr.c
87
BPF_MOV64_IMM(BPF_REG_1, 5),
tools/testing/selftests/bpf/verifier/bpf_st_mem.c
22
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/bpf_st_mem.c
47
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/bpf_st_mem.c
86
BPF_MOV64_IMM(BPF_REG_0, -1),
tools/testing/selftests/bpf/verifier/bpf_st_mem.c
88
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1049
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1066
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1080
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1103
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1129
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1171
BPF_MOV64_IMM(BPF_REG_1, 0),
tools/testing/selftests/bpf/verifier/calls.c
1173
BPF_MOV64_IMM(BPF_REG_1, 1),
tools/testing/selftests/bpf/verifier/calls.c
1175
BPF_MOV64_IMM(BPF_REG_1, 1),
tools/testing/selftests/bpf/verifier/calls.c
1177
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1246
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1257
BPF_MOV64_IMM(BPF_REG_1, 0),
tools/testing/selftests/bpf/verifier/calls.c
1263
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
130
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1308
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1324
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1341
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1402
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1431
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
144
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1455
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1472
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
15
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
150
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1505
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1509
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
1526
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1559
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1563
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
1584
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1597
BPF_MOV64_IMM(BPF_REG_8, 0),
tools/testing/selftests/bpf/verifier/calls.c
1601
BPF_MOV64_IMM(BPF_REG_8, 1),
tools/testing/selftests/bpf/verifier/calls.c
1610
BPF_MOV64_IMM(BPF_REG_9, 0),
tools/testing/selftests/bpf/verifier/calls.c
1614
BPF_MOV64_IMM(BPF_REG_9, 1),
tools/testing/selftests/bpf/verifier/calls.c
1656
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1669
BPF_MOV64_IMM(BPF_REG_8, 0),
tools/testing/selftests/bpf/verifier/calls.c
1673
BPF_MOV64_IMM(BPF_REG_8, 1),
tools/testing/selftests/bpf/verifier/calls.c
1682
BPF_MOV64_IMM(BPF_REG_9, 0),
tools/testing/selftests/bpf/verifier/calls.c
1686
BPF_MOV64_IMM(BPF_REG_9, 1),
tools/testing/selftests/bpf/verifier/calls.c
1726
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1739
BPF_MOV64_IMM(BPF_REG_8, 0),
tools/testing/selftests/bpf/verifier/calls.c
174
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1743
BPF_MOV64_IMM(BPF_REG_8, 1),
tools/testing/selftests/bpf/verifier/calls.c
1751
BPF_MOV64_IMM(BPF_REG_9, 0), // 26
tools/testing/selftests/bpf/verifier/calls.c
1755
BPF_MOV64_IMM(BPF_REG_9, 1),
tools/testing/selftests/bpf/verifier/calls.c
177
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1797
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
18
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
1812
BPF_MOV64_IMM(BPF_REG_8, 0),
tools/testing/selftests/bpf/verifier/calls.c
1814
BPF_MOV64_IMM(BPF_REG_8, 1),
tools/testing/selftests/bpf/verifier/calls.c
1824
BPF_MOV64_IMM(BPF_REG_9, 0),
tools/testing/selftests/bpf/verifier/calls.c
1826
BPF_MOV64_IMM(BPF_REG_9, 1),
tools/testing/selftests/bpf/verifier/calls.c
1866
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1881
BPF_MOV64_IMM(BPF_REG_8, 0),
tools/testing/selftests/bpf/verifier/calls.c
1883
BPF_MOV64_IMM(BPF_REG_8, 1),
tools/testing/selftests/bpf/verifier/calls.c
1893
BPF_MOV64_IMM(BPF_REG_9, 0),
tools/testing/selftests/bpf/verifier/calls.c
1895
BPF_MOV64_IMM(BPF_REG_9, 1),
tools/testing/selftests/bpf/verifier/calls.c
2008
BPF_MOV64_IMM(BPF_REG_5, 0),
tools/testing/selftests/bpf/verifier/calls.c
2010
BPF_MOV64_IMM(BPF_REG_5, 1),
tools/testing/selftests/bpf/verifier/calls.c
203
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
2044
BPF_MOV64_IMM(BPF_REG_5, 0),
tools/testing/selftests/bpf/verifier/calls.c
2046
BPF_MOV64_IMM(BPF_REG_5, 1),
tools/testing/selftests/bpf/verifier/calls.c
207
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
2076
BPF_MOV64_IMM(BPF_REG_5, 0),
tools/testing/selftests/bpf/verifier/calls.c
2080
BPF_MOV64_IMM(BPF_REG_5, 1),
tools/testing/selftests/bpf/verifier/calls.c
211
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
2112
BPF_MOV64_IMM(BPF_REG_5, 0),
tools/testing/selftests/bpf/verifier/calls.c
2116
BPF_MOV64_IMM(BPF_REG_5, 1),
tools/testing/selftests/bpf/verifier/calls.c
2131
BPF_MOV64_IMM(BPF_REG_2, 0),
tools/testing/selftests/bpf/verifier/calls.c
2147
BPF_MOV64_IMM(BPF_REG_5, 0),
tools/testing/selftests/bpf/verifier/calls.c
2151
BPF_MOV64_IMM(BPF_REG_5, 1),
tools/testing/selftests/bpf/verifier/calls.c
2189
BPF_MOV64_IMM(BPF_REG_5, 0),
tools/testing/selftests/bpf/verifier/calls.c
2193
BPF_MOV64_IMM(BPF_REG_5, 1),
tools/testing/selftests/bpf/verifier/calls.c
2230
BPF_MOV64_IMM(BPF_REG_5, 0),
tools/testing/selftests/bpf/verifier/calls.c
2234
BPF_MOV64_IMM(BPF_REG_5, 1),
tools/testing/selftests/bpf/verifier/calls.c
2249
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
2300
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
2320
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
2337
BPF_MOV64_IMM(BPF_REG_8, 0),
tools/testing/selftests/bpf/verifier/calls.c
2339
BPF_MOV64_IMM(BPF_REG_8, 1),
tools/testing/selftests/bpf/verifier/calls.c
2344
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
2358
BPF_MOV64_IMM(BPF_REG_8, 0),
tools/testing/selftests/bpf/verifier/calls.c
2360
BPF_MOV64_IMM(BPF_REG_8, 1),
tools/testing/selftests/bpf/verifier/calls.c
2362
BPF_MOV64_IMM(BPF_REG_9, 0),
tools/testing/selftests/bpf/verifier/calls.c
2364
BPF_MOV64_IMM(BPF_REG_9, 1),
tools/testing/selftests/bpf/verifier/calls.c
2369
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
239
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
2410
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
2450
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
266
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
295
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
297
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/calls.c
307
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
309
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/calls.c
329
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
354
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
378
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
404
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
419
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
430
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
441
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
443
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/calls.c
454
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
468
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
470
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/calls.c
484
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
486
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/calls.c
488
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/verifier/calls.c
5
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
501
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
503
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
505
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/verifier/calls.c
521
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
523
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
525
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/verifier/calls.c
538
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
540
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
542
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/verifier/calls.c
570
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/calls.c
662
BPF_MOV64_IMM(BPF_REG_2, 0),
tools/testing/selftests/bpf/verifier/calls.c
685
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
687
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
728
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/calls.c
747
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/calls.c
759
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/calls.c
761
BPF_MOV64_IMM(BPF_REG_0, 43),
tools/testing/selftests/bpf/verifier/calls.c
773
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/calls.c
775
BPF_MOV64_IMM(BPF_REG_0, 43),
tools/testing/selftests/bpf/verifier/calls.c
837
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
839
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
874
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
888
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
903
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
915
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
929
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
931
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
932
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
954
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/verifier/calls.c
955
BPF_MOV64_IMM(BPF_REG_3, 2),
tools/testing/selftests/bpf/verifier/ctx_sk_lookup.c
470
BPF_MOV64_IMM(BPF_REG_0, 0xcafe4a11U),
tools/testing/selftests/bpf/verifier/ctx_sk_lookup.c
483
BPF_MOV64_IMM(BPF_REG_0, 0xcafe4a11U),
tools/testing/selftests/bpf/verifier/ctx_sk_lookup.c
496
BPF_MOV64_IMM(BPF_REG_0, 0xcafe4a11U),
tools/testing/selftests/bpf/verifier/ctx_sk_lookup.c
509
BPF_MOV64_IMM(BPF_REG_0, 0xcafe4a11U),
tools/testing/selftests/bpf/verifier/ctx_sk_lookup.c
522
BPF_MOV64_IMM(BPF_REG_0, 0xcafe4a11U),
tools/testing/selftests/bpf/verifier/ctx_skb.c
1007
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
1018
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
1029
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
1038
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
1041
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
1054
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
1065
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
1078
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
1089
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
1098
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
1101
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
1114
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
1161
BPF_MOV64_IMM(BPF_REG_1, 0), // 4. r1 = 0
tools/testing/selftests/bpf/verifier/ctx_skb.c
1167
BPF_MOV64_IMM(BPF_REG_0, 0), // 10. r0 = 0
tools/testing/selftests/bpf/verifier/ctx_skb.c
1183
BPF_MOV64_IMM(BPF_REG_1, 0), // 4. r1 = 0
tools/testing/selftests/bpf/verifier/ctx_skb.c
1189
BPF_MOV64_IMM(BPF_REG_0, 0), // 10. r0 = 0
tools/testing/selftests/bpf/verifier/ctx_skb.c
284
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
296
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
307
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
326
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
343
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
363
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
394
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
482
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
493
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
504
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
519
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
529
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
539
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
554
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
566
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
614
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
626
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
637
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
648
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
663
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
678
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
695
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
712
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
724
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
752
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
764
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
776
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
788
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
800
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
816
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
828
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
840
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
851
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
862
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
873
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
884
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
90
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
953
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
971
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
982
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
991
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ctx_skb.c
994
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/dead_code.c
104
BPF_MOV64_IMM(BPF_REG_0, 12),
tools/testing/selftests/bpf/verifier/dead_code.c
115
BPF_MOV64_IMM(BPF_REG_1, 7),
tools/testing/selftests/bpf/verifier/dead_code.c
118
BPF_MOV64_IMM(BPF_REG_0, 12),
tools/testing/selftests/bpf/verifier/dead_code.c
120
BPF_MOV64_IMM(BPF_REG_0, 7),
tools/testing/selftests/bpf/verifier/dead_code.c
133
BPF_MOV64_IMM(BPF_REG_1, 2),
tools/testing/selftests/bpf/verifier/dead_code.c
135
BPF_MOV64_IMM(BPF_REG_1, 5),
tools/testing/selftests/bpf/verifier/dead_code.c
149
BPF_MOV64_IMM(BPF_REG_1, 2),
tools/testing/selftests/bpf/verifier/dead_code.c
164
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/dead_code.c
18
BPF_MOV64_IMM(BPF_REG_0, 7),
tools/testing/selftests/bpf/verifier/dead_code.c
33
BPF_MOV64_IMM(BPF_REG_0, 7),
tools/testing/selftests/bpf/verifier/dead_code.c
35
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/dead_code.c
44
BPF_MOV64_IMM(BPF_REG_0, 7),
tools/testing/selftests/bpf/verifier/dead_code.c
55
BPF_MOV64_IMM(BPF_REG_0, 7),
tools/testing/selftests/bpf/verifier/dead_code.c
58
BPF_MOV64_IMM(BPF_REG_0, 12),
tools/testing/selftests/bpf/verifier/dead_code.c
67
BPF_MOV64_IMM(BPF_REG_0, 7),
tools/testing/selftests/bpf/verifier/dead_code.c
72
BPF_MOV64_IMM(BPF_REG_0, 12),
tools/testing/selftests/bpf/verifier/dead_code.c
8
BPF_MOV64_IMM(BPF_REG_0, 7),
tools/testing/selftests/bpf/verifier/dead_code.c
81
BPF_MOV64_IMM(BPF_REG_0, 7),
tools/testing/selftests/bpf/verifier/dead_code.c
86
BPF_MOV64_IMM(BPF_REG_0, 12),
tools/testing/selftests/bpf/verifier/dead_code.c
97
BPF_MOV64_IMM(BPF_REG_0, 7),
tools/testing/selftests/bpf/verifier/direct_value_access.c
101
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
113
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
125
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
137
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
149
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
16
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
161
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
175
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
189
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
204
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
219
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
231
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
243
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
255
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
266
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
277
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
28
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
288
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
299
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
310
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
321
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
332
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
343
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
4
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
40
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
52
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
64
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
77
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/direct_value_access.c
89
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/event_output.c
28
BPF_MOV64_IMM(BPF_REG_2, 5), \
tools/testing/selftests/bpf/verifier/event_output.c
33
BPF_MOV64_IMM(BPF_REG_3, 0), \
tools/testing/selftests/bpf/verifier/event_output.c
34
BPF_MOV64_IMM(BPF_REG_5, 8), \
tools/testing/selftests/bpf/verifier/event_output.c
37
BPF_MOV64_IMM(BPF_REG_0, 1), \
tools/testing/selftests/bpf/verifier/jit.c
103
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
108
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
114
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
121
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
123
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jit.c
137
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
142
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
147
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
153
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
160
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
164
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
168
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
17
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jit.c
170
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jit.c
182
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
186
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
189
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jit.c
26
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
27
BPF_MOV64_IMM(BPF_REG_4, 1),
tools/testing/selftests/bpf/verifier/jit.c
28
BPF_MOV64_IMM(BPF_REG_1, 0xff),
tools/testing/selftests/bpf/verifier/jit.c
4
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
41
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jit.c
5
BPF_MOV64_IMM(BPF_REG_1, 0xff),
tools/testing/selftests/bpf/verifier/jit.c
50
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jit.c
55
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
64
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
68
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jit.c
82
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
87
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
92
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jit.c
98
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jmp32.c
100
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jmp32.c
124
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jmp32.c
13
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jmp32.c
147
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/jmp32.c
164
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jmp32.c
188
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jmp32.c
211
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/jmp32.c
45
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jmp32.c
67
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/jmp32.c
73
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jmp32.c
83
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/jmp32.c
867
BPF_MOV64_IMM(BPF_REG_6, 563),
tools/testing/selftests/bpf/verifier/jmp32.c
868
BPF_MOV64_IMM(BPF_REG_2, 0),
tools/testing/selftests/bpf/verifier/jmp32.c
874
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jmp32.c
878
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jset.c
140
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/jset.c
151
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/jset.c
27
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jset.c
67
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jset.c
79
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jset.c
92
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/jump.c
133
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/jump.c
150
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/jump.c
156
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/jump.c
162
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/jump.c
168
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/jump.c
174
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/jump.c
18
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/jump.c
184
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jump.c
185
BPF_MOV64_IMM(BPF_REG_1, 2),
tools/testing/selftests/bpf/verifier/jump.c
187
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jump.c
214
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jump.c
216
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/verifier/jump.c
219
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
220
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
221
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
222
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
223
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
224
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
225
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
226
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
227
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
228
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
229
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
230
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
231
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
232
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
233
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
234
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
243
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jump.c
244
BPF_MOV64_IMM(BPF_REG_1, 2),
tools/testing/selftests/bpf/verifier/jump.c
246
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/verifier/jump.c
249
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
250
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
251
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
252
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
253
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
254
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
255
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
256
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
257
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
258
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
259
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
260
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
261
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
262
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
263
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
264
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
273
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jump.c
275
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/verifier/jump.c
278
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
279
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
280
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
281
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
282
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
283
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
284
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
285
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
286
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
287
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
288
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
289
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
290
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
291
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
292
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
293
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
304
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jump.c
306
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/verifier/jump.c
309
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
310
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
311
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
312
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
313
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
314
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
315
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
316
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
317
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
318
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
319
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
320
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
321
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
322
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
323
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
324
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
335
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jump.c
337
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/verifier/jump.c
339
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/verifier/jump.c
341
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jump.c
343
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
344
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
345
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
346
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
347
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
348
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
349
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
350
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
351
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
352
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
353
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
354
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
355
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
356
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
357
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
358
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
359
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
360
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
361
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
362
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
363
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
364
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
365
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
366
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
367
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
368
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/jump.c
379
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/jump.c
380
BPF_MOV64_IMM(BPF_REG_3, 0),
tools/testing/selftests/bpf/verifier/jump.c
389
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/jump.c
46
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ld_abs.c
17
BPF_MOV64_IMM(BPF_REG_2, 0),
tools/testing/selftests/bpf/verifier/ld_abs.c
256
BPF_MOV64_IMM(BPF_REG_6, 0),
tools/testing/selftests/bpf/verifier/ld_abs.c
258
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/verifier/ld_abs.c
259
BPF_MOV64_IMM(BPF_REG_3, 2),
tools/testing/selftests/bpf/verifier/ld_abs.c
266
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/ld_abs.c
29
BPF_MOV64_IMM(BPF_REG_3, 0),
tools/testing/selftests/bpf/verifier/ld_abs.c
41
BPF_MOV64_IMM(BPF_REG_4, 0),
tools/testing/selftests/bpf/verifier/ld_abs.c
5
BPF_MOV64_IMM(BPF_REG_1, 0),
tools/testing/selftests/bpf/verifier/ld_abs.c
53
BPF_MOV64_IMM(BPF_REG_5, 0),
tools/testing/selftests/bpf/verifier/ld_abs.c
65
BPF_MOV64_IMM(BPF_REG_7, 0),
tools/testing/selftests/bpf/verifier/ld_abs.c
80
BPF_MOV64_IMM(BPF_REG_6, 0),
tools/testing/selftests/bpf/verifier/ld_abs.c
82
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/verifier/ld_abs.c
83
BPF_MOV64_IMM(BPF_REG_3, 2),
tools/testing/selftests/bpf/verifier/ld_abs.c
89
BPF_MOV64_IMM(BPF_REG_0, 42),
tools/testing/selftests/bpf/verifier/ld_imm64.c
115
BPF_MOV64_IMM(BPF_REG_1, 0),
tools/testing/selftests/bpf/verifier/ld_imm64.c
126
BPF_MOV64_IMM(BPF_REG_1, 0),
tools/testing/selftests/bpf/verifier/ld_imm64.c
137
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/ld_imm64.c
9
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/verifier/map_kptr.c
112
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
134
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
164
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
188
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
209
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
232
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
256
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
277
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
283
BPF_MOV64_IMM(BPF_REG_2, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
285
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
29
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
301
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
306
BPF_MOV64_IMM(BPF_REG_1, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
323
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
331
BPF_MOV64_IMM(BPF_REG_2, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
354
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
370
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
388
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
409
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
429
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
49
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
80
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
9
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/map_kptr.c
96
BPF_MOV64_IMM(BPF_REG_2, 0),
tools/testing/selftests/bpf/verifier/perf_event_sample_period.c
20
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/perf_event_sample_period.c
36
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/perf_event_sample_period.c
4
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/perf_event_sample_period.c
52
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/precise.c
121
BPF_MOV64_IMM(BPF_REG_8, 0),
tools/testing/selftests/bpf/verifier/precise.c
123
BPF_MOV64_IMM(BPF_REG_8, 1),
tools/testing/selftests/bpf/verifier/precise.c
125
BPF_MOV64_IMM(BPF_REG_9, 0),
tools/testing/selftests/bpf/verifier/precise.c
127
BPF_MOV64_IMM(BPF_REG_9, 1),
tools/testing/selftests/bpf/verifier/precise.c
132
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/precise.c
150
BPF_MOV64_IMM(BPF_REG_0, -1),
tools/testing/selftests/bpf/verifier/precise.c
179
BPF_MOV64_IMM(BPF_REG_0, -1),
tools/testing/selftests/bpf/verifier/precise.c
210
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/verifier/precise.c
211
BPF_MOV64_IMM(BPF_REG_3, 0),
tools/testing/selftests/bpf/verifier/precise.c
213
BPF_MOV64_IMM(BPF_REG_2, 0x1000),
tools/testing/selftests/bpf/verifier/precise.c
220
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/precise.c
33
BPF_MOV64_IMM(BPF_REG_3, 0),
tools/testing/selftests/bpf/verifier/precise.c
4
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/precise.c
63
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/precise.c
92
BPF_MOV64_IMM(BPF_REG_3, 0),
tools/testing/selftests/bpf/verifier/sleepable.c
17
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/sleepable.c
30
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/sleepable.c
4
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/sleepable.c
43
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/sleepable.c
56
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/sleepable.c
69
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/sleepable.c
81
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/sleepable.c
94
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/wide_access.c
49
BPF_MOV64_IMM(BPF_REG_0, 1), \
tools/testing/selftests/bpf/verifier/wide_access.c
5
BPF_MOV64_IMM(BPF_REG_0, 1), \
tools/testing/selftests/bpf/xskxceiver.c
301
BPF_MOV64_IMM(BPF_REG_0, XDP_PASS),