Lines Matching defs:self

90 static int bpf_fill_maxinsns1(struct bpf_test *self)  in bpf_fill_maxinsns1()
110 static int bpf_fill_maxinsns2(struct bpf_test *self) in bpf_fill_maxinsns2()
129 static int bpf_fill_maxinsns3(struct bpf_test *self) in bpf_fill_maxinsns3()
156 static int bpf_fill_maxinsns4(struct bpf_test *self) in bpf_fill_maxinsns4()
175 static int bpf_fill_maxinsns5(struct bpf_test *self) in bpf_fill_maxinsns5()
198 static int bpf_fill_maxinsns6(struct bpf_test *self) in bpf_fill_maxinsns6()
220 static int bpf_fill_maxinsns7(struct bpf_test *self) in bpf_fill_maxinsns7()
246 static int bpf_fill_maxinsns8(struct bpf_test *self) in bpf_fill_maxinsns8()
269 static int bpf_fill_maxinsns9(struct bpf_test *self) in bpf_fill_maxinsns9()
295 static int bpf_fill_maxinsns10(struct bpf_test *self) in bpf_fill_maxinsns10()
320 static int __bpf_fill_ja(struct bpf_test *self, unsigned int len, in __bpf_fill_ja()
349 static int bpf_fill_maxinsns11(struct bpf_test *self) in bpf_fill_maxinsns11()
355 static int bpf_fill_maxinsns12(struct bpf_test *self) in bpf_fill_maxinsns12()
378 static int bpf_fill_maxinsns13(struct bpf_test *self) in bpf_fill_maxinsns13()
401 static int bpf_fill_ja(struct bpf_test *self) in bpf_fill_ja()
407 static int bpf_fill_ld_abs_get_processor_id(struct bpf_test *self) in bpf_fill_ld_abs_get_processor_id()
431 static int __bpf_fill_stxdw(struct bpf_test *self, int size) in __bpf_fill_stxdw()
457 static int bpf_fill_stxw(struct bpf_test *self) in bpf_fill_stxw()
462 static int bpf_fill_stxdw(struct bpf_test *self) in bpf_fill_stxdw()
481 static int __bpf_fill_max_jmp(struct bpf_test *self, int jmp, int imm, bool alu32) in __bpf_fill_max_jmp()
519 static int bpf_fill_max_jmp_taken_32(struct bpf_test *self) in bpf_fill_max_jmp_taken_32()
524 static int bpf_fill_max_jmp_taken(struct bpf_test *self) in bpf_fill_max_jmp_taken()
530 static int bpf_fill_max_jmp_not_taken_32(struct bpf_test *self) in bpf_fill_max_jmp_not_taken_32()
535 static int bpf_fill_max_jmp_not_taken(struct bpf_test *self) in bpf_fill_max_jmp_not_taken()
541 static int bpf_fill_max_jmp_always_taken_32(struct bpf_test *self) in bpf_fill_max_jmp_always_taken_32()
546 static int bpf_fill_max_jmp_always_taken(struct bpf_test *self) in bpf_fill_max_jmp_always_taken()
552 static int bpf_fill_max_jmp_never_taken_32(struct bpf_test *self) in bpf_fill_max_jmp_never_taken_32()
557 static int bpf_fill_max_jmp_never_taken(struct bpf_test *self) in bpf_fill_max_jmp_never_taken()
614 static int __bpf_fill_alu_shift(struct bpf_test *self, u8 op, in __bpf_fill_alu_shift()
689 static int bpf_fill_alu64_lsh_imm(struct bpf_test *self) in bpf_fill_alu64_lsh_imm()
694 static int bpf_fill_alu64_rsh_imm(struct bpf_test *self) in bpf_fill_alu64_rsh_imm()
699 static int bpf_fill_alu64_arsh_imm(struct bpf_test *self) in bpf_fill_alu64_arsh_imm()
704 static int bpf_fill_alu64_lsh_reg(struct bpf_test *self) in bpf_fill_alu64_lsh_reg()
709 static int bpf_fill_alu64_rsh_reg(struct bpf_test *self) in bpf_fill_alu64_rsh_reg()
714 static int bpf_fill_alu64_arsh_reg(struct bpf_test *self) in bpf_fill_alu64_arsh_reg()
719 static int bpf_fill_alu32_lsh_imm(struct bpf_test *self) in bpf_fill_alu32_lsh_imm()
724 static int bpf_fill_alu32_rsh_imm(struct bpf_test *self) in bpf_fill_alu32_rsh_imm()
729 static int bpf_fill_alu32_arsh_imm(struct bpf_test *self) in bpf_fill_alu32_arsh_imm()
734 static int bpf_fill_alu32_lsh_reg(struct bpf_test *self) in bpf_fill_alu32_lsh_reg()
739 static int bpf_fill_alu32_rsh_reg(struct bpf_test *self) in bpf_fill_alu32_rsh_reg()
744 static int bpf_fill_alu32_arsh_reg(struct bpf_test *self) in bpf_fill_alu32_arsh_reg()
753 static int __bpf_fill_alu_shift_same_reg(struct bpf_test *self, u8 op, in __bpf_fill_alu_shift_same_reg()
799 static int bpf_fill_alu64_lsh_same_reg(struct bpf_test *self) in bpf_fill_alu64_lsh_same_reg()
804 static int bpf_fill_alu64_rsh_same_reg(struct bpf_test *self) in bpf_fill_alu64_rsh_same_reg()
809 static int bpf_fill_alu64_arsh_same_reg(struct bpf_test *self) in bpf_fill_alu64_arsh_same_reg()
814 static int bpf_fill_alu32_lsh_same_reg(struct bpf_test *self) in bpf_fill_alu32_lsh_same_reg()
819 static int bpf_fill_alu32_rsh_same_reg(struct bpf_test *self) in bpf_fill_alu32_rsh_same_reg()
824 static int bpf_fill_alu32_arsh_same_reg(struct bpf_test *self) in bpf_fill_alu32_arsh_same_reg()
841 static int __bpf_fill_pattern(struct bpf_test *self, void *arg, in __bpf_fill_pattern()
936 static int __bpf_emit_alu64_imm(struct bpf_test *self, void *arg, in __bpf_emit_alu64_imm()
957 static int __bpf_emit_alu32_imm(struct bpf_test *self, void *arg, in __bpf_emit_alu32_imm()
978 static int __bpf_emit_alu64_reg(struct bpf_test *self, void *arg, in __bpf_emit_alu64_reg()
1000 static int __bpf_emit_alu32_reg(struct bpf_test *self, void *arg, in __bpf_emit_alu32_reg()
1022 static int __bpf_fill_alu64_imm(struct bpf_test *self, int op) in __bpf_fill_alu64_imm()
1029 static int __bpf_fill_alu32_imm(struct bpf_test *self, int op) in __bpf_fill_alu32_imm()
1036 static int __bpf_fill_alu64_reg(struct bpf_test *self, int op) in __bpf_fill_alu64_reg()
1043 static int __bpf_fill_alu32_reg(struct bpf_test *self, int op) in __bpf_fill_alu32_reg()
1051 static int bpf_fill_alu64_mov_imm(struct bpf_test *self) in bpf_fill_alu64_mov_imm()
1056 static int bpf_fill_alu64_and_imm(struct bpf_test *self) in bpf_fill_alu64_and_imm()
1061 static int bpf_fill_alu64_or_imm(struct bpf_test *self) in bpf_fill_alu64_or_imm()
1066 static int bpf_fill_alu64_xor_imm(struct bpf_test *self) in bpf_fill_alu64_xor_imm()
1071 static int bpf_fill_alu64_add_imm(struct bpf_test *self) in bpf_fill_alu64_add_imm()
1076 static int bpf_fill_alu64_sub_imm(struct bpf_test *self) in bpf_fill_alu64_sub_imm()
1081 static int bpf_fill_alu64_mul_imm(struct bpf_test *self) in bpf_fill_alu64_mul_imm()
1086 static int bpf_fill_alu64_div_imm(struct bpf_test *self) in bpf_fill_alu64_div_imm()
1091 static int bpf_fill_alu64_mod_imm(struct bpf_test *self) in bpf_fill_alu64_mod_imm()
1097 static int bpf_fill_alu32_mov_imm(struct bpf_test *self) in bpf_fill_alu32_mov_imm()
1102 static int bpf_fill_alu32_and_imm(struct bpf_test *self) in bpf_fill_alu32_and_imm()
1107 static int bpf_fill_alu32_or_imm(struct bpf_test *self) in bpf_fill_alu32_or_imm()
1112 static int bpf_fill_alu32_xor_imm(struct bpf_test *self) in bpf_fill_alu32_xor_imm()
1117 static int bpf_fill_alu32_add_imm(struct bpf_test *self) in bpf_fill_alu32_add_imm()
1122 static int bpf_fill_alu32_sub_imm(struct bpf_test *self) in bpf_fill_alu32_sub_imm()
1127 static int bpf_fill_alu32_mul_imm(struct bpf_test *self) in bpf_fill_alu32_mul_imm()
1132 static int bpf_fill_alu32_div_imm(struct bpf_test *self) in bpf_fill_alu32_div_imm()
1137 static int bpf_fill_alu32_mod_imm(struct bpf_test *self) in bpf_fill_alu32_mod_imm()
1143 static int bpf_fill_alu64_mov_reg(struct bpf_test *self) in bpf_fill_alu64_mov_reg()
1148 static int bpf_fill_alu64_and_reg(struct bpf_test *self) in bpf_fill_alu64_and_reg()
1153 static int bpf_fill_alu64_or_reg(struct bpf_test *self) in bpf_fill_alu64_or_reg()
1158 static int bpf_fill_alu64_xor_reg(struct bpf_test *self) in bpf_fill_alu64_xor_reg()
1163 static int bpf_fill_alu64_add_reg(struct bpf_test *self) in bpf_fill_alu64_add_reg()
1168 static int bpf_fill_alu64_sub_reg(struct bpf_test *self) in bpf_fill_alu64_sub_reg()
1173 static int bpf_fill_alu64_mul_reg(struct bpf_test *self) in bpf_fill_alu64_mul_reg()
1178 static int bpf_fill_alu64_div_reg(struct bpf_test *self) in bpf_fill_alu64_div_reg()
1183 static int bpf_fill_alu64_mod_reg(struct bpf_test *self) in bpf_fill_alu64_mod_reg()
1189 static int bpf_fill_alu32_mov_reg(struct bpf_test *self) in bpf_fill_alu32_mov_reg()
1194 static int bpf_fill_alu32_and_reg(struct bpf_test *self) in bpf_fill_alu32_and_reg()
1199 static int bpf_fill_alu32_or_reg(struct bpf_test *self) in bpf_fill_alu32_or_reg()
1204 static int bpf_fill_alu32_xor_reg(struct bpf_test *self) in bpf_fill_alu32_xor_reg()
1209 static int bpf_fill_alu32_add_reg(struct bpf_test *self) in bpf_fill_alu32_add_reg()
1214 static int bpf_fill_alu32_sub_reg(struct bpf_test *self) in bpf_fill_alu32_sub_reg()
1219 static int bpf_fill_alu32_mul_reg(struct bpf_test *self) in bpf_fill_alu32_mul_reg()
1224 static int bpf_fill_alu32_div_reg(struct bpf_test *self) in bpf_fill_alu32_div_reg()
1229 static int bpf_fill_alu32_mod_reg(struct bpf_test *self) in bpf_fill_alu32_mod_reg()
1238 static int __bpf_fill_alu_imm_regs(struct bpf_test *self, u8 op, bool alu32) in __bpf_fill_alu_imm_regs()
1296 static int bpf_fill_alu64_mov_imm_regs(struct bpf_test *self) in bpf_fill_alu64_mov_imm_regs()
1301 static int bpf_fill_alu64_and_imm_regs(struct bpf_test *self) in bpf_fill_alu64_and_imm_regs()
1306 static int bpf_fill_alu64_or_imm_regs(struct bpf_test *self) in bpf_fill_alu64_or_imm_regs()
1311 static int bpf_fill_alu64_xor_imm_regs(struct bpf_test *self) in bpf_fill_alu64_xor_imm_regs()
1316 static int bpf_fill_alu64_lsh_imm_regs(struct bpf_test *self) in bpf_fill_alu64_lsh_imm_regs()
1321 static int bpf_fill_alu64_rsh_imm_regs(struct bpf_test *self) in bpf_fill_alu64_rsh_imm_regs()
1326 static int bpf_fill_alu64_arsh_imm_regs(struct bpf_test *self) in bpf_fill_alu64_arsh_imm_regs()
1331 static int bpf_fill_alu64_add_imm_regs(struct bpf_test *self) in bpf_fill_alu64_add_imm_regs()
1336 static int bpf_fill_alu64_sub_imm_regs(struct bpf_test *self) in bpf_fill_alu64_sub_imm_regs()
1341 static int bpf_fill_alu64_mul_imm_regs(struct bpf_test *self) in bpf_fill_alu64_mul_imm_regs()
1346 static int bpf_fill_alu64_div_imm_regs(struct bpf_test *self) in bpf_fill_alu64_div_imm_regs()
1351 static int bpf_fill_alu64_mod_imm_regs(struct bpf_test *self) in bpf_fill_alu64_mod_imm_regs()
1357 static int bpf_fill_alu32_mov_imm_regs(struct bpf_test *self) in bpf_fill_alu32_mov_imm_regs()
1362 static int bpf_fill_alu32_and_imm_regs(struct bpf_test *self) in bpf_fill_alu32_and_imm_regs()
1367 static int bpf_fill_alu32_or_imm_regs(struct bpf_test *self) in bpf_fill_alu32_or_imm_regs()
1372 static int bpf_fill_alu32_xor_imm_regs(struct bpf_test *self) in bpf_fill_alu32_xor_imm_regs()
1377 static int bpf_fill_alu32_lsh_imm_regs(struct bpf_test *self) in bpf_fill_alu32_lsh_imm_regs()
1382 static int bpf_fill_alu32_rsh_imm_regs(struct bpf_test *self) in bpf_fill_alu32_rsh_imm_regs()
1387 static int bpf_fill_alu32_arsh_imm_regs(struct bpf_test *self) in bpf_fill_alu32_arsh_imm_regs()
1392 static int bpf_fill_alu32_add_imm_regs(struct bpf_test *self) in bpf_fill_alu32_add_imm_regs()
1397 static int bpf_fill_alu32_sub_imm_regs(struct bpf_test *self) in bpf_fill_alu32_sub_imm_regs()
1402 static int bpf_fill_alu32_mul_imm_regs(struct bpf_test *self) in bpf_fill_alu32_mul_imm_regs()
1407 static int bpf_fill_alu32_div_imm_regs(struct bpf_test *self) in bpf_fill_alu32_div_imm_regs()
1412 static int bpf_fill_alu32_mod_imm_regs(struct bpf_test *self) in bpf_fill_alu32_mod_imm_regs()
1421 static int __bpf_fill_alu_reg_pairs(struct bpf_test *self, u8 op, bool alu32) in __bpf_fill_alu_reg_pairs()
1488 static int bpf_fill_alu64_mov_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_mov_reg_pairs()
1493 static int bpf_fill_alu64_and_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_and_reg_pairs()
1498 static int bpf_fill_alu64_or_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_or_reg_pairs()
1503 static int bpf_fill_alu64_xor_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_xor_reg_pairs()
1508 static int bpf_fill_alu64_lsh_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_lsh_reg_pairs()
1513 static int bpf_fill_alu64_rsh_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_rsh_reg_pairs()
1518 static int bpf_fill_alu64_arsh_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_arsh_reg_pairs()
1523 static int bpf_fill_alu64_add_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_add_reg_pairs()
1528 static int bpf_fill_alu64_sub_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_sub_reg_pairs()
1533 static int bpf_fill_alu64_mul_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_mul_reg_pairs()
1538 static int bpf_fill_alu64_div_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_div_reg_pairs()
1543 static int bpf_fill_alu64_mod_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_mod_reg_pairs()
1549 static int bpf_fill_alu32_mov_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_mov_reg_pairs()
1554 static int bpf_fill_alu32_and_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_and_reg_pairs()
1559 static int bpf_fill_alu32_or_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_or_reg_pairs()
1564 static int bpf_fill_alu32_xor_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_xor_reg_pairs()
1569 static int bpf_fill_alu32_lsh_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_lsh_reg_pairs()
1574 static int bpf_fill_alu32_rsh_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_rsh_reg_pairs()
1579 static int bpf_fill_alu32_arsh_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_arsh_reg_pairs()
1584 static int bpf_fill_alu32_add_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_add_reg_pairs()
1589 static int bpf_fill_alu32_sub_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_sub_reg_pairs()
1594 static int bpf_fill_alu32_mul_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_mul_reg_pairs()
1599 static int bpf_fill_alu32_div_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_div_reg_pairs()
1604 static int bpf_fill_alu32_mod_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_mod_reg_pairs()
1614 static int __bpf_emit_atomic64(struct bpf_test *self, void *arg, in __bpf_emit_atomic64()
1661 static int __bpf_emit_atomic32(struct bpf_test *self, void *arg, in __bpf_emit_atomic32()
1708 static int __bpf_emit_cmpxchg64(struct bpf_test *self, void *arg, in __bpf_emit_cmpxchg64()
1748 static int __bpf_emit_cmpxchg32(struct bpf_test *self, void *arg, in __bpf_emit_cmpxchg32()
1791 static int __bpf_fill_atomic64(struct bpf_test *self, int op) in __bpf_fill_atomic64()
1798 static int __bpf_fill_atomic32(struct bpf_test *self, int op) in __bpf_fill_atomic32()
1806 static int bpf_fill_atomic64_add(struct bpf_test *self) in bpf_fill_atomic64_add()
1811 static int bpf_fill_atomic64_and(struct bpf_test *self) in bpf_fill_atomic64_and()
1816 static int bpf_fill_atomic64_or(struct bpf_test *self) in bpf_fill_atomic64_or()
1821 static int bpf_fill_atomic64_xor(struct bpf_test *self) in bpf_fill_atomic64_xor()
1826 static int bpf_fill_atomic64_add_fetch(struct bpf_test *self) in bpf_fill_atomic64_add_fetch()
1831 static int bpf_fill_atomic64_and_fetch(struct bpf_test *self) in bpf_fill_atomic64_and_fetch()
1836 static int bpf_fill_atomic64_or_fetch(struct bpf_test *self) in bpf_fill_atomic64_or_fetch()
1841 static int bpf_fill_atomic64_xor_fetch(struct bpf_test *self) in bpf_fill_atomic64_xor_fetch()
1846 static int bpf_fill_atomic64_xchg(struct bpf_test *self) in bpf_fill_atomic64_xchg()
1851 static int bpf_fill_cmpxchg64(struct bpf_test *self) in bpf_fill_cmpxchg64()
1858 static int bpf_fill_atomic32_add(struct bpf_test *self) in bpf_fill_atomic32_add()
1863 static int bpf_fill_atomic32_and(struct bpf_test *self) in bpf_fill_atomic32_and()
1868 static int bpf_fill_atomic32_or(struct bpf_test *self) in bpf_fill_atomic32_or()
1873 static int bpf_fill_atomic32_xor(struct bpf_test *self) in bpf_fill_atomic32_xor()
1878 static int bpf_fill_atomic32_add_fetch(struct bpf_test *self) in bpf_fill_atomic32_add_fetch()
1883 static int bpf_fill_atomic32_and_fetch(struct bpf_test *self) in bpf_fill_atomic32_and_fetch()
1888 static int bpf_fill_atomic32_or_fetch(struct bpf_test *self) in bpf_fill_atomic32_or_fetch()
1893 static int bpf_fill_atomic32_xor_fetch(struct bpf_test *self) in bpf_fill_atomic32_xor_fetch()
1898 static int bpf_fill_atomic32_xchg(struct bpf_test *self) in bpf_fill_atomic32_xchg()
1903 static int bpf_fill_cmpxchg32(struct bpf_test *self) in bpf_fill_cmpxchg32()
1913 static int __bpf_fill_atomic_reg_pairs(struct bpf_test *self, u8 width, u8 op) in __bpf_fill_atomic_reg_pairs()
2048 static int bpf_fill_atomic64_add_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_add_reg_pairs()
2053 static int bpf_fill_atomic64_and_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_and_reg_pairs()
2058 static int bpf_fill_atomic64_or_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_or_reg_pairs()
2063 static int bpf_fill_atomic64_xor_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_xor_reg_pairs()
2068 static int bpf_fill_atomic64_add_fetch_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_add_fetch_reg_pairs()
2073 static int bpf_fill_atomic64_and_fetch_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_and_fetch_reg_pairs()
2078 static int bpf_fill_atomic64_or_fetch_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_or_fetch_reg_pairs()
2083 static int bpf_fill_atomic64_xor_fetch_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_xor_fetch_reg_pairs()
2088 static int bpf_fill_atomic64_xchg_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_xchg_reg_pairs()
2093 static int bpf_fill_atomic64_cmpxchg_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_cmpxchg_reg_pairs()
2099 static int bpf_fill_atomic32_add_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_add_reg_pairs()
2104 static int bpf_fill_atomic32_and_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_and_reg_pairs()
2109 static int bpf_fill_atomic32_or_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_or_reg_pairs()
2114 static int bpf_fill_atomic32_xor_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_xor_reg_pairs()
2119 static int bpf_fill_atomic32_add_fetch_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_add_fetch_reg_pairs()
2124 static int bpf_fill_atomic32_and_fetch_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_and_fetch_reg_pairs()
2129 static int bpf_fill_atomic32_or_fetch_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_or_fetch_reg_pairs()
2134 static int bpf_fill_atomic32_xor_fetch_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_xor_fetch_reg_pairs()
2139 static int bpf_fill_atomic32_xchg_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_xchg_reg_pairs()
2144 static int bpf_fill_atomic32_cmpxchg_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_cmpxchg_reg_pairs()
2158 static int bpf_fill_ld_imm64_magn(struct bpf_test *self) in bpf_fill_ld_imm64_magn()
2210 static int __bpf_fill_ld_imm64_bytes(struct bpf_test *self, in __bpf_fill_ld_imm64_bytes()
2266 static int bpf_fill_ld_imm64_checker(struct bpf_test *self) in bpf_fill_ld_imm64_checker()
2271 static int bpf_fill_ld_imm64_pos_neg(struct bpf_test *self) in bpf_fill_ld_imm64_pos_neg()
2276 static int bpf_fill_ld_imm64_pos_zero(struct bpf_test *self) in bpf_fill_ld_imm64_pos_zero()
2281 static int bpf_fill_ld_imm64_neg_zero(struct bpf_test *self) in bpf_fill_ld_imm64_neg_zero()
2322 static int __bpf_emit_jmp_imm(struct bpf_test *self, void *arg, in __bpf_emit_jmp_imm()
2345 static int __bpf_emit_jmp32_imm(struct bpf_test *self, void *arg, in __bpf_emit_jmp32_imm()
2366 static int __bpf_emit_jmp_reg(struct bpf_test *self, void *arg, in __bpf_emit_jmp_reg()
2388 static int __bpf_emit_jmp32_reg(struct bpf_test *self, void *arg, in __bpf_emit_jmp32_reg()
2410 static int __bpf_fill_jmp_imm(struct bpf_test *self, int op) in __bpf_fill_jmp_imm()
2417 static int __bpf_fill_jmp32_imm(struct bpf_test *self, int op) in __bpf_fill_jmp32_imm()
2424 static int __bpf_fill_jmp_reg(struct bpf_test *self, int op) in __bpf_fill_jmp_reg()
2431 static int __bpf_fill_jmp32_reg(struct bpf_test *self, int op) in __bpf_fill_jmp32_reg()
2439 static int bpf_fill_jmp_jset_imm(struct bpf_test *self) in bpf_fill_jmp_jset_imm()
2444 static int bpf_fill_jmp_jeq_imm(struct bpf_test *self) in bpf_fill_jmp_jeq_imm()
2449 static int bpf_fill_jmp_jne_imm(struct bpf_test *self) in bpf_fill_jmp_jne_imm()
2454 static int bpf_fill_jmp_jgt_imm(struct bpf_test *self) in bpf_fill_jmp_jgt_imm()
2459 static int bpf_fill_jmp_jge_imm(struct bpf_test *self) in bpf_fill_jmp_jge_imm()
2464 static int bpf_fill_jmp_jlt_imm(struct bpf_test *self) in bpf_fill_jmp_jlt_imm()
2469 static int bpf_fill_jmp_jle_imm(struct bpf_test *self) in bpf_fill_jmp_jle_imm()
2474 static int bpf_fill_jmp_jsgt_imm(struct bpf_test *self) in bpf_fill_jmp_jsgt_imm()
2479 static int bpf_fill_jmp_jsge_imm(struct bpf_test *self) in bpf_fill_jmp_jsge_imm()
2484 static int bpf_fill_jmp_jslt_imm(struct bpf_test *self) in bpf_fill_jmp_jslt_imm()
2489 static int bpf_fill_jmp_jsle_imm(struct bpf_test *self) in bpf_fill_jmp_jsle_imm()
2495 static int bpf_fill_jmp32_jset_imm(struct bpf_test *self) in bpf_fill_jmp32_jset_imm()
2500 static int bpf_fill_jmp32_jeq_imm(struct bpf_test *self) in bpf_fill_jmp32_jeq_imm()
2505 static int bpf_fill_jmp32_jne_imm(struct bpf_test *self) in bpf_fill_jmp32_jne_imm()
2510 static int bpf_fill_jmp32_jgt_imm(struct bpf_test *self) in bpf_fill_jmp32_jgt_imm()
2515 static int bpf_fill_jmp32_jge_imm(struct bpf_test *self) in bpf_fill_jmp32_jge_imm()
2520 static int bpf_fill_jmp32_jlt_imm(struct bpf_test *self) in bpf_fill_jmp32_jlt_imm()
2525 static int bpf_fill_jmp32_jle_imm(struct bpf_test *self) in bpf_fill_jmp32_jle_imm()
2530 static int bpf_fill_jmp32_jsgt_imm(struct bpf_test *self) in bpf_fill_jmp32_jsgt_imm()
2535 static int bpf_fill_jmp32_jsge_imm(struct bpf_test *self) in bpf_fill_jmp32_jsge_imm()
2540 static int bpf_fill_jmp32_jslt_imm(struct bpf_test *self) in bpf_fill_jmp32_jslt_imm()
2545 static int bpf_fill_jmp32_jsle_imm(struct bpf_test *self) in bpf_fill_jmp32_jsle_imm()
2551 static int bpf_fill_jmp_jset_reg(struct bpf_test *self) in bpf_fill_jmp_jset_reg()
2556 static int bpf_fill_jmp_jeq_reg(struct bpf_test *self) in bpf_fill_jmp_jeq_reg()
2561 static int bpf_fill_jmp_jne_reg(struct bpf_test *self) in bpf_fill_jmp_jne_reg()
2566 static int bpf_fill_jmp_jgt_reg(struct bpf_test *self) in bpf_fill_jmp_jgt_reg()
2571 static int bpf_fill_jmp_jge_reg(struct bpf_test *self) in bpf_fill_jmp_jge_reg()
2576 static int bpf_fill_jmp_jlt_reg(struct bpf_test *self) in bpf_fill_jmp_jlt_reg()
2581 static int bpf_fill_jmp_jle_reg(struct bpf_test *self) in bpf_fill_jmp_jle_reg()
2586 static int bpf_fill_jmp_jsgt_reg(struct bpf_test *self) in bpf_fill_jmp_jsgt_reg()
2591 static int bpf_fill_jmp_jsge_reg(struct bpf_test *self) in bpf_fill_jmp_jsge_reg()
2596 static int bpf_fill_jmp_jslt_reg(struct bpf_test *self) in bpf_fill_jmp_jslt_reg()
2601 static int bpf_fill_jmp_jsle_reg(struct bpf_test *self) in bpf_fill_jmp_jsle_reg()
2607 static int bpf_fill_jmp32_jset_reg(struct bpf_test *self) in bpf_fill_jmp32_jset_reg()
2612 static int bpf_fill_jmp32_jeq_reg(struct bpf_test *self) in bpf_fill_jmp32_jeq_reg()
2617 static int bpf_fill_jmp32_jne_reg(struct bpf_test *self) in bpf_fill_jmp32_jne_reg()
2622 static int bpf_fill_jmp32_jgt_reg(struct bpf_test *self) in bpf_fill_jmp32_jgt_reg()
2627 static int bpf_fill_jmp32_jge_reg(struct bpf_test *self) in bpf_fill_jmp32_jge_reg()
2632 static int bpf_fill_jmp32_jlt_reg(struct bpf_test *self) in bpf_fill_jmp32_jlt_reg()
2637 static int bpf_fill_jmp32_jle_reg(struct bpf_test *self) in bpf_fill_jmp32_jle_reg()
2642 static int bpf_fill_jmp32_jsgt_reg(struct bpf_test *self) in bpf_fill_jmp32_jsgt_reg()
2647 static int bpf_fill_jmp32_jsge_reg(struct bpf_test *self) in bpf_fill_jmp32_jsge_reg()
2652 static int bpf_fill_jmp32_jslt_reg(struct bpf_test *self) in bpf_fill_jmp32_jslt_reg()
2657 static int bpf_fill_jmp32_jsle_reg(struct bpf_test *self) in bpf_fill_jmp32_jsle_reg()
2718 static int __bpf_fill_staggered_jumps(struct bpf_test *self, in __bpf_fill_staggered_jumps()
2763 static int bpf_fill_staggered_ja(struct bpf_test *self) in bpf_fill_staggered_ja()
2771 static int bpf_fill_staggered_jeq_imm(struct bpf_test *self) in bpf_fill_staggered_jeq_imm()
2778 static int bpf_fill_staggered_jne_imm(struct bpf_test *self) in bpf_fill_staggered_jne_imm()
2785 static int bpf_fill_staggered_jset_imm(struct bpf_test *self) in bpf_fill_staggered_jset_imm()
2792 static int bpf_fill_staggered_jgt_imm(struct bpf_test *self) in bpf_fill_staggered_jgt_imm()
2799 static int bpf_fill_staggered_jge_imm(struct bpf_test *self) in bpf_fill_staggered_jge_imm()
2806 static int bpf_fill_staggered_jlt_imm(struct bpf_test *self) in bpf_fill_staggered_jlt_imm()
2813 static int bpf_fill_staggered_jle_imm(struct bpf_test *self) in bpf_fill_staggered_jle_imm()
2820 static int bpf_fill_staggered_jsgt_imm(struct bpf_test *self) in bpf_fill_staggered_jsgt_imm()
2827 static int bpf_fill_staggered_jsge_imm(struct bpf_test *self) in bpf_fill_staggered_jsge_imm()
2834 static int bpf_fill_staggered_jslt_imm(struct bpf_test *self) in bpf_fill_staggered_jslt_imm()
2841 static int bpf_fill_staggered_jsle_imm(struct bpf_test *self) in bpf_fill_staggered_jsle_imm()
2849 static int bpf_fill_staggered_jeq_reg(struct bpf_test *self) in bpf_fill_staggered_jeq_reg()
2856 static int bpf_fill_staggered_jne_reg(struct bpf_test *self) in bpf_fill_staggered_jne_reg()
2863 static int bpf_fill_staggered_jset_reg(struct bpf_test *self) in bpf_fill_staggered_jset_reg()
2870 static int bpf_fill_staggered_jgt_reg(struct bpf_test *self) in bpf_fill_staggered_jgt_reg()
2877 static int bpf_fill_staggered_jge_reg(struct bpf_test *self) in bpf_fill_staggered_jge_reg()
2884 static int bpf_fill_staggered_jlt_reg(struct bpf_test *self) in bpf_fill_staggered_jlt_reg()
2891 static int bpf_fill_staggered_jle_reg(struct bpf_test *self) in bpf_fill_staggered_jle_reg()
2898 static int bpf_fill_staggered_jsgt_reg(struct bpf_test *self) in bpf_fill_staggered_jsgt_reg()
2905 static int bpf_fill_staggered_jsge_reg(struct bpf_test *self) in bpf_fill_staggered_jsge_reg()
2912 static int bpf_fill_staggered_jslt_reg(struct bpf_test *self) in bpf_fill_staggered_jslt_reg()
2919 static int bpf_fill_staggered_jsle_reg(struct bpf_test *self) in bpf_fill_staggered_jsle_reg()
2927 static int bpf_fill_staggered_jeq32_imm(struct bpf_test *self) in bpf_fill_staggered_jeq32_imm()
2934 static int bpf_fill_staggered_jne32_imm(struct bpf_test *self) in bpf_fill_staggered_jne32_imm()
2941 static int bpf_fill_staggered_jset32_imm(struct bpf_test *self) in bpf_fill_staggered_jset32_imm()
2948 static int bpf_fill_staggered_jgt32_imm(struct bpf_test *self) in bpf_fill_staggered_jgt32_imm()
2955 static int bpf_fill_staggered_jge32_imm(struct bpf_test *self) in bpf_fill_staggered_jge32_imm()
2962 static int bpf_fill_staggered_jlt32_imm(struct bpf_test *self) in bpf_fill_staggered_jlt32_imm()
2969 static int bpf_fill_staggered_jle32_imm(struct bpf_test *self) in bpf_fill_staggered_jle32_imm()
2976 static int bpf_fill_staggered_jsgt32_imm(struct bpf_test *self) in bpf_fill_staggered_jsgt32_imm()
2983 static int bpf_fill_staggered_jsge32_imm(struct bpf_test *self) in bpf_fill_staggered_jsge32_imm()
2990 static int bpf_fill_staggered_jslt32_imm(struct bpf_test *self) in bpf_fill_staggered_jslt32_imm()
2997 static int bpf_fill_staggered_jsle32_imm(struct bpf_test *self) in bpf_fill_staggered_jsle32_imm()
3005 static int bpf_fill_staggered_jeq32_reg(struct bpf_test *self) in bpf_fill_staggered_jeq32_reg()
3012 static int bpf_fill_staggered_jne32_reg(struct bpf_test *self) in bpf_fill_staggered_jne32_reg()
3019 static int bpf_fill_staggered_jset32_reg(struct bpf_test *self) in bpf_fill_staggered_jset32_reg()
3026 static int bpf_fill_staggered_jgt32_reg(struct bpf_test *self) in bpf_fill_staggered_jgt32_reg()
3033 static int bpf_fill_staggered_jge32_reg(struct bpf_test *self) in bpf_fill_staggered_jge32_reg()
3040 static int bpf_fill_staggered_jlt32_reg(struct bpf_test *self) in bpf_fill_staggered_jlt32_reg()
3047 static int bpf_fill_staggered_jle32_reg(struct bpf_test *self) in bpf_fill_staggered_jle32_reg()
3054 static int bpf_fill_staggered_jsgt32_reg(struct bpf_test *self) in bpf_fill_staggered_jsgt32_reg()
3061 static int bpf_fill_staggered_jsge32_reg(struct bpf_test *self) in bpf_fill_staggered_jsge32_reg()
3068 static int bpf_fill_staggered_jslt32_reg(struct bpf_test *self) in bpf_fill_staggered_jslt32_reg()
3075 static int bpf_fill_staggered_jsle32_reg(struct bpf_test *self) in bpf_fill_staggered_jsle32_reg()