Lines Matching full:secure
51 /* --------------------- Secure bounce test ------------------------ *
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) in amdgpu_sdma_lcopy() argument
160 packet[0] = htole32(secure << 18 | 1); in amdgpu_sdma_lcopy()
184 * @secure: Set to 1 to perform secure copy, 0 for clear
194 int secure) in amdgpu_bo_lcopy() argument
202 size, secure); in amdgpu_bo_lcopy()
208 secure == 1); in amdgpu_bo_lcopy()
216 * @secure: set to 1 to submit secure IBs
226 int secure) in amdgpu_bo_move() argument
252 secure == 1); in amdgpu_bo_move()
374 /* Test secure buffer allocation in VRAM */ in amdgpu_security_alloc_buf_test()
383 /* Test secure buffer allocation in system memory */ in amdgpu_security_alloc_buf_test()
392 /* Test secure buffer allocation in invisible VRAM */ in amdgpu_security_alloc_buf_test()
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 },