Home
last modified time | relevance | path

Searched refs:__xlated_unpriv (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_unpriv.c578 __xlated_unpriv("if r0 == 0x0 goto pc+2")
579 __xlated_unpriv("nospec") /* inserted to prevent `R7 invalid mem access 'scalar'` */
580 __xlated_unpriv("goto pc-1") /* sanitized dead code */
581 __xlated_unpriv("exit")
751 __xlated_unpriv("if r0 != 0x1 goto pc+2")
758 __xlated_unpriv("nospec")
759 __xlated_unpriv("r9 = *(u8 *)(r6 +0)")
809 __xlated_unpriv("r1 = 0x2020200005642020") /* should not matter */
810 __xlated_unpriv("*(u64 *)(r10 -8) = r1")
811 __xlated_unpriv("nospe
[all...]
H A Dverifier_bounds.c627 __xlated_unpriv("goto pc+2")
628 __xlated_unpriv("nospec") /* inserted to prevent `R0 invalid mem access 'scalar'` */
629 __xlated_unpriv("goto pc-1") /* sanitized dead code */
630 __xlated_unpriv("exit")
656 __xlated_unpriv("goto pc+2")
657 __xlated_unpriv("nospec") /* inserted to prevent `R0 invalid mem access 'scalar'` */
658 __xlated_unpriv("goto pc-1") /* sanitized dead code */
659 __xlated_unpriv("exit")
710 __xlated_unpriv("if r1 != 0x0 goto pc+2")
711 __xlated_unpriv("nospe
[all...]
H A Dverifier_and.c91 __xlated_unpriv("if w0 < 0x1 goto pc+2")
92 __xlated_unpriv("nospec") /* inserted to prevent `R1 !read_ok'` */
93 __xlated_unpriv("goto pc-1") /* `r1 = *(u32*)(r1 + 512)`, sanitized dead code */
94 __xlated_unpriv("r0 = 0")
H A Dverifier_value_ptr_arith.c1316 __xlated_unpriv("r1 &= 7")
1317 __xlated_unpriv("nospec") /* inserted to prevent `R0 pointer arithmetic of map value goes out of range` */
1318 __xlated_unpriv("r0 -= r1")
H A Dbpf_misc.h41 * __xlated_unpriv Same as __xlated but for unprivileged mode.
124 #define __xlated_unpriv(msg) __attribute__((btf_decl_tag("comment:test_expect_xlated_unpriv=" XSTR(__COUNTER__) "=" msg))) macro