Searched refs:serv_pool_sa (Results 1 – 1 of 1) sorted by relevance
30 static uintptr_t serv_pool_sa = SERV_INFORAM_START; variable49 struct service_t *p_serv_allocated = (struct service_t *)serv_pool_sa; in tfm_allocate_service_assuredly()55 serv_pool_sa += service_count * sizeof(struct service_t); in tfm_allocate_service_assuredly()56 if (serv_pool_sa > serv_pool_ea) { in tfm_allocate_service_assuredly()