Lines Matching defs:secure
137 bool secure, init_shadow;
191 dev_err(adev->dev, "secure submissions not supported on ring <%s>\n", ring->name);
259 secure = false;
261 secure = ib->flags & AMDGPU_IB_FLAGS_SECURE;
262 amdgpu_ring_emit_frame_cntl(ring, true, secure);
269 if (secure != !!(ib->flags & AMDGPU_IB_FLAGS_SECURE)) {
270 amdgpu_ring_emit_frame_cntl(ring, false, secure);
271 secure = !secure;
272 amdgpu_ring_emit_frame_cntl(ring, true, secure);
281 amdgpu_ring_emit_frame_cntl(ring, false, secure);