Searched refs:ion_heap (Results 1 – 4 of 4) sorted by relevance
/optee_test/host/xtest/ |
A D | sdp_basic.c | 432 int ion_heap, int rnd_offset, int verbosity) in sdp_basic_test() argument 460 fd = allocate_ion_buffer(sdp_size, ion_heap, verbosity); in sdp_basic_test() 463 sdp_size, ion_heap, fd); in sdp_basic_test() 587 fd = allocate_ion_buffer(size, ion_heap, verbosity); in sdp_out_of_bounds_memref_test() 590 size, ion_heap, fd); in sdp_out_of_bounds_memref_test() 691 int ion_heap = DEFAULT_ION_HEAP_TYPE; in sdp_basic_runner_cmd_parser() local 700 usage(argv[0], test_size, test_loop, ion_heap); in sdp_basic_runner_cmd_parser() 715 ion_heap = atoi(argv[i]); in sdp_basic_runner_cmd_parser() 721 usage(argv[0], test_size, test_loop, ion_heap); in sdp_basic_runner_cmd_parser() 728 err = sdp_basic_test(TEST_NS_TO_TA, test_size, test_loop, ion_heap, in sdp_basic_runner_cmd_parser() [all …]
|
A D | sdp_basic.h | 24 size_t size, size_t loop, int ion_heap, 27 int sdp_out_of_bounds_memref_test(size_t size, int ion_heap, int verbosity);
|
A D | aes_perf.c | 32 static int ion_heap = DEFAULT_ION_HEAP_TYPE; variable 219 …intf(stderr, " --ion-heap ID Set ION heap ID where to allocate secure buffers [%d]\n", ion_heap); in usage() 259 input_sdp_fd = allocate_ion_buffer(sz, ion_heap, verbosity); in alloc_buffers() 274 output_sdp_fd = allocate_ion_buffer(sz, ion_heap, verbosity); in alloc_buffers() 646 ion_heap = atoi(argv[i]); in aes_perf_runner_cmd_parser()
|
A D | regression_1000.c | 1241 int ion_heap = DEFAULT_ION_HEAP_TYPE; in xtest_tee_test_1014() local 1248 ret = sdp_basic_test(test, size, loop, ion_heap, rnd_offset, 0); in xtest_tee_test_1014() 1254 ret = sdp_basic_test(test, size, loop, ion_heap, rnd_offset, 0); in xtest_tee_test_1014() 1260 ret = sdp_basic_test(test, size, loop, ion_heap, rnd_offset, 0); in xtest_tee_test_1014() 1266 ret = sdp_basic_test(test, size, loop, ion_heap, rnd_offset, 0); in xtest_tee_test_1014() 1271 ret = sdp_out_of_bounds_memref_test(size, ion_heap, 0); in xtest_tee_test_1014()
|
Completed in 41 milliseconds