Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_descriptor_mapping.c24 static ump_descriptor_table *descriptor_table_alloc(int count);
40 map->table = descriptor_table_alloc(init_entries); in ump_descriptor_mapping_create()
80 new_table = descriptor_table_alloc(nr_mappings_new); in ump_descriptor_mapping_allocate_mapping()
137 static ump_descriptor_table *descriptor_table_alloc(int count) in descriptor_table_alloc() function