/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_mmu.S | 46 test tlb_group label 84 test itlb_miss label 98 test dtlb_miss label 112 test itlb_multi_hit label 127 test dtlb_multi_hit label 144 test inst_fetch_privilege label 286 test load_prohibited label 307 test store_prohibited label 427 test dtlb_autoload label 549 test cross_page_insn label [all …]
|
H A D | test_mac16.S | 46 test mul_aa label 50 test mul_ad label 54 test mul_da label 58 test mul_dd label 92 test mula_aa label 96 test mula_ad label 100 test mula_da label 104 test mula_dd label 109 test muls_aa label 125 test ldinc label [all …]
|
H A D | test_b.S | 5 test bnone label 19 test beq label 33 test blt label 51 test bltu label 71 test ball label 85 test bbc label 112 test bbci label 125 test bany label 139 test bne label 153 test bge label [all …]
|
H A D | test_fp1.S | 60 test un_s label 66 test oeq_s label 70 test ueq_s label 74 test olt_s label 78 test ult_s label 82 test ole_s label 86 test ule_s label 99 test moveqz_s label 106 test movnez_s label 131 test movf_s label [all …]
|
H A D | test_rem.S | 7 test remu_pp label 20 test remu_np label 33 test remu_pn label 46 test remu_nn label 59 test remu_exc label 74 test rems_pp label 87 test rems_np label 100 test rems_pn label 113 test rems_nn label 126 test rems_over label [all …]
|
H A D | test_rst0.S | 5 test and label 18 test or label 31 test xor label 44 test add label 59 test addx2 label 72 test addx4 label 85 test addx8 label 100 test sub label 115 test subx2 label 128 test subx4 label [all …]
|
H A D | test_quo.S | 7 test quou_pp label 20 test quou_np label 33 test quou_pn label 46 test quou_nn label 59 test quou_exc label 74 test quos_pp label 87 test quos_np label 100 test quos_pn label 113 test quos_nn label 126 test quos_over label [all …]
|
H A D | test_fp0_arith.S | 27 test add_s label 44 test add_s_inf label 57 test add_s_nan_dfpu label 84 test add_s_nan_fpu2k label 111 test sub_s label 125 test mul_s label 143 test madd_s label 149 test madd_s_precision label 156 test madd_s_nan_dfpu label 204 test madd_s_nan_fpu2k label [all …]
|
H A D | test_loop.S | 7 test loop label 16 test loop0 label 25 test loop_jump label 35 test loop_branch label 45 test loop_manual label 62 test loop_excm label 79 test lbeg_invalidation label 104 test lend_invalidation label 129 test loopnez label 144 test loopgtz label
|
H A D | test_cache.S | 18 test prefetch label 63 test dpfl_tlb_miss label 70 test dhwb_tlb_miss label 74 test dhwbi_tlb_miss label 79 test dhi_tlb_miss label 84 test dhu_tlb_miss label 92 test ipfl_tlb_miss label 96 test ihu_tlb_miss label 101 test ihi_tlb_miss label
|
H A D | test_break.S | 11 test break label 35 test breakn label 60 test ibreak label 98 test ibreak_remove label 132 test ibreak_break_priority label 149 test ibreak_icount_priority label 173 test icount label 232 test dbreak_exact label 242 test DBdbreak_overlap label 287 test DBdbreak_invalid label
|
H A D | test_dfp0_arith.S | 28 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
|
/openbmc/linux/mm/kasan/ |
H A D | kasan_test.c | 88 static void kasan_test_exit(struct kunit *test) in kasan_test_exit() 285 static void pagealloc_uaf(struct kunit *test) in pagealloc_uaf() 427 static void krealloc_uaf(struct kunit *test) in krealloc_uaf() 614 static void kmalloc_uaf(struct kunit *test) in kmalloc_uaf() 646 static void kmalloc_uaf2(struct kunit *test) in kmalloc_uaf2() 680 static void kmalloc_uaf3(struct kunit *test) in kmalloc_uaf3() 872 static void ksize_uaf(struct kunit *test) in ksize_uaf() 992 static void kasan_memchr(struct kunit *test) in kasan_memchr() 1189 static void rcu_uaf(struct kunit *test) in rcu_uaf() 1263 static void vmalloc_oob(struct kunit *test) in vmalloc_oob() [all …]
|
/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_format_test.c | 12 static void drm_test_format_block_width_invalid(struct kunit *test) in drm_test_format_block_width_invalid() 21 static void drm_test_format_block_width_one_plane(struct kunit *test) in drm_test_format_block_width_one_plane() 32 static void drm_test_format_block_width_two_plane(struct kunit *test) in drm_test_format_block_width_two_plane() 44 static void drm_test_format_block_width_three_plane(struct kunit *test) in drm_test_format_block_width_three_plane() 57 static void drm_test_format_block_width_tiled(struct kunit *test) in drm_test_format_block_width_tiled() 68 static void drm_test_format_block_height_invalid(struct kunit *test) in drm_test_format_block_height_invalid() 77 static void drm_test_format_block_height_one_plane(struct kunit *test) in drm_test_format_block_height_one_plane() 113 static void drm_test_format_block_height_tiled(struct kunit *test) in drm_test_format_block_height_tiled() 124 static void drm_test_format_min_pitch_invalid(struct kunit *test) in drm_test_format_min_pitch_invalid() 225 static void drm_test_format_min_pitch_two_plane(struct kunit *test) in drm_test_format_min_pitch_two_plane() [all …]
|
H A D | drm_cmdline_parser_test.c | 14 static void drm_test_cmdline_force_e_only(struct kunit *test) in drm_test_cmdline_force_e_only() 112 static void drm_test_cmdline_res(struct kunit *test) in drm_test_cmdline_res() 134 static void drm_test_cmdline_res_vesa(struct kunit *test) in drm_test_cmdline_res_vesa() 178 static void drm_test_cmdline_res_rblank(struct kunit *test) in drm_test_cmdline_res_rblank() 200 static void drm_test_cmdline_res_bpp(struct kunit *test) in drm_test_cmdline_res_bpp() 485 static void drm_test_cmdline_name(struct kunit *test) in drm_test_cmdline_name() 497 static void drm_test_cmdline_name_bpp(struct kunit *test) in drm_test_cmdline_name_bpp() 538 static void drm_test_cmdline_rotate_0(struct kunit *test) in drm_test_cmdline_rotate_0() 630 static void drm_test_cmdline_hmirror(struct kunit *test) in drm_test_cmdline_hmirror() 653 static void drm_test_cmdline_vmirror(struct kunit *test) in drm_test_cmdline_vmirror() [all …]
|
/openbmc/linux/lib/ |
H A D | list-test.c | 18 static void list_test_list_init(struct kunit *test) in list_test_list_init() 47 static void list_test_list_add(struct kunit *test) in list_test_list_add() 75 static void list_test_list_del(struct kunit *test) in list_test_list_del() 126 static void list_test_list_swap(struct kunit *test) in list_test_list_swap() 185 static void list_test_list_move(struct kunit *test) in list_test_list_move() 813 static void hlist_test_init(struct kunit *test) in hlist_test_init() 884 static void hlist_test_del(struct kunit *test) in hlist_test_del() 921 static void hlist_test_add(struct kunit *test) in hlist_test_add() 945 static void hlist_test_fake(struct kunit *test) in hlist_test_fake() 976 static void hlist_test_empty(struct kunit *test) in hlist_test_empty() [all …]
|
H A D | cpumask_kunit.c | 16 #define EXPECT_FOR_EACH_CPU_EQ(test, mask) \ argument 26 #define EXPECT_FOR_EACH_CPU_OP_EQ(test, op, mask1, mask2) \ argument 39 #define EXPECT_FOR_EACH_CPU_WRAP_EQ(test, mask) \ argument 49 #define EXPECT_FOR_EACH_CPU_BUILTIN_EQ(test, name) \ argument 62 static void test_cpumask_weight(struct kunit *test) in test_cpumask_weight() 73 static void test_cpumask_first(struct kunit *test) in test_cpumask_first() 83 static void test_cpumask_last(struct kunit *test) in test_cpumask_last() 91 static void test_cpumask_next(struct kunit *test) in test_cpumask_next() 103 static void test_cpumask_iterators(struct kunit *test) in test_cpumask_iterators() 117 static void test_cpumask_iterators_builtin(struct kunit *test) in test_cpumask_iterators_builtin() [all …]
|
/openbmc/linux/include/kunit/ |
H A D | test.h | 538 #define kunit_info(test, fmt, ...) \ argument 549 #define kunit_warn(test, fmt, ...) \ argument 560 #define kunit_err(test, fmt, ...) \ argument 571 #define KUNIT_SUCCEED(test) do {} while (0) argument 834 #define KUNIT_EXPECT_TRUE(test, condition) \ argument 874 #define KUNIT_EXPECT_EQ(test, left, right) \ argument 916 #define KUNIT_EXPECT_NE(test, left, right) \ argument 958 #define KUNIT_EXPECT_LT(test, left, right) \ argument 979 #define KUNIT_EXPECT_LE(test, left, right) \ argument 1445 #define KUNIT_ASSERT_NULL(test, ptr) \ argument [all …]
|
/openbmc/linux/lib/kunit/ |
H A D | kunit-test.c | 20 struct kunit *test = data; in kunit_test_successful_try() local 28 struct kunit *test = data; in kunit_test_no_catch() local 49 struct kunit *test = data; in kunit_test_unsuccessful_try() local 59 struct kunit *test = data; in kunit_test_catch() local 79 static int kunit_try_catch_test_init(struct kunit *test) in kunit_try_catch_test_init() 112 struct kunit test; member 488 static int kunit_resource_test_init(struct kunit *test) in kunit_resource_test_init() 533 static void kunit_log_test(struct kunit *test) in kunit_log_test() 559 static void kunit_log_newline_test(struct kunit *test) in kunit_log_newline_test() 622 static void kunit_current_test(struct kunit *test) in kunit_current_test() [all …]
|
/openbmc/linux/security/apparmor/ |
H A D | policy_unpack_test.c | 55 struct kunit *test, size_t buf_size) in build_aa_ext_struct() 111 static int policy_unpack_test_init(struct kunit *test) in policy_unpack_test_init() 126 static void policy_unpack_test_inbounds_when_inbounds(struct kunit *test) in policy_unpack_test_inbounds_when_inbounds() 155 static void policy_unpack_test_unpack_array_with_name(struct kunit *test) in policy_unpack_test_unpack_array_with_name() 197 static void policy_unpack_test_unpack_blob_with_name(struct kunit *test) in policy_unpack_test_unpack_blob_with_name() 242 static void policy_unpack_test_unpack_str_with_name(struct kunit *test) in policy_unpack_test_unpack_str_with_name() 399 struct kunit *test) in policy_unpack_test_unpack_u16_chunk_out_of_bounds_1() 415 struct kunit *test) in policy_unpack_test_unpack_u16_chunk_out_of_bounds_2() 452 static void policy_unpack_test_unpack_u32_with_name(struct kunit *test) in policy_unpack_test_unpack_u32_with_name() 502 static void policy_unpack_test_unpack_u64_with_name(struct kunit *test) in policy_unpack_test_unpack_u64_with_name() [all …]
|
/openbmc/linux/drivers/mmc/core/ |
H A D | mmc_test.c | 189 static void mmc_test_prepare_sbc(struct mmc_test_card *test, in mmc_test_prepare_sbc() 209 static void mmc_test_prepare_mrq(struct mmc_test_card *test, in mmc_test_prepare_mrq() 258 static int mmc_test_wait_busy(struct mmc_test_card *test) in mmc_test_wait_busy() 660 static int mmc_test_cleanup(struct mmc_test_card *test) in mmc_test_cleanup() 790 static int mmc_test_start_areq(struct mmc_test_card *test, in mmc_test_start_areq() 930 static int mmc_test_transfer(struct mmc_test_card *test, in mmc_test_transfer() 1115 static int mmc_test_pow2_read(struct mmc_test_card *test) in mmc_test_pow2_read() 1315 static int mmc_test_read_high(struct mmc_test_card *test) in mmc_test_read_high() 1499 static int mmc_test_area_fill(struct mmc_test_card *test) in mmc_test_area_fill() 2320 static int mmc_test_reset(struct mmc_test_card *test) in mmc_test_reset() [all …]
|
/openbmc/linux/drivers/clk/ |
H A D | clk-gate_test.c | 11 static void clk_gate_register_test_dev(struct kunit *test) in clk_gate_register_test_dev() 148 static void clk_gate_test_parent_rate(struct kunit *test) in clk_gate_test_parent_rate() 159 static void clk_gate_test_enable(struct kunit *test) in clk_gate_test_enable() 176 static void clk_gate_test_disable(struct kunit *test) in clk_gate_test_disable() 203 static int clk_gate_test_init(struct kunit *test) in clk_gate_test_init() 224 static void clk_gate_test_exit(struct kunit *test) in clk_gate_test_exit() 239 static void clk_gate_test_invert_enable(struct kunit *test) in clk_gate_test_invert_enable() 282 static int clk_gate_test_invert_init(struct kunit *test) in clk_gate_test_invert_init() 355 static int clk_gate_test_hiword_init(struct kunit *test) in clk_gate_test_hiword_init() 384 static void clk_gate_test_is_enabled(struct kunit *test) in clk_gate_test_is_enabled() [all …]
|
H A D | clk_test.c | 190 static int clk_test_init(struct kunit *test) in clk_test_init() 195 static int clk_maximize_test_init(struct kunit *test) in clk_maximize_test_init() 200 static int clk_minimize_test_init(struct kunit *test) in clk_minimize_test_init() 205 static void clk_test_exit(struct kunit *test) in clk_test_exit() 215 static void clk_test_get_rate(struct kunit *test) in clk_test_get_rate() 236 static void clk_test_set_get_rate(struct kunit *test) in clk_test_set_get_rate() 330 static int clk_uncached_test_init(struct kunit *test) in clk_uncached_test_init() 452 clk_multiple_parents_mux_test_init(struct kunit *test) in clk_multiple_parents_mux_test_init() 996 clk_single_parent_mux_test_exit(struct kunit *test) in clk_single_parent_mux_test_exit() 2422 clk_mux_no_reparent_test_init(struct kunit *test) in clk_mux_no_reparent_test_init() [all …]
|
/openbmc/linux/tools/testing/scatterlist/ |
H A D | main.c | 8 struct test { struct 30 static void fail(struct test *test, struct sg_table *st, const char *cond) in fail() 48 #define VALIDATE(cond, st, test) \ argument 55 struct test *test, tests[] = { in main() local
|
/openbmc/linux/kernel/events/ |
H A D | hw_breakpoint_test.c | 15 #define TEST_REQUIRES_BP_SLOTS(test, slots) \ argument 93 static struct task_struct *get_other_task(struct kunit *test) in get_other_task() 122 static void test_one_cpu(struct kunit *test) in test_one_cpu() 131 static void test_many_cpus(struct kunit *test) in test_many_cpus() 146 static void test_one_task_on_all_cpus(struct kunit *test) in test_one_task_on_all_cpus() 159 static void test_two_tasks_on_all_cpus(struct kunit *test) in test_two_tasks_on_all_cpus() 177 static void test_one_task_on_one_cpu(struct kunit *test) in test_one_task_on_one_cpu() 193 static void test_one_task_mixed(struct kunit *test) in test_one_task_mixed() 213 static void test_two_tasks_on_one_cpu(struct kunit *test) in test_two_tasks_on_one_cpu() 294 static int test_init(struct kunit *test) in test_init() [all …]
|