Home
last modified time | relevance | path

Searched refs:buffer_two_blocks (Results 1 – 1 of 1) sorted by relevance

/optee_os/lib/libutee/
H A Dtee_api_operations.c30 bool buffer_two_blocks; /* True if two blocks need to be buffered */ member
48 bool buffer_two_blocks = false; in TEE_AllocateOperation() local
140 buffer_two_blocks = true; in TEE_AllocateOperation()
339 if (buffer_two_blocks) in TEE_AllocateOperation()
350 op->buffer_two_blocks = buffer_two_blocks; in TEE_AllocateOperation()
850 if (dst_op->buffer_two_blocks != src_op->buffer_two_blocks || in TEE_CopyOperation()
860 if (src_op->buffer_two_blocks) in TEE_CopyOperation()
1093 if (op->buffer_two_blocks) { in tee_buffer_update()
1125 if (!op->buffer_two_blocks) in tee_buffer_update()
1148 if (op->buffer_two_blocks) in tee_buffer_update()
[all …]