Lines Matching defs:security_state
47 void *smc_get_ctx(unsigned int security_state)
49 assert(security_state == NON_SECURE);
53 void smc_set_next_ctx(unsigned int security_state)
55 assert(security_state == NON_SECURE);
69 void *cm_get_context(uint32_t security_state)
71 assert(security_state == NON_SECURE);
79 void cm_set_context(void *context, uint32_t security_state)
81 assert(security_state == NON_SECURE);
92 unsigned int security_state)
94 assert(security_state == NON_SECURE);
103 unsigned int security_state)
105 assert(security_state == NON_SECURE);