Home
last modified time | relevance | path

Searched refs:ump_descriptor_table (Results 1 – 2 of 2) 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);
30 static void descriptor_table_free(ump_descriptor_table *table);
71 ump_descriptor_table *new_table; in ump_descriptor_mapping_allocate_mapping()
72 ump_descriptor_table *old_table = map->table; in ump_descriptor_mapping_allocate_mapping()
137 static ump_descriptor_table *descriptor_table_alloc(int count) in descriptor_table_alloc()
139 ump_descriptor_table *table; in descriptor_table_alloc()
141 …table = _mali_osk_calloc(1, sizeof(ump_descriptor_table) + ((sizeof(unsigned long) * count) / BITS… in descriptor_table_alloc()
144 table->usage = (u32 *)((u8 *)table + sizeof(ump_descriptor_table)); in descriptor_table_alloc()
145 …table->mappings = (void **)((u8 *)table + sizeof(ump_descriptor_table) + ((sizeof(unsigned long) *… in descriptor_table_alloc()
151 static void descriptor_table_free(ump_descriptor_table *table) in descriptor_table_free()
H A Dump_kernel_descriptor_mapping.h23 typedef struct ump_descriptor_table { struct
26 } ump_descriptor_table; typedef
36 ump_descriptor_table *table; /**< Pointer to the current mapping table */