Home
last modified time | relevance | path

Searched refs:__xlated (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_bpf_fastcall.c15 __xlated("4: r5 = 5")
16 __xlated("5: r0 = ")
17 __xlated("6: r0 = &(void __percpu *)(r0)")
18 __xlated("7: r0 = *(u32 *)(r0 +0)")
19 __xlated("8: exit")
65 __xlated("0: r1 = 1")
66 __xlated("1: call bpf_get_smp_processor_id")
67 __xlated("2: exit")
84 __xlated("1: r0 = &(void __percpu *)(r0)")
85 __xlated("...")
[all …]
H A Dpro_epilogue_goto_start.c14 __xlated("0: r6 = *(u64 *)(r1 +0)")
15 __xlated("1: r7 = *(u64 *)(r6 +0)")
16 __xlated("2: r7 += 1000")
17 __xlated("3: *(u64 *)(r6 +0) = r7")
19 __xlated("4: if r1 == 0x0 goto pc+5")
20 __xlated("5: if r1 == 0x1 goto pc+2")
21 __xlated("6: r1 = 1")
22 __xlated("7: goto pc-3")
23 __xlated("8: r1 = 0")
24 __xlated("9: goto pc-6")
[all …]
H A Dverifier_sdiv.c778 __xlated("0: r2 = 0x8000000000000000")
779 __xlated("2: r3 = -1")
780 __xlated("3: r4 = r2")
781 __xlated("4: r12 = r3")
782 __xlated("5: r12 += 1")
783 __xlated("6: if r12 > 0x1 goto pc+4")
784 __xlated("7: if r12 == 0x0 goto pc+1")
785 __xlated("8: r2 = 0")
786 __xlated("9: r2 = -r2")
787 __xlated("1
[all...]
H A Dpro_epilogue.c25 __xlated("0: r6 = *(u64 *)(r1 +0)")
26 __xlated("1: r7 = *(u64 *)(r6 +0)")
27 __xlated("2: r7 += 1000")
28 __xlated("3: *(u64 *)(r6 +0) = r7")
30 __xlated("4: r1 = *(u64 *)(r1 +0)")
31 __xlated("5: r6 = r1")
32 __xlated("6: call kernel-function")
33 __xlated("7: r1 = r6")
34 __xlated("8: call pc+1")
35 __xlated("9: exit")
[all …]
H A Depilogue_exit.c14 __xlated("0: *(u64 *)(r10 -8) = r1")
16 __xlated("1: r1 = *(u64 *)(r1 +0)")
17 __xlated("2: r2 = *(u64 *)(r1 +0)")
18 __xlated("3: r3 = 0")
19 __xlated("4: r4 = 1")
20 __xlated("5: if r2 == 0x0 goto pc+10")
21 __xlated("6: r0 = 0")
22 __xlated("7: *(u64 *)(r1 +0) = r3")
24 __xlated("8: r1 = *(u64 *)(r10 -8)")
25 __xlated("9: r1 = *(u64 *)(r1 +0)")
[all …]
H A Dverifier_may_goto_1.c16 __xlated("0: r0 = 1")
17 __xlated("1: exit")
38 __xlated("0: r0 = 1")
39 __xlated("1: exit")
62 __xlated("0: r0 = 1")
63 __xlated("1: exit")
90 __xlated("0: *(u64 *)(r10 -16) = 65535")
91 __xlated("1: *(u64 *)(r10 -8) = 0")
92 __xlated("2: r12 = *(u64 *)(r10 -16)")
93 __xlated("3: if r12 == 0x0 goto pc+6")
[all …]
H A Dverifier_zext.c331 __xlated("7: w1 = w0")
332 __xlated("8: w1 = w1")
333 __xlated("9: w1 += 8")
334 __xlated("10: w1 = w1")
335 __xlated("11: w2 = w1")
336 __xlated("12: w2 = w2")
337 __xlated("13: *(u64 *)(r1 +0) = r2")
365 __xlated("3: r1 = *(u64 *)(r0 +0)")
366 __xlated("4: r2 = *(u32 *)(r0 +0)")
367 __xlated("5: w2 = w2")
[all …]
H A Diters.c105 __xlated("r6 = r10")
106 __xlated("r6 += -8")
107 __xlated("call unknown")
108 __xlated("r3 = r0")
109 __xlated("r3 &= 65535")
110 __xlated("r1 = r6")
111 __xlated("r2 = 0")
113 __xlated("if w2 s> w3 goto pc+8")
114 __xlated("w0 = w3")
115 __xlated("w0 -= w2")
[all …]
H A Dverifier_scalar_ids.c887 __xlated("call unknown") in __flag()
888 __xlated("r0 &= 2147483647") in __flag()
889 __xlated("w1 = w0") in __flag()
894 __xlated("w1 = w1") in __flag()
896 __xlated("if w0 < 0xa goto pc+0") in __flag()
897 __xlated("r1 >>= 32") in __flag()
898 __xlated("r0 = r1") in __flag()
899 __xlated("exit") in __flag()
H A Dbpf_misc.h137 #define __xlated(msg) __test_tag("test_expect_xlated=" msg) macro