Lines Matching refs:assert
32 assert(tsp_ctx); in tspd_init_tsp_ep_state()
33 assert(tsp_entry_point); in tspd_init_tsp_ep_state()
34 assert(pc); in tspd_init_tsp_ep_state()
40 assert(rw == TSP_AARCH64); in tspd_init_tsp_ep_state()
75 assert(tsp_ctx != NULL); in tspd_synchronous_sp_entry()
76 assert(tsp_ctx->c_rt_ctx == 0); in tspd_synchronous_sp_entry()
79 assert(cm_get_context(SECURE) == &tsp_ctx->cpu_ctx); in tspd_synchronous_sp_entry()
102 assert(tsp_ctx != NULL); in tspd_synchronous_sp_exit()
104 assert(cm_get_context(SECURE) == &tsp_ctx->cpu_ctx); in tspd_synchronous_sp_exit()
107 assert(tsp_ctx->c_rt_ctx != 0); in tspd_synchronous_sp_exit()
111 assert(0); in tspd_synchronous_sp_exit()