Lines Matching defs:state
28 #define get_yield_smc_active_flag(state) \
29 (((state) >> YIELD_SMC_ACTIVE_FLAG_SHIFT) \
31 #define set_yield_smc_active_flag(state) ((state) |= \
33 #define clr_yield_smc_active_flag(state) ((state) &= \
43 * Secure Payload execution state information i.e. aarch32 or aarch64
57 * C runtime context while performing a security state switch.
92 * Structure which helps the SPD to maintain the per-cpu state of the SP.
93 * 'state' - collection of flags to track SP state e.g. on/off
97 * 'cpu_ctx' - space to maintain SP architectural state
102 uint32_t state;