Symbol: test_harness
tools/testing/selftests/powerpc/alignment/alignment_handler.c
655
rc |= test_harness(test_alignment_handler_vsx_206,
tools/testing/selftests/powerpc/alignment/alignment_handler.c
657
rc |= test_harness(test_alignment_handler_vsx_207,
tools/testing/selftests/powerpc/alignment/alignment_handler.c
659
rc |= test_harness(test_alignment_handler_vsx_300,
tools/testing/selftests/powerpc/alignment/alignment_handler.c
661
rc |= test_harness(test_alignment_handler_vsx_prefix,
tools/testing/selftests/powerpc/alignment/alignment_handler.c
663
rc |= test_harness(test_alignment_handler_integer,
tools/testing/selftests/powerpc/alignment/alignment_handler.c
665
rc |= test_harness(test_alignment_handler_integer_206,
tools/testing/selftests/powerpc/alignment/alignment_handler.c
667
rc |= test_harness(test_alignment_handler_integer_prefix,
tools/testing/selftests/powerpc/alignment/alignment_handler.c
669
rc |= test_harness(test_alignment_handler_vmx,
tools/testing/selftests/powerpc/alignment/alignment_handler.c
671
rc |= test_harness(test_alignment_handler_fp,
tools/testing/selftests/powerpc/alignment/alignment_handler.c
673
rc |= test_harness(test_alignment_handler_fp_205,
tools/testing/selftests/powerpc/alignment/alignment_handler.c
675
rc |= test_harness(test_alignment_handler_fp_206,
tools/testing/selftests/powerpc/alignment/alignment_handler.c
677
rc |= test_harness(test_alignment_handler_fp_prefix,
tools/testing/selftests/powerpc/alignment/copy_first_unaligned.c
66
return test_harness(test_copy_first_unaligned, "test_copy_first_unaligned");
tools/testing/selftests/powerpc/benchmarks/futex_bench.c
42
return test_harness(test_futex, "futex_bench");
tools/testing/selftests/powerpc/benchmarks/gettimeofday.c
32
return test_harness(test_gettimeofday, "gettimeofday");
tools/testing/selftests/powerpc/benchmarks/mmap_bench.c
89
return test_harness(test_mmap, "mmap_bench");
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
120
return test_harness(test_cache_shape, "cache_shape");
tools/testing/selftests/powerpc/copyloops/exc_validate.c
123
return test_harness(test_copy_exception, str(COPY_LOOP));
tools/testing/selftests/powerpc/copyloops/memmove_validate.c
57
return test_harness(testcase_run, "memmove");
tools/testing/selftests/powerpc/copyloops/validate.c
112
return test_harness(test_copy_loop, str(COPY_LOOP));
tools/testing/selftests/powerpc/dexcr/dexcr_test.c
210
err |= test_harness(dexcr_prctl_ibrtpd_test, "dexcr_prctl_ibrtpd");
tools/testing/selftests/powerpc/dexcr/dexcr_test.c
211
err |= test_harness(dexcr_prctl_srapd_test, "dexcr_prctl_srapd");
tools/testing/selftests/powerpc/dexcr/dexcr_test.c
212
err |= test_harness(dexcr_prctl_nphie_test, "dexcr_prctl_nphie");
tools/testing/selftests/powerpc/dexcr/hashchk_test.c
227
err |= test_harness(hashchk_detected_test, "hashchk_detected");
tools/testing/selftests/powerpc/dexcr/hashchk_test.c
228
err |= test_harness(hashchk_exec_random_key_test, "hashchk_exec_random_key");
tools/testing/selftests/powerpc/dexcr/hashchk_test.c
229
err |= test_harness(hashchk_fork_share_key_test, "hashchk_fork_share_key");
tools/testing/selftests/powerpc/dexcr/hashchk_test.c
230
err |= test_harness(hashchk_clone_share_key_test, "hashchk_clone_share_key");
tools/testing/selftests/powerpc/dscr/dscr_default_test.c
162
err |= test_harness(dscr_default_lockstep_test, "dscr_default_lockstep_test");
tools/testing/selftests/powerpc/dscr/dscr_default_test.c
163
err |= test_harness(dscr_default_random_test, "dscr_default_random_test");
tools/testing/selftests/powerpc/dscr/dscr_explicit_test.c
166
err |= test_harness(dscr_explicit_lockstep_test, "dscr_explicit_lockstep_test");
tools/testing/selftests/powerpc/dscr/dscr_explicit_test.c
167
err |= test_harness(dscr_explicit_random_test, "dscr_explicit_random_test");
tools/testing/selftests/powerpc/dscr/dscr_inherit_exec_test.c
107
return test_harness(dscr_inherit_exec, "dscr_inherit_exec_test");
tools/testing/selftests/powerpc/dscr/dscr_inherit_test.c
85
return test_harness(dscr_inherit, "dscr_inherit_test");
tools/testing/selftests/powerpc/dscr/dscr_sysfs_test.c
88
return test_harness(dscr_sysfs, "dscr_sysfs_test");
tools/testing/selftests/powerpc/dscr/dscr_sysfs_thread_test.c
78
return test_harness(dscr_sysfs_thread, "dscr_sysfs_thread_test");
tools/testing/selftests/powerpc/dscr/dscr_user_test.c
59
return test_harness(dscr_user, "dscr_user_test");
tools/testing/selftests/powerpc/include/utils.h
35
int test_harness(int (test_function)(void), const char *name);
tools/testing/selftests/powerpc/math/fpu_denormal.c
37
return test_harness(test_denormal_fpu, "fpu_denormal");
tools/testing/selftests/powerpc/math/fpu_preempt.c
104
return test_harness(test_preempt_fpu, "fpu_preempt");
tools/testing/selftests/powerpc/math/fpu_signal.c
126
return test_harness(test_signal_fpu, "fpu_signal");
tools/testing/selftests/powerpc/math/fpu_syscall.c
86
return test_harness(test_syscall_fpu, "syscall_fpu");
tools/testing/selftests/powerpc/math/mma.c
47
return test_harness(mma, "mma");
tools/testing/selftests/powerpc/math/vmx_preempt.c
112
return test_harness(test_preempt_vmx, "vmx_preempt");
tools/testing/selftests/powerpc/math/vmx_signal.c
155
return test_harness(test_signal_vmx, "vmx_signal");
tools/testing/selftests/powerpc/math/vmx_syscall.c
90
return test_harness(test_vmx_syscall, "vmx_syscall");
tools/testing/selftests/powerpc/math/vsx_preempt.c
144
return test_harness(test_preempt_vsx, "vsx_preempt");
tools/testing/selftests/powerpc/mce/inject-ra-err.c
63
return test_harness(test_ra_error, "inject-ra-err");
tools/testing/selftests/powerpc/mm/bad_accesses.c
143
return test_harness(test, "bad_accesses");
tools/testing/selftests/powerpc/mm/exec_prot.c
230
return test_harness(test, "exec_prot");
tools/testing/selftests/powerpc/mm/hugetlb_vs_thp_test.c
76
return test_harness(test_main, "hugetlb_vs_thp");
tools/testing/selftests/powerpc/mm/large_vm_fork_separation.c
86
return test_harness(test, "large_vm_fork_separation");
tools/testing/selftests/powerpc/mm/large_vm_gpr_corruption.c
157
return test_harness(test, "large_vm_gpr_corruption");
tools/testing/selftests/powerpc/mm/pkey_exec_prot.c
293
return test_harness(test, "pkey_exec_prot");
tools/testing/selftests/powerpc/mm/pkey_siginfo.c
332
return test_harness(test, "pkey_siginfo");
tools/testing/selftests/powerpc/mm/prot_sao.c
47
return test_harness(test_prot_sao, "prot-sao");
tools/testing/selftests/powerpc/mm/segv_errors.c
77
return test_harness(test_segv_errors, "segv_errors");
tools/testing/selftests/powerpc/mm/stack_expansion_ldst.c
195
return test_harness(test, "stack_expansion_ldst");
tools/testing/selftests/powerpc/mm/stack_expansion_signal.c
117
return test_harness(test, "stack_expansion_signal");
tools/testing/selftests/powerpc/mm/subpage_prot.c
226
rc = test_harness(test_anon, "subpage_prot_anon");
tools/testing/selftests/powerpc/mm/subpage_prot.c
235
return test_harness(test_file, "subpage_prot_file");
tools/testing/selftests/powerpc/mm/wild_bctr.c
169
return test_harness(test_wild_bctr, "wild_bctr");
tools/testing/selftests/powerpc/papr_attributes/attr_test.c
112
return test_harness(verify_energy_info, "papr_attributes");
tools/testing/selftests/powerpc/papr_sysparm/papr_sysparm.c
191
if (test_harness(t->function, t->description))
tools/testing/selftests/powerpc/papr_vpd/papr_vpd.c
347
if (test_harness(t->function, t->description))
tools/testing/selftests/powerpc/pmu/count_instructions.c
146
return test_harness(count_instructions, "count_instructions");
tools/testing/selftests/powerpc/pmu/count_stcx_fail.c
160
return test_harness(count_ll_sc, "count_ll_sc");
tools/testing/selftests/powerpc/pmu/ebb/back_to_back_ebbs_test.c
105
return test_harness(back_to_back_ebbs, "back_to_back_ebbs");
tools/testing/selftests/powerpc/pmu/ebb/close_clears_pmcc_test.c
60
return test_harness(close_clears_pmcc, "close_clears_pmcc");
tools/testing/selftests/powerpc/pmu/ebb/cpu_event_pinned_vs_ebb_test.c
93
return test_harness(cpu_event_pinned_vs_ebb, "cpu_event_pinned_vs_ebb");
tools/testing/selftests/powerpc/pmu/ebb/cpu_event_vs_ebb_test.c
89
return test_harness(cpu_event_vs_ebb, "cpu_event_vs_ebb");
tools/testing/selftests/powerpc/pmu/ebb/cycles_test.c
57
return test_harness(cycles, "cycles");
tools/testing/selftests/powerpc/pmu/ebb/cycles_with_freeze_test.c
116
return test_harness(cycles_with_freeze, "cycles_with_freeze");
tools/testing/selftests/powerpc/pmu/ebb/cycles_with_mmcr2_test.c
91
return test_harness(cycles_with_mmcr2, "cycles_with_mmcr2");
tools/testing/selftests/powerpc/pmu/ebb/ebb_on_child_test.c
87
return test_harness(ebb_on_child, "ebb_on_child");
tools/testing/selftests/powerpc/pmu/ebb/ebb_on_willing_child_test.c
91
return test_harness(ebb_on_willing_child, "ebb_on_willing_child");
tools/testing/selftests/powerpc/pmu/ebb/ebb_vs_cpu_event_test.c
86
return test_harness(ebb_vs_cpu_event, "ebb_vs_cpu_event");
tools/testing/selftests/powerpc/pmu/ebb/event_attributes_test.c
132
return test_harness(event_attributes, "event_attributes");
tools/testing/selftests/powerpc/pmu/ebb/fork_cleanup_test.c
79
return test_harness(fork_cleanup, "fork_cleanup");
tools/testing/selftests/powerpc/pmu/ebb/instruction_count_test.c
166
return test_harness(instruction_count, "instruction_count");
tools/testing/selftests/powerpc/pmu/ebb/lost_exception_test.c
101
return test_harness(lost_exception, "lost_exception");
tools/testing/selftests/powerpc/pmu/ebb/multi_counter_test.c
85
return test_harness(multi_counter, "multi_counter");
tools/testing/selftests/powerpc/pmu/ebb/multi_ebb_procs_test.c
106
return test_harness(multi_ebb_procs, "multi_ebb_procs");
tools/testing/selftests/powerpc/pmu/ebb/no_handler_test.c
60
return test_harness(no_handler_test,"no_handler_test");
tools/testing/selftests/powerpc/pmu/ebb/pmae_handling_test.c
105
return test_harness(pmae_handling, "pmae_handling");
tools/testing/selftests/powerpc/pmu/ebb/pmc56_overflow_test.c
92
return test_harness(pmc56_overflow, "pmc56_overflow");
tools/testing/selftests/powerpc/pmu/ebb/reg_access_test.c
39
return test_harness(reg_access, "reg_access");
tools/testing/selftests/powerpc/pmu/ebb/regs_access_pmccext_test.c
62
return test_harness(regs_access_pmccext, "regs_access_pmccext");
tools/testing/selftests/powerpc/pmu/ebb/task_event_pinned_vs_ebb_test.c
92
return test_harness(task_event_pinned_vs_ebb, "task_event_pinned_vs_ebb");
tools/testing/selftests/powerpc/pmu/ebb/task_event_vs_ebb_test.c
84
return test_harness(task_event_vs_ebb, "task_event_vs_ebb");
tools/testing/selftests/powerpc/pmu/event_code_tests/blacklisted_events_test.c
131
return test_harness(blacklisted_events, "blacklisted_events");
tools/testing/selftests/powerpc/pmu/event_code_tests/event_alternatives_tests_p10.c
109
return test_harness(event_alternatives_tests_p10, "event_alternatives_tests_p10");
tools/testing/selftests/powerpc/pmu/event_code_tests/event_alternatives_tests_p9.c
115
return test_harness(event_alternatives_tests_p9, "event_alternatives_tests_p9");
tools/testing/selftests/powerpc/pmu/event_code_tests/generic_events_valid_test.c
130
return test_harness(generic_events_valid_test, "generic_events_valid_test");
tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_cache_test.c
59
return test_harness(group_constraint_cache, "group_constraint_cache");
tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_l2l3_sel_test.c
63
return test_harness(group_constraint_l2l3_sel, "group_constraint_l2l3_sel");
tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_mmcra_sample_test.c
53
return test_harness(group_constraint_mmcra_sample, "group_constraint_mmcra_sample");
tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_pmc56_test.c
62
return test_harness(group_constraint_pmc56, "group_constraint_pmc56");
tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_pmc_count_test.c
69
return test_harness(group_constraint_pmc_count, "group_constraint_pmc_count");
tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_radix_scope_qual_test.c
54
return test_harness(group_constraint_radix_scope_qual,
tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_repeat_test.c
55
return test_harness(group_constraint_repeat, "group_constraint_repeat");
tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_thresh_cmp_test.c
95
return test_harness(group_constraint_thresh_cmp, "group_constraint_thresh_cmp");
tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_thresh_ctl_test.c
63
return test_harness(group_constraint_thresh_ctl, "group_constraint_thresh_ctl");
tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_thresh_sel_test.c
62
return test_harness(group_constraint_thresh_sel, "group_constraint_thresh_sel");
tools/testing/selftests/powerpc/pmu/event_code_tests/group_constraint_unit_test.c
73
return test_harness(group_constraint_unit, "group_constraint_unit");
tools/testing/selftests/powerpc/pmu/event_code_tests/group_pmc56_exclude_constraints_test.c
63
return test_harness(group_pmc56_exclude_constraints, "group_pmc56_exclude_constraints");
tools/testing/selftests/powerpc/pmu/event_code_tests/hw_cache_event_type_test.c
87
return test_harness(hw_cache_event_type_test, "hw_cache_event_type_test");
tools/testing/selftests/powerpc/pmu/event_code_tests/invalid_event_code_test.c
66
return test_harness(invalid_event_code, "invalid_event_code");
tools/testing/selftests/powerpc/pmu/event_code_tests/reserved_bits_mmcra_sample_elig_mode_test.c
76
return test_harness(reserved_bits_mmcra_sample_elig_mode,
tools/testing/selftests/powerpc/pmu/event_code_tests/reserved_bits_mmcra_thresh_ctl_test.c
43
return test_harness(reserved_bits_mmcra_thresh_ctl, "reserved_bits_mmcra_thresh_ctl");
tools/testing/selftests/powerpc/pmu/l3_bank_test.c
50
return test_harness(l3_bank_test, "l3_bank_test");
tools/testing/selftests/powerpc/pmu/per_event_excludes.c
110
return test_harness(per_event_excludes, "per_event_excludes");
tools/testing/selftests/powerpc/pmu/sampling_tests/bhrb_filter_map_test.c
116
return test_harness(bhrb_filter_map_test, "bhrb_filter_map_test");
tools/testing/selftests/powerpc/pmu/sampling_tests/bhrb_no_crash_wo_pmu_test.c
58
return test_harness(bhrb_no_crash_wo_pmu_test, "bhrb_no_crash_wo_pmu_test");
tools/testing/selftests/powerpc/pmu/sampling_tests/check_extended_reg_test.c
34
return test_harness(check_extended_reg_test, "check_extended_reg_test");
tools/testing/selftests/powerpc/pmu/sampling_tests/intr_regs_no_crash_wo_pmu_test.c
56
return test_harness(intr_regs_no_crash_wo_pmu_test, "intr_regs_no_crash_wo_pmu_test");
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_cc56run_test.c
58
return test_harness(mmcr0_cc56run, "mmcr0_cc56run");
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_exceptionbits_test.c
58
return test_harness(mmcr0_exceptionbits, "mmcr0_exceptionbits");
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_fc56_pmc1ce_test.c
58
return test_harness(mmcr0_fc56_pmc1ce, "mmcr0_fc56_pmc1ce");
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_fc56_pmc56_test.c
57
return test_harness(mmcr0_fc56_pmc56, "mmcr0_fc56_pmc56");
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_pmccext_test.c
58
return test_harness(mmcr0_pmccext, "mmcr0_pmccext");
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_pmcjce_test.c
57
return test_harness(mmcr0_pmcjce, "mmcr0_pmcjce");
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr1_comb_test.c
65
return test_harness(mmcr1_comb, "mmcr1_comb");
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr1_sel_unit_cache_test.c
76
FAIL_IF(test_harness(mmcr1_sel_unit_cache, "mmcr1_sel_unit_cache"));
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr2_fcs_fch_test.c
84
return test_harness(mmcr2_fcs_fch, "mmcr2_fcs_fch");
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr2_l2l3_test.c
73
return test_harness(mmcr2_l2l3, "mmcr2_l2l3");
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr3_src_test.c
66
return test_harness(mmcr3_src, "mmcr3_src");
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_any_test.c
64
return test_harness(mmcra_bhrb_any_test, "mmcra_bhrb_any_test");
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_cond_test.c
68
return test_harness(mmcra_bhrb_cond_test, "mmcra_bhrb_cond_test");
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_disable_no_branch_test.c
63
return test_harness(mmcra_bhrb_disable_no_branch_test, "mmcra_bhrb_disable_no_branch_test");
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_disable_test.c
65
return test_harness(mmcra_bhrb_disable_test, "mmcra_bhrb_disable_test");
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_ind_call_test.c
68
return test_harness(mmcra_bhrb_ind_call_test, "mmcra_bhrb_ind_call_test");
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_thresh_cmp_test.c
73
FAIL_IF(test_harness(mmcra_thresh_cmp, "mmcra_thresh_cmp"));
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_thresh_marked_sample_test.c
79
return test_harness(mmcra_thresh_marked_sample, "mmcra_thresh_marked_sample");
tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c
146
return test_harness(test_body, "load_unaligned_zeropad");
tools/testing/selftests/powerpc/ptrace/core-pkey.c
422
return test_harness(core_pkey, "core_pkey");
tools/testing/selftests/powerpc/ptrace/perf-hwbreak.c
894
return test_harness(perf_hwbreak, "perf_hwbreak");
tools/testing/selftests/powerpc/ptrace/ptrace-gpr.c
173
return test_harness(ptrace_gpr, "ptrace_gpr");
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
626
return test_harness(ptrace_hwbreak, "ptrace-hwbreak");
tools/testing/selftests/powerpc/ptrace/ptrace-perf-hwbreak.c
441
err |= test_harness(same_watch_addr_test, "same_watch_addr");
tools/testing/selftests/powerpc/ptrace/ptrace-perf-hwbreak.c
442
err |= test_harness(perf_then_ptrace_test, "perf_then_ptrace");
tools/testing/selftests/powerpc/ptrace/ptrace-pkey.c
305
return test_harness(ptrace_pkey, "ptrace_pkey");
tools/testing/selftests/powerpc/ptrace/ptrace-syscall.c
227
return test_harness(ptrace_syscall, "ptrace_syscall");
tools/testing/selftests/powerpc/ptrace/ptrace-tar.c
133
return test_harness(ptrace_tar, "ptrace_tar");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-gpr.c
154
return test_harness(ptrace_tm_gpr, "ptrace_tm_gpr");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-gpr.c
165
return test_harness(ptrace_tm_spd_gpr, "ptrace_tm_spd_gpr");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-tar.c
170
return test_harness(ptrace_tm_spd_tar, "ptrace_tm_spd_tar");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spd-vsx.c
180
return test_harness(ptrace_tm_spd_vsx, "ptrace_tm_spd_vsx");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-spr.c
163
return test_harness(ptrace_tm_spr, "ptrace_tm_spr");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-tar.c
156
return test_harness(ptrace_tm_tar, "ptrace_tm_tar");
tools/testing/selftests/powerpc/ptrace/ptrace-tm-vsx.c
163
return test_harness(ptrace_tm_vsx, "ptrace_tm_vsx");
tools/testing/selftests/powerpc/ptrace/ptrace-vsx.c
114
return test_harness(ptrace_vsx, "ptrace_vsx");
tools/testing/selftests/powerpc/security/entry_flush.c
138
return test_harness(entry_flush_test, "entry_flush_test");
tools/testing/selftests/powerpc/security/rfi_flush.c
141
return test_harness(rfi_flush_test, "rfi_flush_test");
tools/testing/selftests/powerpc/security/spectre_v2.c
234
return test_harness(spectre_v2_test, "spectre_v2");
tools/testing/selftests/powerpc/security/uaccess_flush.c
157
return test_harness(uaccess_flush_test, "uaccess_flush_test");
tools/testing/selftests/powerpc/signal/sig_sc_double_restart.c
173
return test_harness(test_restart, "sig sys restart");
tools/testing/selftests/powerpc/signal/sigfuz.c
324
return test_harness(signal_fuzzer, "signal_fuzzer");
tools/testing/selftests/powerpc/signal/signal.c
106
return test_harness(test_signal, "signal");
tools/testing/selftests/powerpc/signal/signal_tm.c
106
return test_harness(test_signal_tm, "signal_tm");
tools/testing/selftests/powerpc/signal/sigreturn_kernel.c
131
return test_harness(test_sigreturn_kernel, "sigreturn_kernel");
tools/testing/selftests/powerpc/signal/sigreturn_unaligned.c
42
return test_harness(test_sigreturn_unaligned, "sigreturn_unaligned");
tools/testing/selftests/powerpc/signal/sigreturn_vdso.c
126
return test_harness(test_sigreturn_vdso, "sigreturn_vdso");
tools/testing/selftests/powerpc/stringloops/memcmp.c
168
return test_harness(testcases, "memcmp");
tools/testing/selftests/powerpc/stringloops/strlen.c
126
return test_harness(testcase, "strlen");
tools/testing/selftests/powerpc/syscalls/ipc_unmuxed.c
56
return test_harness(ipc_unmuxed, "ipc_unmuxed");
tools/testing/selftests/powerpc/syscalls/rtas_filter.c
223
return test_harness(test, "rtas_filter");
tools/testing/selftests/powerpc/tm/tm-exec.c
66
return test_harness(test_exec, "tm_exec");
tools/testing/selftests/powerpc/tm/tm-fork.c
42
return test_harness(test_fork, "tm_fork");
tools/testing/selftests/powerpc/tm/tm-poison.c
181
return test_harness(tm_poison_test, "tm_poison_test");
tools/testing/selftests/powerpc/tm/tm-resched-dscr.c
100
return test_harness(tm_resched_dscr, "tm_resched_dscr");
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-fpu.c
110
return test_harness(tm_signal_context_chk_fpu, "tm_signal_context_chk_fpu");
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-gpr.c
112
return test_harness(tm_signal_context_chk_gpr, "tm_signal_context_chk_gpr");
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vmx.c
135
return test_harness(tm_signal_context_chk, "tm_signal_context_chk_vmx");
tools/testing/selftests/powerpc/tm/tm-signal-context-chk-vsx.c
184
return test_harness(tm_signal_context_chk, "tm_signal_context_chk_vsx");
tools/testing/selftests/powerpc/tm/tm-signal-context-force-tm.c
179
return test_harness(tm_signal_context_force_tm, "tm_signal_context_force_tm");
tools/testing/selftests/powerpc/tm/tm-signal-msr-resv.c
73
return test_harness(tm_signal_msr_resv, "tm_signal_msr_resv");
tools/testing/selftests/powerpc/tm/tm-signal-pagefault.c
284
return test_harness(tm_signal_pagefault, "tm_signal_pagefault");
tools/testing/selftests/powerpc/tm/tm-signal-sigreturn-nt.c
49
return test_harness(tm_signal_sigreturn_nt, "tm_signal_sigreturn_nt");
tools/testing/selftests/powerpc/tm/tm-signal-stack.c
76
return test_harness(tm_signal_stack, "tm_signal_stack");
tools/testing/selftests/powerpc/tm/tm-sigreturn.c
93
return test_harness(tm_sigreturn, "tm_sigreturn");
tools/testing/selftests/powerpc/tm/tm-syscall.c
127
return test_harness(tm_syscall, "tm_syscall");
tools/testing/selftests/powerpc/tm/tm-tar.c
91
return test_harness(test_tar, "tm_tar");
tools/testing/selftests/powerpc/tm/tm-tmspr.c
143
return test_harness(test_tmspr, "tm_tmspr");
tools/testing/selftests/powerpc/tm/tm-trap.c
333
return test_harness(tm_trap_test, "tm_trap_test");
tools/testing/selftests/powerpc/tm/tm-unavailable.c
410
return test_harness(tm_unavailable_test, "tm_unavailable_test");
tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c
117
return test_harness(tm_vmx_unavail_test, "tm_vmx_unavail_test");
tools/testing/selftests/powerpc/tm/tm-vmxcopy.c
104
return test_harness(test_vmxcopy, "tm_vmxcopy");
tools/testing/selftests/powerpc/vphn/test-vphn.c
410
return test_harness(test_vphn, "test-vphn");