Lines Matching defs:state
18 * OPTEE PM state information e.g. OPTEE is suspended, uninitialised etc
19 * and macros to access the state information in the per-cpu 'state' flags
27 #define get_optee_pstate(state) ((state >> OPTEE_PSTATE_SHIFT) & \
29 #define clr_optee_pstate(state) (state &= ~(OPTEE_PSTATE_MASK \
39 * OPTEE execution state information i.e. aarch32 or aarch64
66 * C runtime context while performing a security state switch.
121 * Structure which helps the OPTEED to maintain the per-cpu state of OPTEE.
122 * 'state' - collection of flags to track OPTEE state e.g. on/off
126 * 'cpu_ctx' - space to maintain OPTEE architectural state
129 uint32_t state;