Lines Matching defs:secure
53 * The secure bounce test tests that we can evict a TMZ buffer,
64 * This buffer A is then secure copied into buffer B which is also
70 * Then, we use another secure copy of buffer B back to buffer A.
82 #define SECURE_BOUNCE_TEST_STR "secure bounce"
156 const int secure)
160 packet[0] = htole32(secure << 18 | 1);
184 * @secure: Set to 1 to perform secure copy, 0 for clear
194 int secure)
202 size, secure);
208 secure == 1);
216 * @secure: set to 1 to submit secure IBs
226 int secure)
252 secure == 1);
374 /* Test secure buffer allocation in VRAM */
383 /* Test secure buffer allocation in system memory */
392 /* Test secure buffer allocation in invisible VRAM */
420 { "allocate secure buffer test", amdgpu_security_alloc_buf_test },
421 { "graphics secure command submission", amdgpu_security_gfx_submission_test },
422 { "sDMA secure command submission", amdgpu_security_sdma_submission_test },