Home
last modified time | relevance | path

Searched refs:test_harness (Results 1 - 25 of 277) sorted by relevance

12345678910>>...12

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c664 rc |= test_harness(test_alignment_handler_vsx_206, in main()
666 rc |= test_harness(test_alignment_handler_vsx_207, in main()
668 rc |= test_harness(test_alignment_handler_vsx_300, in main()
670 rc |= test_harness(test_alignment_handler_vsx_prefix, in main()
672 rc |= test_harness(test_alignment_handler_integer, in main()
674 rc |= test_harness(test_alignment_handler_integer_206, in main()
676 rc |= test_harness(test_alignment_handler_integer_prefix, in main()
678 rc |= test_harness(test_alignment_handler_vmx, in main()
680 rc |= test_harness(test_alignment_handler_fp, in main()
682 rc |= test_harness(test_alignment_handler_fp_20 in main()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c655 rc |= test_harness(test_alignment_handler_vsx_206, in main()
657 rc |= test_harness(test_alignment_handler_vsx_207, in main()
659 rc |= test_harness(test_alignment_handler_vsx_300, in main()
661 rc |= test_harness(test_alignment_handler_vsx_prefix, in main()
663 rc |= test_harness(test_alignment_handler_integer, in main()
665 rc |= test_harness(test_alignment_handler_integer_206, in main()
667 rc |= test_harness(test_alignment_handler_integer_prefix, in main()
669 rc |= test_harness(test_alignment_handler_vmx, in main()
671 rc |= test_harness(test_alignment_handler_fp, in main()
673 rc |= test_harness(test_alignment_handler_fp_20 in main()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c221 err |= test_harness(hashchk_detected_test, "hashchk_detected"); in main()
222 err |= test_harness(hashchk_exec_random_key_test, "hashchk_exec_random_key"); in main()
223 err |= test_harness(hashchk_fork_share_key_test, "hashchk_fork_share_key"); in main()
224 err |= test_harness(hashchk_clone_share_key_test, "hashchk_clone_share_key"); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dscr/
H A Ddscr_default_test.c162 err |= test_harness(dscr_default_lockstep_test, "dscr_default_lockstep_test"); in main()
163 err |= test_harness(dscr_default_random_test, "dscr_default_random_test"); in main()
H A Ddscr_explicit_test.c166 err |= test_harness(dscr_explicit_lockstep_test, "dscr_explicit_lockstep_test"); in main()
167 err |= test_harness(dscr_explicit_random_test, "dscr_explicit_random_test"); in main()
H A Ddscr_user_test.c59 return test_harness(dscr_user, "dscr_user_test"); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/
H A Dtm-fork.c41 return test_harness(test_fork, "tm_fork"); in main()
H A Dtm-signal-stack.c75 return test_harness(tm_signal_stack, "tm_signal_stack"); in main()
H A Dtm-signal-sigreturn-nt.c48 test_harness(tm_signal_sigreturn_nt, "tm_signal_sigreturn_nt"); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/event_code_tests/
H A Dreserved_bits_mmcra_thresh_ctl_test.c43 return test_harness(reserved_bits_mmcra_thresh_ctl, "reserved_bits_mmcra_thresh_ctl"); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/
H A Dtm-fork.c42 return test_harness(test_fork, "tm_fork"); in main()
H A Dtm-signal-stack.c76 return test_harness(tm_signal_stack, "tm_signal_stack"); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dbhrb_no_crash_wo_pmu_test.c58 return test_harness(bhrb_no_crash_wo_pmu_test, "bhrb_no_crash_wo_pmu_test"); in main()
H A Dintr_regs_no_crash_wo_pmu_test.c56 return test_harness(intr_regs_no_crash_wo_pmu_test, "intr_regs_no_crash_wo_pmu_test"); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c226 rc = test_harness(test_anon, "subpage_prot_anon"); in main()
235 return test_harness(test_file, "subpage_prot_file"); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c226 rc = test_harness(test_anon, "subpage_prot_anon"); in main()
235 return test_harness(test_file, "subpage_prot_file"); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/benchmarks/
H A Dgettimeofday.c30 return test_harness(test_gettimeofday, "gettimeofday"); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/math/
H A Dfpu_denormal.c37 return test_harness(test_denormal_fpu, "fpu_denormal"); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/
H A Dreg_access_test.c39 return test_harness(reg_access, "reg_access"); in main()
H A Dclose_clears_pmcc_test.c60 return test_harness(close_clears_pmcc, "close_clears_pmcc"); in main()
H A Dcycles_test.c57 return test_harness(cycles, "cycles"); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/dscr/
H A Ddscr_user_test.c59 return test_harness(dscr_user, "dscr_user_test"); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/
H A Dreg_access_test.c39 return test_harness(reg_access, "reg_access"); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/benchmarks/
H A Dgettimeofday.c32 return test_harness(test_gettimeofday, "gettimeofday"); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/math/
H A Dfpu_denormal.c37 return test_harness(test_denormal_fpu, "fpu_denormal"); in main()

Completed in 7 milliseconds

12345678910>>...12