Struct optee_teec::ParamTmpRef [−][src]
pub struct ParamTmpRef<'a> { /* fields omitted */ }
Expand description
This type defines a temporary memory reference. It is used as a
Operation
parameter when the corresponding parameter type is one of
MemrefTempInput
, MemrefTempOutput
, or MemrefTempInout
.
Implementations
Creates a temporary input only memory reference.
buffer
is a region of memory which needs to be temporarily
registered for the duration of the Operation
.
Creates a temporary memory reference. buffer
is a region of memory
which needs to be temporarily registered for the duration of the
Operation
.