Searched refs:test_v2p2v (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/pta/tests/ |
| H A D | invoke.c | 32 static int test_v2p2v(void *va, size_t size) in test_v2p2v() function 190 if (test_v2p2v(in, p[0].memref.size)) in test_entry_params() 204 if (test_v2p2v(in, p[1].memref.size)) in test_entry_params() 218 if (test_v2p2v(in, p[2].memref.size)) in test_entry_params() 232 if (test_v2p2v(in, p[3].memref.size)) in test_entry_params() 279 if (test_v2p2v(src, sz) || test_v2p2v(dst, sz)) in test_inject_sdp() 316 if (test_v2p2v(buf, sz)) in test_transform_sdp() 361 if (test_v2p2v(src, sz) || test_v2p2v(dst, sz)) in test_dump_sdp()
|