/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_format_helper_test.c | 453 static u16 *le16buf_to_cpu(struct kunit *test, const __le16 *buf, size_t buf_size) in le16buf_to_cpu() 468 static u32 *le32buf_to_cpu(struct kunit *test, const __le32 *buf, size_t buf_size) in le32buf_to_cpu() 483 static __le32 *cpubuf_to_le32(struct kunit *test, const u32 *buf, size_t buf_size) in cpubuf_to_le32() 507 static void drm_test_fb_xrgb8888_to_gray8(struct kunit *test) in drm_test_fb_xrgb8888_to_gray8() 537 static void drm_test_fb_xrgb8888_to_rgb332(struct kunit *test) in drm_test_fb_xrgb8888_to_rgb332() 567 static void drm_test_fb_xrgb8888_to_rgb565(struct kunit *test) in drm_test_fb_xrgb8888_to_rgb565() 603 static void drm_test_fb_xrgb8888_to_xrgb1555(struct kunit *test) in drm_test_fb_xrgb8888_to_xrgb1555() 634 static void drm_test_fb_xrgb8888_to_argb1555(struct kunit *test) in drm_test_fb_xrgb8888_to_argb1555() 665 static void drm_test_fb_xrgb8888_to_rgba5551(struct kunit *test) in drm_test_fb_xrgb8888_to_rgba5551() 696 static void drm_test_fb_xrgb8888_to_rgb888(struct kunit *test) in drm_test_fb_xrgb8888_to_rgb888() [all …]
|
/openbmc/linux/lib/ |
H A D | kunit_iov_iter.c | 47 static void *__init iov_kunit_create_buffer(struct kunit *test, in iov_kunit_create_buffer() 72 static void __init iov_kunit_load_kvec(struct kunit *test, in iov_kunit_load_kvec() 98 static void __init iov_kunit_copy_to_kvec(struct kunit *test) in iov_kunit_copy_to_kvec() 148 static void __init iov_kunit_copy_from_kvec(struct kunit *test) in iov_kunit_copy_from_kvec() 216 static void __init iov_kunit_load_bvec(struct kunit *test, in iov_kunit_load_bvec() 257 static void __init iov_kunit_copy_to_bvec(struct kunit *test) in iov_kunit_copy_to_bvec() 311 static void __init iov_kunit_copy_from_bvec(struct kunit *test) in iov_kunit_copy_from_bvec() 373 static void __init iov_kunit_load_xarray(struct kunit *test, in iov_kunit_load_xarray() 390 static struct xarray *iov_kunit_create_xarray(struct kunit *test) in iov_kunit_create_xarray() 404 static void __init iov_kunit_copy_to_xarray(struct kunit *test) in iov_kunit_copy_to_xarray() [all …]
|
H A D | test_bits.c | 10 static void genmask_test(struct kunit *test) in genmask_test() 27 static void genmask_ull_test(struct kunit *test) in genmask_ull_test() 42 static void genmask_input_check_test(struct kunit *test) in genmask_input_check_test()
|
H A D | test_hash.c | 72 test_int__hash_32(struct kunit *test, struct test_hash_params *params) in test_int__hash_32() 85 test_int_hash_64(struct kunit *test, struct test_hash_params *params, u32 const *m, int *k) in test_int_hash_64() 110 test_int_hash(struct kunit *test, unsigned long long h64, u32 hash_or[2][33]) in test_int_hash() 144 static void test_string_or(struct kunit *test) in test_string_or() 169 static void test_hash_or(struct kunit *test) in test_hash_or()
|
H A D | strcat_kunit.c | 13 static void strcat_test(struct kunit *test) in strcat_test() 32 static void strncat_test(struct kunit *test) in strncat_test() 59 static void strlcat_test(struct kunit *test) in strlcat_test()
|
H A D | overflow_kunit.c | 358 static void shift_sane_test(struct kunit *test) in shift_sane_test() 407 static void shift_overflow_test(struct kunit *test) in shift_overflow_test() 461 static void shift_truncate_test(struct kunit *test) in shift_truncate_test() 499 static void shift_nonsense_test(struct kunit *test) in shift_nonsense_test() 609 static void overflow_allocation_test(struct kunit *test) in overflow_allocation_test() 649 static void overflow_size_helpers_test(struct kunit *test) in overflow_size_helpers_test() 739 static void overflows_type_test(struct kunit *test) in overflows_type_test() 951 static void same_type_test(struct kunit *test) in same_type_test() 1026 static void castable_to_type_test(struct kunit *test) in castable_to_type_test()
|
H A D | fortify_kunit.c | 28 static void known_sizes_test(struct kunit *test) in known_sizes_test() 61 static void control_flow_split_test(struct kunit *test) in control_flow_split_test() 66 #define KUNIT_EXPECT_BOS(test, p, expected, name) \ argument 72 #define KUNIT_EXPECT_BDOS(test, p, expected, name) \ argument 76 #define KUNIT_EXPECT_BDOS(test, p, expected, name) \ argument
|
/openbmc/linux/lib/kunit/ |
H A D | static_stub.c | 26 static bool __kunit_static_stub_resource_match(struct kunit *test, in __kunit_static_stub_resource_match() 41 void *__kunit_get_static_stub_address_impl(struct kunit *test, void *real_fn_addr) in __kunit_get_static_stub_address_impl() 60 void kunit_deactivate_static_stub(struct kunit *test, void *real_fn_addr) in kunit_deactivate_static_stub() 87 void __kunit_activate_static_stub(struct kunit *test, in __kunit_activate_static_stub()
|
H A D | string-stream-test.c | 14 static void string_stream_test_empty_on_creation(struct kunit *test) in string_stream_test_empty_on_creation() 21 static void string_stream_test_not_empty_after_add(struct kunit *test) in string_stream_test_not_empty_after_add() 30 static void string_stream_test_get_string(struct kunit *test) in string_stream_test_get_string()
|
/openbmc/libpldm/tests/transport/ |
H A D | transport.cpp | 10 struct pldm_transport_test* test = NULL; in TEST() local 31 struct pldm_transport_test* test = NULL; in TEST() local 57 struct pldm_transport_test* test = NULL; in TEST() local 109 struct pldm_transport_test* test = NULL; in TEST() local 159 struct pldm_transport_test* test = NULL; in TEST() local
|
/openbmc/linux/drivers/base/test/ |
H A D | platform-device-test.c | 18 static int platform_device_devm_init(struct kunit *test) in platform_device_devm_init() 55 static void platform_device_devm_register_unregister_test(struct kunit *test) in platform_device_devm_register_unregister_test() 84 static void platform_device_devm_register_get_unregister_with_devm_test(struct kunit *test) in platform_device_devm_register_get_unregister_with_devm_test() 131 static void probed_platform_device_devm_register_unregister_test(struct kunit *test) in probed_platform_device_devm_register_unregister_test() 170 static void probed_platform_device_devm_register_get_unregister_with_devm_test(struct kunit *test) in probed_platform_device_devm_register_get_unregister_with_devm_test()
|
/openbmc/linux/drivers/gpu/drm/ttm/tests/ |
H A D | ttm_device_test.c | 18 static void ttm_device_init_basic(struct kunit *test) in ttm_device_init_basic() 47 static void ttm_device_init_multiple(struct kunit *test) in ttm_device_init_multiple() 74 static void ttm_device_fini_basic(struct kunit *test) in ttm_device_fini_basic() 97 static void ttm_device_init_no_vma_man(struct kunit *test) in ttm_device_init_no_vma_man() 153 static void ttm_device_init_pools(struct kunit *test) in ttm_device_init_pools()
|
/openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
H A D | kernel-dev.json | 3 "test": { object 25 "test": { object 47 "test": { object 69 "test": { object 91 "test": { object 113 "test": { object 135 "test": { object 157 "test": { object 179 "test": { object
|
H A D | bsp-hw.json | 3 "test": { object 37 "test": { object 63 "test": { object 93 "test": { object 115 "test": { object 145 "test": { object 171 "test": { object 197 "test": { object 219 "test": { object 249 "test": { object [all …]
|
/openbmc/linux/kernel/ |
H A D | resource_kunit.c | 83 static void resource_do_test(struct kunit *test, bool ret, struct resource *r, in resource_do_test() 92 static void resource_do_union_test(struct kunit *test, struct result *r) in resource_do_union_test() 106 static void resource_test_union(struct kunit *test) in resource_test_union() 116 static void resource_do_intersection_test(struct kunit *test, struct result *r) in resource_do_intersection_test() 130 static void resource_test_intersection(struct kunit *test) in resource_test_intersection()
|
/openbmc/linux/drivers/fpga/tests/ |
H A D | fpga-mgr-test.c | 54 static char *init_test_buffer(struct kunit *test, size_t count) in init_test_buffer() 192 static void fpga_mgr_test_get(struct kunit *test) in fpga_mgr_test_get() 203 static void fpga_mgr_test_lock(struct kunit *test) in fpga_mgr_test_lock() 218 static void fpga_mgr_test_img_load_buf(struct kunit *test) in fpga_mgr_test_img_load_buf() 246 static void fpga_mgr_test_img_load_sgt(struct kunit *test) in fpga_mgr_test_img_load_sgt() 280 static int fpga_mgr_test_init(struct kunit *test) in fpga_mgr_test_init() 302 static void fpga_mgr_test_exit(struct kunit *test) in fpga_mgr_test_exit()
|
/openbmc/linux/tools/testing/selftests/kvm/s390x/ |
H A D | tprot.c | 72 struct test { struct 79 * We perform each test in the array by executing TEST PROTECTION on argument
|
/openbmc/qemu/tests/qtest/ |
H A D | dbus-vmstate-test.c | 96 get_connection(Test *test, guint *ownid) in get_connection() 149 set_id_list(Test *test, QTestState *s) in set_id_list() 172 test_dbus_vmstate(Test *test) in test_dbus_vmstate() 274 Test test = { 0, }; in test_dbus_vmstate_without_list() local 285 Test test = { .id_list = "idA,idB" }; in test_dbus_vmstate_with_list() local 296 Test test = { .id_list = "idA" }; in test_dbus_vmstate_only_a() local 307 Test test = { .id_list = "idA,idC", .migrate_fail = true }; in test_dbus_vmstate_missing_src() local 324 Test test = { .id_list = "idA,idB", in test_dbus_vmstate_missing_dst() local
|
H A D | pxe-test.c | 66 static void test_pxe_one(const testdef_t *test, bool ipv6) in test_pxe_one() 91 const testdef_t *test = data; in test_pxe_ipv4() local 98 const testdef_t *test = data; in test_pxe_ipv6() local 108 const testdef_t *test = &tests[i]; in test_batch() local
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | runner.py | 57 def startTest(self, test): argument 63 def stopTest(self, test): argument 135 def extractExtraResults(self, test, details = None): argument 150 def addError(self, test, *args, details = None): argument 154 def addFailure(self, test, *args, details = None): argument 158 def addSuccess(self, test, details = None): argument 164 def addExpectedFailure(self, test, *args, details = None): argument 168 def addUnexpectedSuccess(self, test, details = None): argument
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | branch-relative-long.c | 19 struct test { struct 24 static const struct test tests[] = { argument
|
H A D | add-logical-with-carry.c | 9 static const struct test { struct 16 * Each test starts with CC 0 and executes two chained ADD LOGICAL WITH argument
|
/openbmc/linux/drivers/gpu/drm/vc4/tests/ |
H A D | vc4_test_pv_muxing.c | 26 static bool check_fifo_conflict(struct kunit *test, in check_fifo_conflict() 122 get_vc4_crtc_state_for_encoder(struct kunit *test, in get_vc4_crtc_state_for_encoder() 144 static bool check_channel_for_encoder(struct kunit *test, in check_channel_for_encoder() 676 static void drm_vc4_test_pv_muxing(struct kunit *test) in drm_vc4_test_pv_muxing() 705 static void drm_vc4_test_pv_muxing_invalid(struct kunit *test) in drm_vc4_test_pv_muxing_invalid() 724 static int vc4_pv_muxing_test_init(struct kunit *test) in vc4_pv_muxing_test_init() 783 static void drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable(struct kunit *test) in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable() 855 static void drm_test_vc5_pv_muxing_bugs_stable_fifo(struct kunit *test) in drm_test_vc5_pv_muxing_bugs_stable_fifo() 950 drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable_too_many_crtc_state(struct kunit *test) in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable_too_many_crtc_state()
|
H A D | vc4_mock.c | 109 static int __build_one_pipe(struct kunit *test, struct drm_device *drm, in __build_one_pipe() 140 static int __build_mock(struct kunit *test, struct drm_device *drm, in __build_mock() 163 static struct vc4_dev *__mock_device(struct kunit *test, bool is_vc5) in __mock_device() 204 struct vc4_dev *vc4_mock_device(struct kunit *test) in vc4_mock_device() 209 struct vc4_dev *vc5_mock_device(struct kunit *test) in vc5_mock_device()
|
/openbmc/linux/drivers/base/power/ |
H A D | qos-test.c | 9 static void freq_qos_test_min(struct kunit *test) in freq_qos_test_min() 37 static void freq_qos_test_maxdef(struct kunit *test) in freq_qos_test_maxdef() 78 static void freq_qos_test_readd(struct kunit *test) in freq_qos_test_readd()
|