Searched refs:ump_memory_backend (Results 1 – 8 of 8) sorted by relevance
34 typedef struct ump_memory_backend { struct37 void (*shutdown)(struct ump_memory_backend *backend); argument38 u32(*stat)(struct ump_memory_backend *backend); argument42 } ump_memory_backend; argument44 ump_memory_backend *ump_memory_backend_create(void);
103 ump_memory_backend *backend;
41 static void os_memory_backend_destroy(ump_memory_backend *backend);42 static u32 os_stat(struct ump_memory_backend *backend);49 ump_memory_backend *ump_os_memory_backend_create(const int max_allocation) in ump_os_memory_backend_create()51 ump_memory_backend *backend; in ump_os_memory_backend_create()64 backend = kmalloc(sizeof(ump_memory_backend), GFP_KERNEL); in ump_os_memory_backend_create()86 static void os_memory_backend_destroy(ump_memory_backend *backend) in os_memory_backend_destroy()230 static u32 os_stat(struct ump_memory_backend *backend) in os_stat()
49 static void block_allocator_shutdown(ump_memory_backend *backend);53 static u32 block_allocator_stat(struct ump_memory_backend *backend);60 ump_memory_backend *ump_block_allocator_create(u32 base_address, u32 size) in ump_block_allocator_create()62 ump_memory_backend *backend; in ump_block_allocator_create()78 backend = kzalloc(sizeof(ump_memory_backend), GFP_KERNEL); in ump_block_allocator_create()120 static void block_allocator_shutdown(ump_memory_backend *backend) in block_allocator_shutdown()263 static u32 block_allocator_stat(struct ump_memory_backend *backend) in block_allocator_stat()
36 ump_memory_backend *ump_memory_backend_create(void) in ump_memory_backend_create()38 ump_memory_backend *backend = NULL; in ump_memory_backend_create()
20 ump_memory_backend *ump_os_memory_backend_create(const int max_allocation);
20 ump_memory_backend *ump_block_allocator_create(u32 base_address, u32 size);
75 linux/ump_memory_backend.o \