Symbol: BPF_MOV64_IMM
kernel/bpf/arraymap.c
1439
*insn++ = BPF_MOV64_IMM(ret, 0);
kernel/bpf/arraymap.c
248
*insn++ = BPF_MOV64_IMM(ret, 0);
kernel/bpf/arraymap.c
292
*insn++ = BPF_MOV64_IMM(BPF_REG_0, 0);
kernel/bpf/verifier.c
23221
insn_buf[2] = BPF_MOV64_IMM(node_offset_reg, insn_aux->insert_off);
kernel/bpf/verifier.c
23269
insn_buf[0] = BPF_MOV64_IMM(BPF_REG_1, obj_new_size);
kernel/bpf/verifier.c
23586
*patch++ = BPF_MOV64_IMM(insn->dst_reg, 0);
kernel/bpf/verifier.c
23702
insn_buf[4] = BPF_MOV64_IMM(BPF_REG_AX, stack_off_cnt);
kernel/bpf/verifier.c
23879
insn_buf[0] = BPF_MOV64_IMM(BPF_REG_5, (__force __s32)GFP_ATOMIC);
kernel/bpf/verifier.c
23881
insn_buf[0] = BPF_MOV64_IMM(BPF_REG_5, (__force __s32)GFP_KERNEL);
kernel/bpf/verifier.c
24048
insn_buf[0] = BPF_MOV64_IMM(BPF_REG_0, (u32)(unsigned long)&cpu_number);
kernel/bpf/verifier.c
24069
insn_buf[0] = BPF_MOV64_IMM(BPF_REG_0, (u32)(unsigned long)&current_task);
kernel/bpf/verifier.c
24091
insn_buf[0] = BPF_MOV64_IMM(BPF_REG_0, nr_args - 1);
kernel/bpf/verifier.c
24104
insn_buf[cnt++] = BPF_MOV64_IMM(BPF_REG_0, 0);
kernel/bpf/verifier.c
24106
insn_buf[cnt++] = BPF_MOV64_IMM(BPF_REG_0, -EINVAL);
kernel/bpf/verifier.c
24131
insn_buf[6] = BPF_MOV64_IMM(BPF_REG_0, 0);
kernel/bpf/verifier.c
24134
insn_buf[0] = BPF_MOV64_IMM(BPF_REG_0, -EOPNOTSUPP);
kernel/bpf/verifier.c
24155
insn_buf[0] = BPF_MOV64_IMM(BPF_REG_0, nr_args - 1);
kernel/bpf/verifier.c
24229
insn_buf[8] = BPF_MOV64_IMM(BPF_REG_0, -EINVAL);
kernel/bpf/verifier.c
24232
insn_buf[10] = BPF_MOV64_IMM(BPF_REG_0, -ENOENT);
lib/test_bpf.c
1276
insns[i++] = BPF_MOV64_IMM(R0, __LINE__);
lib/test_bpf.c
1281
insns[i++] = BPF_MOV64_IMM(R0, __LINE__);
lib/test_bpf.c
1285
insns[i++] = BPF_MOV64_IMM(R0, 1);
lib/test_bpf.c
1467
insns[i++] = BPF_MOV64_IMM(R0, __LINE__);
lib/test_bpf.c
1472
insns[i++] = BPF_MOV64_IMM(R0, __LINE__);
lib/test_bpf.c
1477
insns[i++] = BPF_MOV64_IMM(R0, 1);
lib/test_bpf.c
1726
insns[i++] = BPF_MOV64_IMM(R0, __LINE__);
lib/test_bpf.c
1730
insns[i++] = BPF_MOV64_IMM(R0, __LINE__);
lib/test_bpf.c
1738
insns[i++] = BPF_MOV64_IMM(R0, __LINE__);
lib/test_bpf.c
1742
insns[i++] = BPF_MOV64_IMM(R0, __LINE__);
lib/test_bpf.c
2037
insn[i++] = BPF_MOV64_IMM(R0, 1);
lib/test_bpf.c
4503
BPF_MOV64_IMM(R0, -1234),
lib/test_bpf.c
4504
BPF_MOV64_IMM(R1, 1),
lib/test_bpf.c
4508
BPF_MOV64_IMM(R2, 1),
lib/test_bpf.c
4515
BPF_MOV64_IMM(R3, 47),
lib/test_bpf.c
4519
BPF_MOV64_IMM(R2, 1),
lib/test_bpf.c
4523
BPF_MOV64_IMM(R4, 4),
lib/test_bpf.c
4527
BPF_MOV64_IMM(R4, 5),
lib/test_bpf.c
4531
BPF_MOV64_IMM(R0, -1),
net/core/filter.c
10290
*insn++ = BPF_MOV64_IMM(si->dst_reg, -1);
net/core/filter.c
10292
*insn++ = BPF_MOV64_IMM(si->dst_reg, -1);
net/core/filter.c
537
*insn++ = BPF_MOV64_IMM(BPF_REG_ARG4, offset);
net/core/filter.c
9120
*insn++ = BPF_MOV64_IMM(BPF_REG_2, orig->imm);
net/core/filter.c
9712
*insn++ = BPF_MOV64_IMM(value_reg, 0);
net/core/filter.c
9948
*insn++ = BPF_MOV64_IMM(si->dst_reg, 0);
net/core/filter.c
9958
*insn++ = BPF_MOV64_IMM(si->dst_reg, 0);
net/core/filter.c
9961
*insn++ = BPF_MOV64_IMM(si->dst_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
1187
emit(gen, BPF_MOV64_IMM(BPF_REG_2, value_size));
tools/lib/bpf/gen_loader.c
127
emit(gen, BPF_MOV64_IMM(BPF_REG_2, stack_sz));
tools/lib/bpf/gen_loader.c
128
emit(gen, BPF_MOV64_IMM(BPF_REG_3, 0));
tools/lib/bpf/gen_loader.c
271
emit(gen, BPF_MOV64_IMM(BPF_REG_1, cmd));
tools/lib/bpf/gen_loader.c
274
emit(gen, BPF_MOV64_IMM(BPF_REG_3, attr_size));
tools/lib/bpf/gen_loader.c
321
emit(gen, BPF_MOV64_IMM(BPF_REG_2, len));
tools/lib/bpf/gen_loader.c
399
emit(gen, BPF_MOV64_IMM(BPF_REG_0, 0));
tools/lib/bpf/gen_loader.c
597
emit(gen, BPF_MOV64_IMM(BPF_REG_7, -EINVAL));
tools/lib/bpf/gen_loader.c
629
emit(gen, BPF_MOV64_IMM(BPF_REG_2, len));
tools/lib/bpf/gen_loader.c
630
emit(gen, BPF_MOV64_IMM(BPF_REG_3, gen->attach_kind));
tools/lib/bpf/gen_loader.c
631
emit(gen, BPF_MOV64_IMM(BPF_REG_4, 0));
tools/lib/bpf/gen_loader.c
703
emit(gen, BPF_MOV64_IMM(BPF_REG_2, len));
tools/lib/bpf/gen_loader.c
704
emit(gen, BPF_MOV64_IMM(BPF_REG_3, relo->kind));
tools/lib/bpf/gen_loader.c
705
emit(gen, BPF_MOV64_IMM(BPF_REG_4, 0));
tools/lib/bpf/gen_loader.c
723
emit(gen, BPF_MOV64_IMM(BPF_REG_2, len));
tools/lib/bpf/gen_loader.c
724
emit(gen, BPF_MOV64_IMM(BPF_REG_3, 0));
tools/lib/bpf/libbpf.c
5120
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/align.c
113
BPF_MOV64_IMM(BPF_REG_3, 7),
tools/testing/selftests/bpf/prog_tests/align.c
117
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/align.c
160
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/align.c
193
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/align.c
216
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/align.c
233
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/align.c
294
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/align.c
33
BPF_MOV64_IMM(BPF_REG_3, 2),
tools/testing/selftests/bpf/prog_tests/align.c
34
BPF_MOV64_IMM(BPF_REG_3, 4),
tools/testing/selftests/bpf/prog_tests/align.c
35
BPF_MOV64_IMM(BPF_REG_3, 8),
tools/testing/selftests/bpf/prog_tests/align.c
36
BPF_MOV64_IMM(BPF_REG_3, 16),
tools/testing/selftests/bpf/prog_tests/align.c
37
BPF_MOV64_IMM(BPF_REG_3, 32),
tools/testing/selftests/bpf/prog_tests/align.c
38
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/align.c
392
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/align.c
436
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/align.c
55
BPF_MOV64_IMM(BPF_REG_3, 1),
tools/testing/selftests/bpf/prog_tests/align.c
61
BPF_MOV64_IMM(BPF_REG_4, 32),
tools/testing/selftests/bpf/prog_tests/align.c
66
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/align.c
89
BPF_MOV64_IMM(BPF_REG_3, 4),
tools/testing/selftests/bpf/prog_tests/align.c
92
BPF_MOV64_IMM(BPF_REG_4, 8),
tools/testing/selftests/bpf/prog_tests/align.c
95
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
388
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/bpf_gotox.c
391
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/bpf_gotox.c
394
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/prog_tests/bpf_gotox.c
397
BPF_MOV64_IMM(BPF_REG_0, 3),
tools/testing/selftests/bpf/prog_tests/bpf_gotox.c
400
BPF_MOV64_IMM(BPF_REG_0, 4),
tools/testing/selftests/bpf/prog_tests/bpf_gotox.c
403
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
5717
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
5719
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/prog_tests/btf.c
5748
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
5750
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/prog_tests/btf.c
5780
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
5782
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/prog_tests/btf.c
5812
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
5814
BPF_MOV64_IMM(BPF_REG_0, 2),
tools/testing/selftests/bpf/prog_tests/btf.c
5833
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
5834
BPF_MOV64_IMM(BPF_REG_1, 2),
tools/testing/selftests/bpf/prog_tests/btf.c
5859
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
5860
BPF_MOV64_IMM(BPF_REG_1, 2),
tools/testing/selftests/bpf/prog_tests/btf.c
5915
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
5916
BPF_MOV64_IMM(BPF_REG_1, 2),
tools/testing/selftests/bpf/prog_tests/btf.c
5941
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
5942
BPF_MOV64_IMM(BPF_REG_1, 2),
tools/testing/selftests/bpf/prog_tests/btf.c
5969
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6003
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6035
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6067
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6099
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6132
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6133
BPF_MOV64_IMM(BPF_REG_1, 2),
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
6200
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6204
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6205
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6206
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6207
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6208
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6209
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6210
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6211
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6260
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6264
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
6266
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
6311
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6314
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
6316
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
6356
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6360
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
6362
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
6413
BPF_MOV64_IMM(BPF_REG_2, 1),
tools/testing/selftests/bpf/prog_tests/btf.c
6417
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
6419
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
6464
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/btf.c
6467
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
739
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/ctx_rewrite.c
756
BPF_MOV64_IMM(BPF_REG_2, 0),
tools/testing/selftests/bpf/prog_tests/ctx_rewrite.c
758
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/ctx_rewrite.c
769
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
467
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
923
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
647
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/prog_tests/unpriv_bpf_disabled.c
147
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
1510
*insn++ = BPF_MOV64_IMM(BPF_REG_1, 0);
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
1547
*insn++ = BPF_MOV64_IMM(BPF_REG_1, 0);
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
1548
*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
262
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
1222
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1233
BPF_MOV64_IMM(BPF_REG_1, 0),
tools/testing/selftests/bpf/verifier/calls.c
1239
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1260
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1276
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1293
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
1354
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1383
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1407
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1424
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
1457
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1461
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
1478
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
1511
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1515
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
1535
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1548
BPF_MOV64_IMM(BPF_REG_8, 0),
tools/testing/selftests/bpf/verifier/calls.c
1552
BPF_MOV64_IMM(BPF_REG_8, 1),
tools/testing/selftests/bpf/verifier/calls.c
1561
BPF_MOV64_IMM(BPF_REG_9, 0),
tools/testing/selftests/bpf/verifier/calls.c
1565
BPF_MOV64_IMM(BPF_REG_9, 1),
tools/testing/selftests/bpf/verifier/calls.c
1607
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1620
BPF_MOV64_IMM(BPF_REG_8, 0),
tools/testing/selftests/bpf/verifier/calls.c
1624
BPF_MOV64_IMM(BPF_REG_8, 1),
tools/testing/selftests/bpf/verifier/calls.c
1633
BPF_MOV64_IMM(BPF_REG_9, 0),
tools/testing/selftests/bpf/verifier/calls.c
1637
BPF_MOV64_IMM(BPF_REG_9, 1),
tools/testing/selftests/bpf/verifier/calls.c
1677
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1690
BPF_MOV64_IMM(BPF_REG_8, 0),
tools/testing/selftests/bpf/verifier/calls.c
1694
BPF_MOV64_IMM(BPF_REG_8, 1),
tools/testing/selftests/bpf/verifier/calls.c
1702
BPF_MOV64_IMM(BPF_REG_9, 0), // 26
tools/testing/selftests/bpf/verifier/calls.c
1706
BPF_MOV64_IMM(BPF_REG_9, 1),
tools/testing/selftests/bpf/verifier/calls.c
174
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1748
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1763
BPF_MOV64_IMM(BPF_REG_8, 0),
tools/testing/selftests/bpf/verifier/calls.c
1765
BPF_MOV64_IMM(BPF_REG_8, 1),
tools/testing/selftests/bpf/verifier/calls.c
177
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1775
BPF_MOV64_IMM(BPF_REG_9, 0),
tools/testing/selftests/bpf/verifier/calls.c
1777
BPF_MOV64_IMM(BPF_REG_9, 1),
tools/testing/selftests/bpf/verifier/calls.c
18
BPF_MOV64_IMM(BPF_REG_0, 1),
tools/testing/selftests/bpf/verifier/calls.c
1817
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
1832
BPF_MOV64_IMM(BPF_REG_8, 0),
tools/testing/selftests/bpf/verifier/calls.c
1834
BPF_MOV64_IMM(BPF_REG_8, 1),
tools/testing/selftests/bpf/verifier/calls.c
1844
BPF_MOV64_IMM(BPF_REG_9, 0),
tools/testing/selftests/bpf/verifier/calls.c
1846
BPF_MOV64_IMM(BPF_REG_9, 1),
tools/testing/selftests/bpf/verifier/calls.c
1959
BPF_MOV64_IMM(BPF_REG_5, 0),
tools/testing/selftests/bpf/verifier/calls.c
1961
BPF_MOV64_IMM(BPF_REG_5, 1),
tools/testing/selftests/bpf/verifier/calls.c
1995
BPF_MOV64_IMM(BPF_REG_5, 0),
tools/testing/selftests/bpf/verifier/calls.c
1997
BPF_MOV64_IMM(BPF_REG_5, 1),
tools/testing/selftests/bpf/verifier/calls.c
2027
BPF_MOV64_IMM(BPF_REG_5, 0),
tools/testing/selftests/bpf/verifier/calls.c
203
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
2031
BPF_MOV64_IMM(BPF_REG_5, 1),
tools/testing/selftests/bpf/verifier/calls.c
2063
BPF_MOV64_IMM(BPF_REG_5, 0),
tools/testing/selftests/bpf/verifier/calls.c
2067
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
2082
BPF_MOV64_IMM(BPF_REG_2, 0),
tools/testing/selftests/bpf/verifier/calls.c
2098
BPF_MOV64_IMM(BPF_REG_5, 0),
tools/testing/selftests/bpf/verifier/calls.c
2102
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
2140
BPF_MOV64_IMM(BPF_REG_5, 0),
tools/testing/selftests/bpf/verifier/calls.c
2144
BPF_MOV64_IMM(BPF_REG_5, 1),
tools/testing/selftests/bpf/verifier/calls.c
2181
BPF_MOV64_IMM(BPF_REG_5, 0),
tools/testing/selftests/bpf/verifier/calls.c
2185
BPF_MOV64_IMM(BPF_REG_5, 1),
tools/testing/selftests/bpf/verifier/calls.c
2200
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
2251
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
2271
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
2288
BPF_MOV64_IMM(BPF_REG_8, 0),
tools/testing/selftests/bpf/verifier/calls.c
2290
BPF_MOV64_IMM(BPF_REG_8, 1),
tools/testing/selftests/bpf/verifier/calls.c
2295
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
2309
BPF_MOV64_IMM(BPF_REG_8, 0),
tools/testing/selftests/bpf/verifier/calls.c
2311
BPF_MOV64_IMM(BPF_REG_8, 1),
tools/testing/selftests/bpf/verifier/calls.c
2313
BPF_MOV64_IMM(BPF_REG_9, 0),
tools/testing/selftests/bpf/verifier/calls.c
2315
BPF_MOV64_IMM(BPF_REG_9, 1),
tools/testing/selftests/bpf/verifier/calls.c
2320
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
2361
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
2401
BPF_MOV64_IMM(BPF_REG_0, 0),
tools/testing/selftests/bpf/verifier/calls.c
2420
BPF_MOV64_IMM(BPF_REG_2, 20),
tools/testing/selftests/bpf/verifier/calls.c
2421
BPF_MOV64_IMM(BPF_REG_3, 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/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
300
BPF_MOV64_IMM(BPF_REG_0, XDP_PASS),