Lines Matching defs:self

89 static int bpf_fill_maxinsns1(struct bpf_test *self)  in bpf_fill_maxinsns1()
109 static int bpf_fill_maxinsns2(struct bpf_test *self) in bpf_fill_maxinsns2()
128 static int bpf_fill_maxinsns3(struct bpf_test *self) in bpf_fill_maxinsns3()
155 static int bpf_fill_maxinsns4(struct bpf_test *self) in bpf_fill_maxinsns4()
174 static int bpf_fill_maxinsns5(struct bpf_test *self) in bpf_fill_maxinsns5()
197 static int bpf_fill_maxinsns6(struct bpf_test *self) in bpf_fill_maxinsns6()
219 static int bpf_fill_maxinsns7(struct bpf_test *self) in bpf_fill_maxinsns7()
245 static int bpf_fill_maxinsns8(struct bpf_test *self) in bpf_fill_maxinsns8()
268 static int bpf_fill_maxinsns9(struct bpf_test *self) in bpf_fill_maxinsns9()
294 static int bpf_fill_maxinsns10(struct bpf_test *self) in bpf_fill_maxinsns10()
319 static int __bpf_fill_ja(struct bpf_test *self, unsigned int len, in __bpf_fill_ja()
348 static int bpf_fill_maxinsns11(struct bpf_test *self) in bpf_fill_maxinsns11()
354 static int bpf_fill_maxinsns12(struct bpf_test *self) in bpf_fill_maxinsns12()
377 static int bpf_fill_maxinsns13(struct bpf_test *self) in bpf_fill_maxinsns13()
400 static int bpf_fill_ja(struct bpf_test *self) in bpf_fill_ja()
406 static int bpf_fill_ld_abs_get_processor_id(struct bpf_test *self) in bpf_fill_ld_abs_get_processor_id()
430 static int __bpf_fill_stxdw(struct bpf_test *self, int size) in __bpf_fill_stxdw()
456 static int bpf_fill_stxw(struct bpf_test *self) in bpf_fill_stxw()
461 static int bpf_fill_stxdw(struct bpf_test *self) in bpf_fill_stxdw()
480 static int __bpf_fill_max_jmp(struct bpf_test *self, int jmp, int imm) in __bpf_fill_max_jmp()
518 static int bpf_fill_max_jmp_taken(struct bpf_test *self) in bpf_fill_max_jmp_taken()
524 static int bpf_fill_max_jmp_not_taken(struct bpf_test *self) in bpf_fill_max_jmp_not_taken()
530 static int bpf_fill_max_jmp_always_taken(struct bpf_test *self) in bpf_fill_max_jmp_always_taken()
536 static int bpf_fill_max_jmp_never_taken(struct bpf_test *self) in bpf_fill_max_jmp_never_taken()
593 static int __bpf_fill_alu_shift(struct bpf_test *self, u8 op, in __bpf_fill_alu_shift()
668 static int bpf_fill_alu64_lsh_imm(struct bpf_test *self) in bpf_fill_alu64_lsh_imm()
673 static int bpf_fill_alu64_rsh_imm(struct bpf_test *self) in bpf_fill_alu64_rsh_imm()
678 static int bpf_fill_alu64_arsh_imm(struct bpf_test *self) in bpf_fill_alu64_arsh_imm()
683 static int bpf_fill_alu64_lsh_reg(struct bpf_test *self) in bpf_fill_alu64_lsh_reg()
688 static int bpf_fill_alu64_rsh_reg(struct bpf_test *self) in bpf_fill_alu64_rsh_reg()
693 static int bpf_fill_alu64_arsh_reg(struct bpf_test *self) in bpf_fill_alu64_arsh_reg()
698 static int bpf_fill_alu32_lsh_imm(struct bpf_test *self) in bpf_fill_alu32_lsh_imm()
703 static int bpf_fill_alu32_rsh_imm(struct bpf_test *self) in bpf_fill_alu32_rsh_imm()
708 static int bpf_fill_alu32_arsh_imm(struct bpf_test *self) in bpf_fill_alu32_arsh_imm()
713 static int bpf_fill_alu32_lsh_reg(struct bpf_test *self) in bpf_fill_alu32_lsh_reg()
718 static int bpf_fill_alu32_rsh_reg(struct bpf_test *self) in bpf_fill_alu32_rsh_reg()
723 static int bpf_fill_alu32_arsh_reg(struct bpf_test *self) in bpf_fill_alu32_arsh_reg()
732 static int __bpf_fill_alu_shift_same_reg(struct bpf_test *self, u8 op, in __bpf_fill_alu_shift_same_reg()
778 static int bpf_fill_alu64_lsh_same_reg(struct bpf_test *self) in bpf_fill_alu64_lsh_same_reg()
783 static int bpf_fill_alu64_rsh_same_reg(struct bpf_test *self) in bpf_fill_alu64_rsh_same_reg()
788 static int bpf_fill_alu64_arsh_same_reg(struct bpf_test *self) in bpf_fill_alu64_arsh_same_reg()
793 static int bpf_fill_alu32_lsh_same_reg(struct bpf_test *self) in bpf_fill_alu32_lsh_same_reg()
798 static int bpf_fill_alu32_rsh_same_reg(struct bpf_test *self) in bpf_fill_alu32_rsh_same_reg()
803 static int bpf_fill_alu32_arsh_same_reg(struct bpf_test *self) in bpf_fill_alu32_arsh_same_reg()
820 static int __bpf_fill_pattern(struct bpf_test *self, void *arg, in __bpf_fill_pattern()
915 static int __bpf_emit_alu64_imm(struct bpf_test *self, void *arg, in __bpf_emit_alu64_imm()
936 static int __bpf_emit_alu32_imm(struct bpf_test *self, void *arg, in __bpf_emit_alu32_imm()
957 static int __bpf_emit_alu64_reg(struct bpf_test *self, void *arg, in __bpf_emit_alu64_reg()
979 static int __bpf_emit_alu32_reg(struct bpf_test *self, void *arg, in __bpf_emit_alu32_reg()
1001 static int __bpf_fill_alu64_imm(struct bpf_test *self, int op) in __bpf_fill_alu64_imm()
1008 static int __bpf_fill_alu32_imm(struct bpf_test *self, int op) in __bpf_fill_alu32_imm()
1015 static int __bpf_fill_alu64_reg(struct bpf_test *self, int op) in __bpf_fill_alu64_reg()
1022 static int __bpf_fill_alu32_reg(struct bpf_test *self, int op) in __bpf_fill_alu32_reg()
1030 static int bpf_fill_alu64_mov_imm(struct bpf_test *self) in bpf_fill_alu64_mov_imm()
1035 static int bpf_fill_alu64_and_imm(struct bpf_test *self) in bpf_fill_alu64_and_imm()
1040 static int bpf_fill_alu64_or_imm(struct bpf_test *self) in bpf_fill_alu64_or_imm()
1045 static int bpf_fill_alu64_xor_imm(struct bpf_test *self) in bpf_fill_alu64_xor_imm()
1050 static int bpf_fill_alu64_add_imm(struct bpf_test *self) in bpf_fill_alu64_add_imm()
1055 static int bpf_fill_alu64_sub_imm(struct bpf_test *self) in bpf_fill_alu64_sub_imm()
1060 static int bpf_fill_alu64_mul_imm(struct bpf_test *self) in bpf_fill_alu64_mul_imm()
1065 static int bpf_fill_alu64_div_imm(struct bpf_test *self) in bpf_fill_alu64_div_imm()
1070 static int bpf_fill_alu64_mod_imm(struct bpf_test *self) in bpf_fill_alu64_mod_imm()
1076 static int bpf_fill_alu32_mov_imm(struct bpf_test *self) in bpf_fill_alu32_mov_imm()
1081 static int bpf_fill_alu32_and_imm(struct bpf_test *self) in bpf_fill_alu32_and_imm()
1086 static int bpf_fill_alu32_or_imm(struct bpf_test *self) in bpf_fill_alu32_or_imm()
1091 static int bpf_fill_alu32_xor_imm(struct bpf_test *self) in bpf_fill_alu32_xor_imm()
1096 static int bpf_fill_alu32_add_imm(struct bpf_test *self) in bpf_fill_alu32_add_imm()
1101 static int bpf_fill_alu32_sub_imm(struct bpf_test *self) in bpf_fill_alu32_sub_imm()
1106 static int bpf_fill_alu32_mul_imm(struct bpf_test *self) in bpf_fill_alu32_mul_imm()
1111 static int bpf_fill_alu32_div_imm(struct bpf_test *self) in bpf_fill_alu32_div_imm()
1116 static int bpf_fill_alu32_mod_imm(struct bpf_test *self) in bpf_fill_alu32_mod_imm()
1122 static int bpf_fill_alu64_mov_reg(struct bpf_test *self) in bpf_fill_alu64_mov_reg()
1127 static int bpf_fill_alu64_and_reg(struct bpf_test *self) in bpf_fill_alu64_and_reg()
1132 static int bpf_fill_alu64_or_reg(struct bpf_test *self) in bpf_fill_alu64_or_reg()
1137 static int bpf_fill_alu64_xor_reg(struct bpf_test *self) in bpf_fill_alu64_xor_reg()
1142 static int bpf_fill_alu64_add_reg(struct bpf_test *self) in bpf_fill_alu64_add_reg()
1147 static int bpf_fill_alu64_sub_reg(struct bpf_test *self) in bpf_fill_alu64_sub_reg()
1152 static int bpf_fill_alu64_mul_reg(struct bpf_test *self) in bpf_fill_alu64_mul_reg()
1157 static int bpf_fill_alu64_div_reg(struct bpf_test *self) in bpf_fill_alu64_div_reg()
1162 static int bpf_fill_alu64_mod_reg(struct bpf_test *self) in bpf_fill_alu64_mod_reg()
1168 static int bpf_fill_alu32_mov_reg(struct bpf_test *self) in bpf_fill_alu32_mov_reg()
1173 static int bpf_fill_alu32_and_reg(struct bpf_test *self) in bpf_fill_alu32_and_reg()
1178 static int bpf_fill_alu32_or_reg(struct bpf_test *self) in bpf_fill_alu32_or_reg()
1183 static int bpf_fill_alu32_xor_reg(struct bpf_test *self) in bpf_fill_alu32_xor_reg()
1188 static int bpf_fill_alu32_add_reg(struct bpf_test *self) in bpf_fill_alu32_add_reg()
1193 static int bpf_fill_alu32_sub_reg(struct bpf_test *self) in bpf_fill_alu32_sub_reg()
1198 static int bpf_fill_alu32_mul_reg(struct bpf_test *self) in bpf_fill_alu32_mul_reg()
1203 static int bpf_fill_alu32_div_reg(struct bpf_test *self) in bpf_fill_alu32_div_reg()
1208 static int bpf_fill_alu32_mod_reg(struct bpf_test *self) in bpf_fill_alu32_mod_reg()
1217 static int __bpf_fill_alu_imm_regs(struct bpf_test *self, u8 op, bool alu32) in __bpf_fill_alu_imm_regs()
1275 static int bpf_fill_alu64_mov_imm_regs(struct bpf_test *self) in bpf_fill_alu64_mov_imm_regs()
1280 static int bpf_fill_alu64_and_imm_regs(struct bpf_test *self) in bpf_fill_alu64_and_imm_regs()
1285 static int bpf_fill_alu64_or_imm_regs(struct bpf_test *self) in bpf_fill_alu64_or_imm_regs()
1290 static int bpf_fill_alu64_xor_imm_regs(struct bpf_test *self) in bpf_fill_alu64_xor_imm_regs()
1295 static int bpf_fill_alu64_lsh_imm_regs(struct bpf_test *self) in bpf_fill_alu64_lsh_imm_regs()
1300 static int bpf_fill_alu64_rsh_imm_regs(struct bpf_test *self) in bpf_fill_alu64_rsh_imm_regs()
1305 static int bpf_fill_alu64_arsh_imm_regs(struct bpf_test *self) in bpf_fill_alu64_arsh_imm_regs()
1310 static int bpf_fill_alu64_add_imm_regs(struct bpf_test *self) in bpf_fill_alu64_add_imm_regs()
1315 static int bpf_fill_alu64_sub_imm_regs(struct bpf_test *self) in bpf_fill_alu64_sub_imm_regs()
1320 static int bpf_fill_alu64_mul_imm_regs(struct bpf_test *self) in bpf_fill_alu64_mul_imm_regs()
1325 static int bpf_fill_alu64_div_imm_regs(struct bpf_test *self) in bpf_fill_alu64_div_imm_regs()
1330 static int bpf_fill_alu64_mod_imm_regs(struct bpf_test *self) in bpf_fill_alu64_mod_imm_regs()
1336 static int bpf_fill_alu32_mov_imm_regs(struct bpf_test *self) in bpf_fill_alu32_mov_imm_regs()
1341 static int bpf_fill_alu32_and_imm_regs(struct bpf_test *self) in bpf_fill_alu32_and_imm_regs()
1346 static int bpf_fill_alu32_or_imm_regs(struct bpf_test *self) in bpf_fill_alu32_or_imm_regs()
1351 static int bpf_fill_alu32_xor_imm_regs(struct bpf_test *self) in bpf_fill_alu32_xor_imm_regs()
1356 static int bpf_fill_alu32_lsh_imm_regs(struct bpf_test *self) in bpf_fill_alu32_lsh_imm_regs()
1361 static int bpf_fill_alu32_rsh_imm_regs(struct bpf_test *self) in bpf_fill_alu32_rsh_imm_regs()
1366 static int bpf_fill_alu32_arsh_imm_regs(struct bpf_test *self) in bpf_fill_alu32_arsh_imm_regs()
1371 static int bpf_fill_alu32_add_imm_regs(struct bpf_test *self) in bpf_fill_alu32_add_imm_regs()
1376 static int bpf_fill_alu32_sub_imm_regs(struct bpf_test *self) in bpf_fill_alu32_sub_imm_regs()
1381 static int bpf_fill_alu32_mul_imm_regs(struct bpf_test *self) in bpf_fill_alu32_mul_imm_regs()
1386 static int bpf_fill_alu32_div_imm_regs(struct bpf_test *self) in bpf_fill_alu32_div_imm_regs()
1391 static int bpf_fill_alu32_mod_imm_regs(struct bpf_test *self) in bpf_fill_alu32_mod_imm_regs()
1400 static int __bpf_fill_alu_reg_pairs(struct bpf_test *self, u8 op, bool alu32) in __bpf_fill_alu_reg_pairs()
1467 static int bpf_fill_alu64_mov_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_mov_reg_pairs()
1472 static int bpf_fill_alu64_and_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_and_reg_pairs()
1477 static int bpf_fill_alu64_or_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_or_reg_pairs()
1482 static int bpf_fill_alu64_xor_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_xor_reg_pairs()
1487 static int bpf_fill_alu64_lsh_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_lsh_reg_pairs()
1492 static int bpf_fill_alu64_rsh_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_rsh_reg_pairs()
1497 static int bpf_fill_alu64_arsh_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_arsh_reg_pairs()
1502 static int bpf_fill_alu64_add_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_add_reg_pairs()
1507 static int bpf_fill_alu64_sub_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_sub_reg_pairs()
1512 static int bpf_fill_alu64_mul_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_mul_reg_pairs()
1517 static int bpf_fill_alu64_div_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_div_reg_pairs()
1522 static int bpf_fill_alu64_mod_reg_pairs(struct bpf_test *self) in bpf_fill_alu64_mod_reg_pairs()
1528 static int bpf_fill_alu32_mov_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_mov_reg_pairs()
1533 static int bpf_fill_alu32_and_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_and_reg_pairs()
1538 static int bpf_fill_alu32_or_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_or_reg_pairs()
1543 static int bpf_fill_alu32_xor_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_xor_reg_pairs()
1548 static int bpf_fill_alu32_lsh_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_lsh_reg_pairs()
1553 static int bpf_fill_alu32_rsh_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_rsh_reg_pairs()
1558 static int bpf_fill_alu32_arsh_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_arsh_reg_pairs()
1563 static int bpf_fill_alu32_add_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_add_reg_pairs()
1568 static int bpf_fill_alu32_sub_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_sub_reg_pairs()
1573 static int bpf_fill_alu32_mul_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_mul_reg_pairs()
1578 static int bpf_fill_alu32_div_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_div_reg_pairs()
1583 static int bpf_fill_alu32_mod_reg_pairs(struct bpf_test *self) in bpf_fill_alu32_mod_reg_pairs()
1593 static int __bpf_emit_atomic64(struct bpf_test *self, void *arg, in __bpf_emit_atomic64()
1640 static int __bpf_emit_atomic32(struct bpf_test *self, void *arg, in __bpf_emit_atomic32()
1687 static int __bpf_emit_cmpxchg64(struct bpf_test *self, void *arg, in __bpf_emit_cmpxchg64()
1727 static int __bpf_emit_cmpxchg32(struct bpf_test *self, void *arg, in __bpf_emit_cmpxchg32()
1770 static int __bpf_fill_atomic64(struct bpf_test *self, int op) in __bpf_fill_atomic64()
1777 static int __bpf_fill_atomic32(struct bpf_test *self, int op) in __bpf_fill_atomic32()
1785 static int bpf_fill_atomic64_add(struct bpf_test *self) in bpf_fill_atomic64_add()
1790 static int bpf_fill_atomic64_and(struct bpf_test *self) in bpf_fill_atomic64_and()
1795 static int bpf_fill_atomic64_or(struct bpf_test *self) in bpf_fill_atomic64_or()
1800 static int bpf_fill_atomic64_xor(struct bpf_test *self) in bpf_fill_atomic64_xor()
1805 static int bpf_fill_atomic64_add_fetch(struct bpf_test *self) in bpf_fill_atomic64_add_fetch()
1810 static int bpf_fill_atomic64_and_fetch(struct bpf_test *self) in bpf_fill_atomic64_and_fetch()
1815 static int bpf_fill_atomic64_or_fetch(struct bpf_test *self) in bpf_fill_atomic64_or_fetch()
1820 static int bpf_fill_atomic64_xor_fetch(struct bpf_test *self) in bpf_fill_atomic64_xor_fetch()
1825 static int bpf_fill_atomic64_xchg(struct bpf_test *self) in bpf_fill_atomic64_xchg()
1830 static int bpf_fill_cmpxchg64(struct bpf_test *self) in bpf_fill_cmpxchg64()
1837 static int bpf_fill_atomic32_add(struct bpf_test *self) in bpf_fill_atomic32_add()
1842 static int bpf_fill_atomic32_and(struct bpf_test *self) in bpf_fill_atomic32_and()
1847 static int bpf_fill_atomic32_or(struct bpf_test *self) in bpf_fill_atomic32_or()
1852 static int bpf_fill_atomic32_xor(struct bpf_test *self) in bpf_fill_atomic32_xor()
1857 static int bpf_fill_atomic32_add_fetch(struct bpf_test *self) in bpf_fill_atomic32_add_fetch()
1862 static int bpf_fill_atomic32_and_fetch(struct bpf_test *self) in bpf_fill_atomic32_and_fetch()
1867 static int bpf_fill_atomic32_or_fetch(struct bpf_test *self) in bpf_fill_atomic32_or_fetch()
1872 static int bpf_fill_atomic32_xor_fetch(struct bpf_test *self) in bpf_fill_atomic32_xor_fetch()
1877 static int bpf_fill_atomic32_xchg(struct bpf_test *self) in bpf_fill_atomic32_xchg()
1882 static int bpf_fill_cmpxchg32(struct bpf_test *self) in bpf_fill_cmpxchg32()
1892 static int __bpf_fill_atomic_reg_pairs(struct bpf_test *self, u8 width, u8 op) in __bpf_fill_atomic_reg_pairs()
2027 static int bpf_fill_atomic64_add_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_add_reg_pairs()
2032 static int bpf_fill_atomic64_and_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_and_reg_pairs()
2037 static int bpf_fill_atomic64_or_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_or_reg_pairs()
2042 static int bpf_fill_atomic64_xor_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_xor_reg_pairs()
2047 static int bpf_fill_atomic64_add_fetch_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_add_fetch_reg_pairs()
2052 static int bpf_fill_atomic64_and_fetch_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_and_fetch_reg_pairs()
2057 static int bpf_fill_atomic64_or_fetch_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_or_fetch_reg_pairs()
2062 static int bpf_fill_atomic64_xor_fetch_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_xor_fetch_reg_pairs()
2067 static int bpf_fill_atomic64_xchg_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_xchg_reg_pairs()
2072 static int bpf_fill_atomic64_cmpxchg_reg_pairs(struct bpf_test *self) in bpf_fill_atomic64_cmpxchg_reg_pairs()
2078 static int bpf_fill_atomic32_add_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_add_reg_pairs()
2083 static int bpf_fill_atomic32_and_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_and_reg_pairs()
2088 static int bpf_fill_atomic32_or_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_or_reg_pairs()
2093 static int bpf_fill_atomic32_xor_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_xor_reg_pairs()
2098 static int bpf_fill_atomic32_add_fetch_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_add_fetch_reg_pairs()
2103 static int bpf_fill_atomic32_and_fetch_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_and_fetch_reg_pairs()
2108 static int bpf_fill_atomic32_or_fetch_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_or_fetch_reg_pairs()
2113 static int bpf_fill_atomic32_xor_fetch_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_xor_fetch_reg_pairs()
2118 static int bpf_fill_atomic32_xchg_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_xchg_reg_pairs()
2123 static int bpf_fill_atomic32_cmpxchg_reg_pairs(struct bpf_test *self) in bpf_fill_atomic32_cmpxchg_reg_pairs()
2137 static int bpf_fill_ld_imm64_magn(struct bpf_test *self) in bpf_fill_ld_imm64_magn()
2189 static int __bpf_fill_ld_imm64_bytes(struct bpf_test *self, in __bpf_fill_ld_imm64_bytes()
2245 static int bpf_fill_ld_imm64_checker(struct bpf_test *self) in bpf_fill_ld_imm64_checker()
2250 static int bpf_fill_ld_imm64_pos_neg(struct bpf_test *self) in bpf_fill_ld_imm64_pos_neg()
2255 static int bpf_fill_ld_imm64_pos_zero(struct bpf_test *self) in bpf_fill_ld_imm64_pos_zero()
2260 static int bpf_fill_ld_imm64_neg_zero(struct bpf_test *self) in bpf_fill_ld_imm64_neg_zero()
2301 static int __bpf_emit_jmp_imm(struct bpf_test *self, void *arg, in __bpf_emit_jmp_imm()
2324 static int __bpf_emit_jmp32_imm(struct bpf_test *self, void *arg, in __bpf_emit_jmp32_imm()
2345 static int __bpf_emit_jmp_reg(struct bpf_test *self, void *arg, in __bpf_emit_jmp_reg()
2367 static int __bpf_emit_jmp32_reg(struct bpf_test *self, void *arg, in __bpf_emit_jmp32_reg()
2389 static int __bpf_fill_jmp_imm(struct bpf_test *self, int op) in __bpf_fill_jmp_imm()
2396 static int __bpf_fill_jmp32_imm(struct bpf_test *self, int op) in __bpf_fill_jmp32_imm()
2403 static int __bpf_fill_jmp_reg(struct bpf_test *self, int op) in __bpf_fill_jmp_reg()
2410 static int __bpf_fill_jmp32_reg(struct bpf_test *self, int op) in __bpf_fill_jmp32_reg()
2418 static int bpf_fill_jmp_jset_imm(struct bpf_test *self) in bpf_fill_jmp_jset_imm()
2423 static int bpf_fill_jmp_jeq_imm(struct bpf_test *self) in bpf_fill_jmp_jeq_imm()
2428 static int bpf_fill_jmp_jne_imm(struct bpf_test *self) in bpf_fill_jmp_jne_imm()
2433 static int bpf_fill_jmp_jgt_imm(struct bpf_test *self) in bpf_fill_jmp_jgt_imm()
2438 static int bpf_fill_jmp_jge_imm(struct bpf_test *self) in bpf_fill_jmp_jge_imm()
2443 static int bpf_fill_jmp_jlt_imm(struct bpf_test *self) in bpf_fill_jmp_jlt_imm()
2448 static int bpf_fill_jmp_jle_imm(struct bpf_test *self) in bpf_fill_jmp_jle_imm()
2453 static int bpf_fill_jmp_jsgt_imm(struct bpf_test *self) in bpf_fill_jmp_jsgt_imm()
2458 static int bpf_fill_jmp_jsge_imm(struct bpf_test *self) in bpf_fill_jmp_jsge_imm()
2463 static int bpf_fill_jmp_jslt_imm(struct bpf_test *self) in bpf_fill_jmp_jslt_imm()
2468 static int bpf_fill_jmp_jsle_imm(struct bpf_test *self) in bpf_fill_jmp_jsle_imm()
2474 static int bpf_fill_jmp32_jset_imm(struct bpf_test *self) in bpf_fill_jmp32_jset_imm()
2479 static int bpf_fill_jmp32_jeq_imm(struct bpf_test *self) in bpf_fill_jmp32_jeq_imm()
2484 static int bpf_fill_jmp32_jne_imm(struct bpf_test *self) in bpf_fill_jmp32_jne_imm()
2489 static int bpf_fill_jmp32_jgt_imm(struct bpf_test *self) in bpf_fill_jmp32_jgt_imm()
2494 static int bpf_fill_jmp32_jge_imm(struct bpf_test *self) in bpf_fill_jmp32_jge_imm()
2499 static int bpf_fill_jmp32_jlt_imm(struct bpf_test *self) in bpf_fill_jmp32_jlt_imm()
2504 static int bpf_fill_jmp32_jle_imm(struct bpf_test *self) in bpf_fill_jmp32_jle_imm()
2509 static int bpf_fill_jmp32_jsgt_imm(struct bpf_test *self) in bpf_fill_jmp32_jsgt_imm()
2514 static int bpf_fill_jmp32_jsge_imm(struct bpf_test *self) in bpf_fill_jmp32_jsge_imm()
2519 static int bpf_fill_jmp32_jslt_imm(struct bpf_test *self) in bpf_fill_jmp32_jslt_imm()
2524 static int bpf_fill_jmp32_jsle_imm(struct bpf_test *self) in bpf_fill_jmp32_jsle_imm()
2530 static int bpf_fill_jmp_jset_reg(struct bpf_test *self) in bpf_fill_jmp_jset_reg()
2535 static int bpf_fill_jmp_jeq_reg(struct bpf_test *self) in bpf_fill_jmp_jeq_reg()
2540 static int bpf_fill_jmp_jne_reg(struct bpf_test *self) in bpf_fill_jmp_jne_reg()
2545 static int bpf_fill_jmp_jgt_reg(struct bpf_test *self) in bpf_fill_jmp_jgt_reg()
2550 static int bpf_fill_jmp_jge_reg(struct bpf_test *self) in bpf_fill_jmp_jge_reg()
2555 static int bpf_fill_jmp_jlt_reg(struct bpf_test *self) in bpf_fill_jmp_jlt_reg()
2560 static int bpf_fill_jmp_jle_reg(struct bpf_test *self) in bpf_fill_jmp_jle_reg()
2565 static int bpf_fill_jmp_jsgt_reg(struct bpf_test *self) in bpf_fill_jmp_jsgt_reg()
2570 static int bpf_fill_jmp_jsge_reg(struct bpf_test *self) in bpf_fill_jmp_jsge_reg()
2575 static int bpf_fill_jmp_jslt_reg(struct bpf_test *self) in bpf_fill_jmp_jslt_reg()
2580 static int bpf_fill_jmp_jsle_reg(struct bpf_test *self) in bpf_fill_jmp_jsle_reg()
2586 static int bpf_fill_jmp32_jset_reg(struct bpf_test *self) in bpf_fill_jmp32_jset_reg()
2591 static int bpf_fill_jmp32_jeq_reg(struct bpf_test *self) in bpf_fill_jmp32_jeq_reg()
2596 static int bpf_fill_jmp32_jne_reg(struct bpf_test *self) in bpf_fill_jmp32_jne_reg()
2601 static int bpf_fill_jmp32_jgt_reg(struct bpf_test *self) in bpf_fill_jmp32_jgt_reg()
2606 static int bpf_fill_jmp32_jge_reg(struct bpf_test *self) in bpf_fill_jmp32_jge_reg()
2611 static int bpf_fill_jmp32_jlt_reg(struct bpf_test *self) in bpf_fill_jmp32_jlt_reg()
2616 static int bpf_fill_jmp32_jle_reg(struct bpf_test *self) in bpf_fill_jmp32_jle_reg()
2621 static int bpf_fill_jmp32_jsgt_reg(struct bpf_test *self) in bpf_fill_jmp32_jsgt_reg()
2626 static int bpf_fill_jmp32_jsge_reg(struct bpf_test *self) in bpf_fill_jmp32_jsge_reg()
2631 static int bpf_fill_jmp32_jslt_reg(struct bpf_test *self) in bpf_fill_jmp32_jslt_reg()
2636 static int bpf_fill_jmp32_jsle_reg(struct bpf_test *self) in bpf_fill_jmp32_jsle_reg()
2697 static int __bpf_fill_staggered_jumps(struct bpf_test *self, in __bpf_fill_staggered_jumps()
2742 static int bpf_fill_staggered_ja(struct bpf_test *self) in bpf_fill_staggered_ja()
2750 static int bpf_fill_staggered_jeq_imm(struct bpf_test *self) in bpf_fill_staggered_jeq_imm()
2757 static int bpf_fill_staggered_jne_imm(struct bpf_test *self) in bpf_fill_staggered_jne_imm()
2764 static int bpf_fill_staggered_jset_imm(struct bpf_test *self) in bpf_fill_staggered_jset_imm()
2771 static int bpf_fill_staggered_jgt_imm(struct bpf_test *self) in bpf_fill_staggered_jgt_imm()
2778 static int bpf_fill_staggered_jge_imm(struct bpf_test *self) in bpf_fill_staggered_jge_imm()
2785 static int bpf_fill_staggered_jlt_imm(struct bpf_test *self) in bpf_fill_staggered_jlt_imm()
2792 static int bpf_fill_staggered_jle_imm(struct bpf_test *self) in bpf_fill_staggered_jle_imm()
2799 static int bpf_fill_staggered_jsgt_imm(struct bpf_test *self) in bpf_fill_staggered_jsgt_imm()
2806 static int bpf_fill_staggered_jsge_imm(struct bpf_test *self) in bpf_fill_staggered_jsge_imm()
2813 static int bpf_fill_staggered_jslt_imm(struct bpf_test *self) in bpf_fill_staggered_jslt_imm()
2820 static int bpf_fill_staggered_jsle_imm(struct bpf_test *self) in bpf_fill_staggered_jsle_imm()
2828 static int bpf_fill_staggered_jeq_reg(struct bpf_test *self) in bpf_fill_staggered_jeq_reg()
2835 static int bpf_fill_staggered_jne_reg(struct bpf_test *self) in bpf_fill_staggered_jne_reg()
2842 static int bpf_fill_staggered_jset_reg(struct bpf_test *self) in bpf_fill_staggered_jset_reg()
2849 static int bpf_fill_staggered_jgt_reg(struct bpf_test *self) in bpf_fill_staggered_jgt_reg()
2856 static int bpf_fill_staggered_jge_reg(struct bpf_test *self) in bpf_fill_staggered_jge_reg()
2863 static int bpf_fill_staggered_jlt_reg(struct bpf_test *self) in bpf_fill_staggered_jlt_reg()
2870 static int bpf_fill_staggered_jle_reg(struct bpf_test *self) in bpf_fill_staggered_jle_reg()
2877 static int bpf_fill_staggered_jsgt_reg(struct bpf_test *self) in bpf_fill_staggered_jsgt_reg()
2884 static int bpf_fill_staggered_jsge_reg(struct bpf_test *self) in bpf_fill_staggered_jsge_reg()
2891 static int bpf_fill_staggered_jslt_reg(struct bpf_test *self) in bpf_fill_staggered_jslt_reg()
2898 static int bpf_fill_staggered_jsle_reg(struct bpf_test *self) in bpf_fill_staggered_jsle_reg()
2906 static int bpf_fill_staggered_jeq32_imm(struct bpf_test *self) in bpf_fill_staggered_jeq32_imm()
2913 static int bpf_fill_staggered_jne32_imm(struct bpf_test *self) in bpf_fill_staggered_jne32_imm()
2920 static int bpf_fill_staggered_jset32_imm(struct bpf_test *self) in bpf_fill_staggered_jset32_imm()
2927 static int bpf_fill_staggered_jgt32_imm(struct bpf_test *self) in bpf_fill_staggered_jgt32_imm()
2934 static int bpf_fill_staggered_jge32_imm(struct bpf_test *self) in bpf_fill_staggered_jge32_imm()
2941 static int bpf_fill_staggered_jlt32_imm(struct bpf_test *self) in bpf_fill_staggered_jlt32_imm()
2948 static int bpf_fill_staggered_jle32_imm(struct bpf_test *self) in bpf_fill_staggered_jle32_imm()
2955 static int bpf_fill_staggered_jsgt32_imm(struct bpf_test *self) in bpf_fill_staggered_jsgt32_imm()
2962 static int bpf_fill_staggered_jsge32_imm(struct bpf_test *self) in bpf_fill_staggered_jsge32_imm()
2969 static int bpf_fill_staggered_jslt32_imm(struct bpf_test *self) in bpf_fill_staggered_jslt32_imm()
2976 static int bpf_fill_staggered_jsle32_imm(struct bpf_test *self) in bpf_fill_staggered_jsle32_imm()
2984 static int bpf_fill_staggered_jeq32_reg(struct bpf_test *self) in bpf_fill_staggered_jeq32_reg()
2991 static int bpf_fill_staggered_jne32_reg(struct bpf_test *self) in bpf_fill_staggered_jne32_reg()
2998 static int bpf_fill_staggered_jset32_reg(struct bpf_test *self) in bpf_fill_staggered_jset32_reg()
3005 static int bpf_fill_staggered_jgt32_reg(struct bpf_test *self) in bpf_fill_staggered_jgt32_reg()
3012 static int bpf_fill_staggered_jge32_reg(struct bpf_test *self) in bpf_fill_staggered_jge32_reg()
3019 static int bpf_fill_staggered_jlt32_reg(struct bpf_test *self) in bpf_fill_staggered_jlt32_reg()
3026 static int bpf_fill_staggered_jle32_reg(struct bpf_test *self) in bpf_fill_staggered_jle32_reg()
3033 static int bpf_fill_staggered_jsgt32_reg(struct bpf_test *self) in bpf_fill_staggered_jsgt32_reg()
3040 static int bpf_fill_staggered_jsge32_reg(struct bpf_test *self) in bpf_fill_staggered_jsge32_reg()
3047 static int bpf_fill_staggered_jslt32_reg(struct bpf_test *self) in bpf_fill_staggered_jslt32_reg()
3054 static int bpf_fill_staggered_jsle32_reg(struct bpf_test *self) in bpf_fill_staggered_jsle32_reg()