Lines Matching refs:RUN

113 #define RUN(skel) run_tests_aux(#skel, skel##__elf_bytes, NULL)  macro
115 void test_verifier_and(void) { RUN(verifier_and); } in test_verifier_and()
116 void test_verifier_basic_stack(void) { RUN(verifier_basic_stack); } in test_verifier_basic_stack()
117 void test_verifier_bounds(void) { RUN(verifier_bounds); } in test_verifier_bounds()
118 void test_verifier_bounds_deduction(void) { RUN(verifier_bounds_deduction); } in test_verifier_bounds_deduction()
119 void test_verifier_bounds_deduction_non_const(void) { RUN(verifier_bounds_deduction_non_const);… in test_verifier_bounds_deduction_non_const()
120 void test_verifier_bounds_mix_sign_unsign(void) { RUN(verifier_bounds_mix_sign_unsign); } in test_verifier_bounds_mix_sign_unsign()
121 void test_verifier_bpf_get_stack(void) { RUN(verifier_bpf_get_stack); } in test_verifier_bpf_get_stack()
122 void test_verifier_bswap(void) { RUN(verifier_bswap); } in test_verifier_bswap()
123 void test_verifier_btf_ctx_access(void) { RUN(verifier_btf_ctx_access); } in test_verifier_btf_ctx_access()
124 void test_verifier_cfg(void) { RUN(verifier_cfg); } in test_verifier_cfg()
125 void test_verifier_cgroup_inv_retcode(void) { RUN(verifier_cgroup_inv_retcode); } in test_verifier_cgroup_inv_retcode()
126 void test_verifier_cgroup_skb(void) { RUN(verifier_cgroup_skb); } in test_verifier_cgroup_skb()
127 void test_verifier_cgroup_storage(void) { RUN(verifier_cgroup_storage); } in test_verifier_cgroup_storage()
128 void test_verifier_const_or(void) { RUN(verifier_const_or); } in test_verifier_const_or()
129 void test_verifier_ctx(void) { RUN(verifier_ctx); } in test_verifier_ctx()
130 void test_verifier_ctx_sk_msg(void) { RUN(verifier_ctx_sk_msg); } in test_verifier_ctx_sk_msg()
131 void test_verifier_d_path(void) { RUN(verifier_d_path); } in test_verifier_d_path()
132 void test_verifier_direct_packet_access(void) { RUN(verifier_direct_packet_access); } in test_verifier_direct_packet_access()
133 void test_verifier_direct_stack_access_wraparound(void) { RUN(verifier_direct_stack_access_wraparou… in test_verifier_direct_stack_access_wraparound()
134 void test_verifier_div0(void) { RUN(verifier_div0); } in test_verifier_div0()
135 void test_verifier_div_overflow(void) { RUN(verifier_div_overflow); } in test_verifier_div_overflow()
136 void test_verifier_gotol(void) { RUN(verifier_gotol); } in test_verifier_gotol()
137 void test_verifier_helper_access_var_len(void) { RUN(verifier_helper_access_var_len); } in test_verifier_helper_access_var_len()
138 void test_verifier_helper_packet_access(void) { RUN(verifier_helper_packet_access); } in test_verifier_helper_packet_access()
139 void test_verifier_helper_restricted(void) { RUN(verifier_helper_restricted); } in test_verifier_helper_restricted()
140 void test_verifier_helper_value_access(void) { RUN(verifier_helper_value_access); } in test_verifier_helper_value_access()
141 void test_verifier_int_ptr(void) { RUN(verifier_int_ptr); } in test_verifier_int_ptr()
142 void test_verifier_iterating_callbacks(void) { RUN(verifier_iterating_callbacks); } in test_verifier_iterating_callbacks()
143 void test_verifier_jeq_infer_not_null(void) { RUN(verifier_jeq_infer_not_null); } in test_verifier_jeq_infer_not_null()
144 void test_verifier_ld_ind(void) { RUN(verifier_ld_ind); } in test_verifier_ld_ind()
145 void test_verifier_ldsx(void) { RUN(verifier_ldsx); } in test_verifier_ldsx()
146 void test_verifier_leak_ptr(void) { RUN(verifier_leak_ptr); } in test_verifier_leak_ptr()
147 void test_verifier_loops1(void) { RUN(verifier_loops1); } in test_verifier_loops1()
148 void test_verifier_lwt(void) { RUN(verifier_lwt); } in test_verifier_lwt()
149 void test_verifier_map_in_map(void) { RUN(verifier_map_in_map); } in test_verifier_map_in_map()
150 void test_verifier_map_ptr(void) { RUN(verifier_map_ptr); } in test_verifier_map_ptr()
151 void test_verifier_map_ptr_mixing(void) { RUN(verifier_map_ptr_mixing); } in test_verifier_map_ptr_mixing()
152 void test_verifier_map_ret_val(void) { RUN(verifier_map_ret_val); } in test_verifier_map_ret_val()
153 void test_verifier_masking(void) { RUN(verifier_masking); } in test_verifier_masking()
154 void test_verifier_meta_access(void) { RUN(verifier_meta_access); } in test_verifier_meta_access()
155 void test_verifier_movsx(void) { RUN(verifier_movsx); } in test_verifier_movsx()
156 void test_verifier_netfilter_ctx(void) { RUN(verifier_netfilter_ctx); } in test_verifier_netfilter_ctx()
157 void test_verifier_netfilter_retcode(void) { RUN(verifier_netfilter_retcode); } in test_verifier_netfilter_retcode()
158 void test_verifier_prevent_map_lookup(void) { RUN(verifier_prevent_map_lookup); } in test_verifier_prevent_map_lookup()
159 void test_verifier_raw_stack(void) { RUN(verifier_raw_stack); } in test_verifier_raw_stack()
160 void test_verifier_raw_tp_writable(void) { RUN(verifier_raw_tp_writable); } in test_verifier_raw_tp_writable()
161 void test_verifier_reg_equal(void) { RUN(verifier_reg_equal); } in test_verifier_reg_equal()
162 void test_verifier_ref_tracking(void) { RUN(verifier_ref_tracking); } in test_verifier_ref_tracking()
163 void test_verifier_regalloc(void) { RUN(verifier_regalloc); } in test_verifier_regalloc()
164 void test_verifier_ringbuf(void) { RUN(verifier_ringbuf); } in test_verifier_ringbuf()
165 void test_verifier_runtime_jit(void) { RUN(verifier_runtime_jit); } in test_verifier_runtime_jit()
166 void test_verifier_scalar_ids(void) { RUN(verifier_scalar_ids); } in test_verifier_scalar_ids()
167 void test_verifier_sdiv(void) { RUN(verifier_sdiv); } in test_verifier_sdiv()
168 void test_verifier_search_pruning(void) { RUN(verifier_search_pruning); } in test_verifier_search_pruning()
169 void test_verifier_sock(void) { RUN(verifier_sock); } in test_verifier_sock()
170 void test_verifier_spill_fill(void) { RUN(verifier_spill_fill); } in test_verifier_spill_fill()
171 void test_verifier_spin_lock(void) { RUN(verifier_spin_lock); } in test_verifier_spin_lock()
172 void test_verifier_stack_ptr(void) { RUN(verifier_stack_ptr); } in test_verifier_stack_ptr()
173 void test_verifier_subprog_precision(void) { RUN(verifier_subprog_precision); } in test_verifier_subprog_precision()
174 void test_verifier_subreg(void) { RUN(verifier_subreg); } in test_verifier_subreg()
175 void test_verifier_typedef(void) { RUN(verifier_typedef); } in test_verifier_typedef()
176 void test_verifier_uninit(void) { RUN(verifier_uninit); } in test_verifier_uninit()
177 void test_verifier_unpriv(void) { RUN(verifier_unpriv); } in test_verifier_unpriv()
178 void test_verifier_unpriv_perf(void) { RUN(verifier_unpriv_perf); } in test_verifier_unpriv_perf()
179 void test_verifier_value_adj_spill(void) { RUN(verifier_value_adj_spill); } in test_verifier_value_adj_spill()
180 void test_verifier_value(void) { RUN(verifier_value); } in test_verifier_value()
181 void test_verifier_value_illegal_alu(void) { RUN(verifier_value_illegal_alu); } in test_verifier_value_illegal_alu()
182 void test_verifier_value_or_null(void) { RUN(verifier_value_or_null); } in test_verifier_value_or_null()
183 void test_verifier_var_off(void) { RUN(verifier_var_off); } in test_verifier_var_off()
184 void test_verifier_xadd(void) { RUN(verifier_xadd); } in test_verifier_xadd()
185 void test_verifier_xdp(void) { RUN(verifier_xdp); } in test_verifier_xdp()
186 void test_verifier_xdp_direct_packet_access(void) { RUN(verifier_xdp_direct_packet_access); } in test_verifier_xdp_direct_packet_access()