Home
last modified time | relevance | path

Searched refs:new_table (Results 1 – 1 of 1) sorted by relevance

/hyp/core/cspace_twolevel/src/
A Dcspace_twolevel.c257 cap_table_t *new_table; in cspace_allocate_cap_table() local
279 new_table = (cap_table_t *)ret.r; in cspace_allocate_cap_table()
280 (void)memset_s(new_table, sizeof(*new_table), 0, sizeof(*new_table)); in cspace_allocate_cap_table()
282 new_table->partition = object_get_partition_additional(partition); in cspace_allocate_cap_table()
283 new_table->cspace = cspace; in cspace_allocate_cap_table()
284 new_table->index = index; in cspace_allocate_cap_table()
286 *table = new_table; in cspace_allocate_cap_table()

Completed in 12 milliseconds