Home
last modified time | relevance | path

Searched defs:test (Results 26 – 50 of 678) sorted by relevance

12345678910>>...28

/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_dfp0_arith.S28 test add_d label
38 test add_d_inf label
50 test add_d_nan_dfpu label
74 test sub_d label
81 test mul_d label
99 test madd_d label
105 test madd_d_precision label
112 test madd_d_nan_dfpu label
H A Dtest_timer.S20 test ccount label
26 test ccount_write label
63 test ccount_update_deadline label
88 test ccompare label
115 test ccompare0_interrupt label
152 test ccompare1_interrupt label
187 test ccompare2_interrupt label
219 test ccompare_interrupt_masked label
256 test ccompare_interrupt_masked_waiti label
H A Dtest_mul16.S7 test mul16u_pp label
20 test mul16u_np label
33 test mul16u_nn label
46 test mul16s_pp label
59 test mul16s_np label
72 test mul16s_nn label
H A Dtest_bi.S5 test beqi label
18 test bnei label
31 test blti label
48 test bgei label
67 test bltui label
86 test bgeui label
H A Dtest_phys_mem.S26 test inst_fetch_get_pte_no_phys label
42 test read_get_pte_no_phys label
61 test write_get_pte_no_phys label
82 test inst_fetch_no_phys label
98 test read_no_phys label
117 test write_no_phys label
H A Dtest_windowed.S76 test overflow label
126 test underflow label
160 test retw label
170 test movsp label
193 test rotw label
277 test callw label
308 test entry label
361 test entry_overflow label
H A Dtest_fp0_conv.S75 test round_s label
120 test trunc_s label
162 test floor_s label
204 test ceil_s label
246 test utrunc_s label
289 test float_s label
301 test ufloat_s label
H A Dtest_interrupt.S75 test rsil label
92 test soft_disabled label
114 test soft_intenable label
133 test soft_rsil label
152 test soft_waiti label
170 test soft_user label
196 test soft_priority label
221 test eps_epc_rfi label
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_proto_test.c26 static void cros_ec_proto_test_prepare_tx_legacy_normal(struct kunit *test) in cros_ec_proto_test_prepare_tx_legacy_normal()
69 static void cros_ec_proto_test_prepare_tx_legacy_bad_msg_outsize(struct kunit *test) in cros_ec_proto_test_prepare_tx_legacy_bad_msg_outsize()
84 static void cros_ec_proto_test_prepare_tx_normal(struct kunit *test) in cros_ec_proto_test_prepare_tx_normal()
125 static void cros_ec_proto_test_prepare_tx_bad_msg_outsize(struct kunit *test) in cros_ec_proto_test_prepare_tx_bad_msg_outsize()
138 static void cros_ec_proto_test_check_result(struct kunit *test) in cros_ec_proto_test_check_result()
178 static void cros_ec_proto_test_query_all_pretest(struct kunit *test) in cros_ec_proto_test_query_all_pretest()
193 static void cros_ec_proto_test_query_all_normal(struct kunit *test) in cros_ec_proto_test_query_all_normal()
347 static void cros_ec_proto_test_query_all_no_pd_return_error(struct kunit *test) in cros_ec_proto_test_query_all_no_pd_return_error()
412 static void cros_ec_proto_test_query_all_no_pd_return0(struct kunit *test) in cros_ec_proto_test_query_all_no_pd_return0()
477 static void cros_ec_proto_test_query_all_legacy_normal_v3_return_error(struct kunit *test) in cros_ec_proto_test_query_all_legacy_normal_v3_return_error()
[all …]
/openbmc/linux/lib/kunit/
H A Dkunit-example-test.c22 static void example_simple_test(struct kunit *test) in example_simple_test()
37 static int example_test_init(struct kunit *test) in example_test_init()
48 static void example_test_exit(struct kunit *test) in example_test_exit()
78 static void example_skip_test(struct kunit *test) in example_skip_test()
93 static void example_mark_skipped_test(struct kunit *test) in example_mark_skipped_test()
108 static void example_all_expect_macros_test(struct kunit *test) in example_all_expect_macros_test()
174 static void example_static_stub_test(struct kunit *test) in example_static_stub_test()
208 static void example_params_test(struct kunit *test) in example_params_test()
226 static void example_slow_test(struct kunit *test) in example_slow_test()
H A Dexecutor_test.c17 static void dummy_test(struct kunit *test) {} in dummy_test()
26 static void parse_filter_test(struct kunit *test) in parse_filter_test()
43 static void filter_suites_test(struct kunit *test) in filter_suites_test()
69 static void filter_suites_test_glob_test(struct kunit *test) in filter_suites_test_glob_test()
98 static void filter_suites_to_empty_test(struct kunit *test) in filter_suites_to_empty_test()
118 static void parse_filter_attr_test(struct kunit *test) in parse_filter_attr_test()
150 static void filter_attr_test(struct kunit *test) in filter_attr_test()
188 static void filter_attr_empty_test(struct kunit *test) in filter_attr_empty_test()
209 static void filter_attr_skip_test(struct kunit *test) in filter_attr_skip_test()
268 static void free_suite_set_at_end(struct kunit *test, const void *to_free) in free_suite_set_at_end()
[all …]
/openbmc/linux/mm/kmsan/
H A Dkmsan_test.c154 static void test_uninit_kmalloc(struct kunit *test) in test_uninit_kmalloc()
168 static void test_init_kmalloc(struct kunit *test) in test_init_kmalloc()
181 static void test_init_kzalloc(struct kunit *test) in test_init_kzalloc()
193 static void test_uninit_stack_var(struct kunit *test) in test_uninit_stack_var()
204 static void test_init_stack_var(struct kunit *test) in test_init_stack_var()
235 static void test_params(struct kunit *test) in test_params()
263 static void test_uninit_multiple_params(struct kunit *test) in test_uninit_multiple_params()
287 static void test_uninit_kmsan_check_memory(struct kunit *test) in test_uninit_kmsan_check_memory()
305 static void test_init_kmsan_vmap_vunmap(struct kunit *test) in test_init_kmsan_vmap_vunmap()
336 static void test_init_vmalloc(struct kunit *test) in test_init_vmalloc()
[all …]
/openbmc/linux/mm/kfence/
H A Dkfence_test.c35 #define KFENCE_TEST_REQUIRES(test, cond) do { \ argument
185 static size_t setup_test_cache(struct kunit *test, size_t size, slab_flags_t flags, in setup_test_cache()
244 static void *test_alloc(struct kunit *test, size_t size, gfp_t gfp, enum allocation_policy policy) in test_alloc()
318 static void test_out_of_bounds_read(struct kunit *test) in test_out_of_bounds_read()
352 static void test_out_of_bounds_write(struct kunit *test) in test_out_of_bounds_write()
370 static void test_use_after_free_read(struct kunit *test) in test_use_after_free_read()
386 static void test_double_free(struct kunit *test) in test_double_free()
401 static void test_invalid_addr_free(struct kunit *test) in test_invalid_addr_free()
418 static void test_corruption(struct kunit *test) in test_corruption()
454 static void test_kmalloc_aligned_oob_read(struct kunit *test) in test_kmalloc_aligned_oob_read()
[all …]
/openbmc/obmc-console/test/
H A Dtest-client-escape.c35 struct test { struct
49 struct test *test; argument
195 void run_one_test(size_t idx, struct test *test, struct test_ctx *ctx) in run_one_test()
/openbmc/linux/drivers/thunderbolt/
H A Dtest.c31 static void kunit_ida_init(struct kunit *test, struct ida *ida) in kunit_ida_init()
36 static struct tb_switch *alloc_switch(struct kunit *test, u64 route, in alloc_switch()
72 static struct tb_switch *alloc_host(struct kunit *test) in alloc_host()
154 static struct tb_switch *alloc_host_usb4(struct kunit *test) in alloc_host_usb4()
173 static struct tb_switch *alloc_host_br(struct kunit *test) in alloc_host_br()
190 static struct tb_switch *alloc_dev_default(struct kunit *test, in alloc_dev_default()
340 static struct tb_switch *alloc_dev_with_dpin(struct kunit *test, in alloc_dev_with_dpin()
361 static struct tb_switch *alloc_dev_without_dp(struct kunit *test, in alloc_dev_without_dp()
402 static struct tb_switch *alloc_dev_usb4(struct kunit *test, in alloc_dev_usb4()
423 static void tb_test_path_basic(struct kunit *test) in tb_test_path_basic()
[all …]
/openbmc/linux/net/mptcp/
H A Dtoken_test.c6 static struct mptcp_subflow_request_sock *build_req_sock(struct kunit *test) in build_req_sock()
18 static void mptcp_token_test_req_basic(struct kunit *test) in mptcp_token_test_req_basic()
32 static struct inet_connection_sock *build_icsk(struct kunit *test) in build_icsk()
42 static struct mptcp_subflow_context *build_ctx(struct kunit *test) in build_ctx()
52 static struct mptcp_sock *build_msk(struct kunit *test) in build_msk()
66 static void mptcp_token_test_msk_basic(struct kunit *test) in mptcp_token_test_msk_basic()
89 static void mptcp_token_test_accept(struct kunit *test) in mptcp_token_test_accept()
108 static void mptcp_token_test_destroyed(struct kunit *test) in mptcp_token_test_destroyed()
/openbmc/linux/mm/damon/
H A Dcore-test.h17 static void damon_test_regions(struct kunit *test) in damon_test_regions()
50 static void damon_test_target(struct kunit *test) in damon_test_target()
77 static void damon_test_aggregate(struct kunit *test) in damon_test_aggregate()
120 static void damon_test_split_at(struct kunit *test) in damon_test_split_at()
141 static void damon_test_merge_two(struct kunit *test) in damon_test_merge_two()
183 static void damon_test_merge_regions_of(struct kunit *test) in damon_test_merge_regions_of()
213 static void damon_test_split_regions_of(struct kunit *test) in damon_test_split_regions_of()
235 static void damon_test_ops_registration(struct kunit *test) in damon_test_ops_registration()
270 static void damon_test_set_regions(struct kunit *test) in damon_test_set_regions()
292 static void damon_test_update_monitoring_result(struct kunit *test) in damon_test_update_monitoring_result()
[all …]
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_mm_test.c46 static bool assert_no_holes(struct kunit *test, const struct drm_mm *mm) in assert_no_holes()
71 static bool assert_one_hole(struct kunit *test, const struct drm_mm *mm, u64 start, u64 end) in assert_one_hole()
100 static bool assert_continuous(struct kunit *test, const struct drm_mm *mm, u64 size) in assert_continuous()
162 static bool assert_node(struct kunit *test, struct drm_mm_node *node, struct drm_mm *mm, in assert_node()
194 static void drm_test_mm_init(struct kunit *test) in drm_test_mm_init()
248 static void drm_test_mm_debug(struct kunit *test) in drm_test_mm_debug()
281 static bool expect_reserve_fail(struct kunit *test, struct drm_mm *mm, struct drm_mm_node *node) in expect_reserve_fail()
301 static bool noinline_for_stack check_reserve_boundaries(struct kunit *test, struct drm_mm *mm, in check_reserve_boundaries()
344 static int __drm_test_mm_reserve(struct kunit *test, unsigned int count, u64 size) in __drm_test_mm_reserve()
466 static void drm_test_mm_reserve(struct kunit *test) in drm_test_mm_reserve()
[all …]
H A Ddrm_damage_helper_test.c26 static int drm_damage_helper_init(struct kunit *test) in drm_damage_helper_init()
95 static void check_damage_clip(struct kunit *test, struct drm_rect *r, in check_damage_clip()
119 static void drm_test_damage_iter_no_damage(struct kunit *test) in drm_test_damage_iter_no_damage()
137 static void drm_test_damage_iter_no_damage_fractional_src(struct kunit *test) in drm_test_damage_iter_no_damage_fractional_src()
158 static void drm_test_damage_iter_no_damage_src_moved(struct kunit *test) in drm_test_damage_iter_no_damage_src_moved()
177 static void drm_test_damage_iter_no_damage_fractional_src_moved(struct kunit *test) in drm_test_damage_iter_no_damage_fractional_src_moved()
197 static void drm_test_damage_iter_no_damage_not_visible(struct kunit *test) in drm_test_damage_iter_no_damage_not_visible()
215 static void drm_test_damage_iter_no_damage_no_crtc(struct kunit *test) in drm_test_damage_iter_no_damage_no_crtc()
233 static void drm_test_damage_iter_no_damage_no_fb(struct kunit *test) in drm_test_damage_iter_no_damage_no_fb()
251 static void drm_test_damage_iter_simple_damage(struct kunit *test) in drm_test_damage_iter_simple_damage()
[all …]
/openbmc/qemu/tests/tcg/s390x/
H A Dclst.c27 static const struct test { struct
34 } tests[] = { argument
H A Dex-branch.c8 struct test { struct
15 #define LINK_64(test) ((long)test ## _exp_link) argument
16 #define LINK_NONE(test) -1L argument
120 const struct test *test; in main() local
/openbmc/linux/kernel/kcsan/
H A Dkcsan_test.c35 #define KCSAN_TEST_REQUIRES(test, cond) do { \ argument
525 static void test_barrier_nothreads(struct kunit *test) in test_barrier_nothreads()
713 static void test_basic(struct kunit *test) in test_basic()
744 static void test_concurrent_races(struct kunit *test) in test_concurrent_races()
773 static void test_novalue_change(struct kunit *test) in test_novalue_change()
805 static void test_novalue_change_exception(struct kunit *test) in test_novalue_change_exception()
831 static void test_unknown_origin(struct kunit *test) in test_unknown_origin()
853 static void test_write_write_assume_atomic(struct kunit *test) in test_write_write_assume_atomic()
879 static void test_write_write_struct(struct kunit *test) in test_write_write_struct()
901 static void test_write_write_struct_part(struct kunit *test) in test_write_write_struct_part()
[all …]
/openbmc/linux/arch/s390/lib/
H A Dtest_kprobes.c11 static void setup_kprobe(struct kunit *test, struct kprobe *kp, in setup_kprobe()
19 static void test_kprobe_offset(struct kunit *test, struct kprobe *kp, in test_kprobe_offset()
36 static void test_kprobe_odd(struct kunit *test) in test_kprobe_odd()
42 static void test_kprobe_in_insn4(struct kunit *test) in test_kprobe_in_insn4()
48 static void test_kprobe_in_insn6_lo(struct kunit *test) in test_kprobe_in_insn6_lo()
54 static void test_kprobe_in_insn6_hi(struct kunit *test) in test_kprobe_in_insn6_hi()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.c118 #define busy_poll_string(test) (test)->ifobj_tx->busy_poll ? "BUSY-POLL " : "" argument
119 static char *mode_string(struct test_spec *test) in mode_string()
133 static void report_failure(struct test_spec *test) in report_failure()
381 static void __test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in __test_spec_init()
429 static void test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in test_spec_init()
456 static void test_spec_reset(struct test_spec *test) in test_spec_reset()
461 static void test_spec_set_name(struct test_spec *test, const char *name) in test_spec_set_name()
466 static void test_spec_set_xdp_prog(struct test_spec *test, struct bpf_program *xdp_prog_rx, in test_spec_set_xdp_prog()
476 static int test_spec_set_mtu(struct test_spec *test, int mtu) in test_spec_set_mtu()
527 static void pkt_stream_restore_default(struct test_spec *test) in pkt_stream_restore_default()
[all …]
H A Dtest_sock_addr.c644 static int load_insns(const struct sock_addr_test *test, in load_insns()
663 static int load_path(const struct sock_addr_test *test, const char *path) in load_path()
697 static int bind4_prog_load(const struct sock_addr_test *test) in bind4_prog_load()
702 static int bind6_prog_load(const struct sock_addr_test *test) in bind6_prog_load()
707 static int connect4_prog_load(const struct sock_addr_test *test) in connect4_prog_load()
712 static int connect6_prog_load(const struct sock_addr_test *test) in connect6_prog_load()
717 static int xmsg_ret_only_prog_load(const struct sock_addr_test *test, in xmsg_ret_only_prog_load()
728 static int sendmsg_allow_prog_load(const struct sock_addr_test *test) in sendmsg_allow_prog_load()
733 static int sendmsg_deny_prog_load(const struct sock_addr_test *test) in sendmsg_deny_prog_load()
738 static int recvmsg_allow_prog_load(const struct sock_addr_test *test) in recvmsg_allow_prog_load()
[all …]

12345678910>>...28