Lines Matching defs:emu_mem
278 struct emu_mem {
368 struct emu_mem mem; /* memory */
381 static void* emu_malloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, bus_dmamap_t *map);
382 static void emu_free(struct emu_mem *mem, void *dmabuf, bus_dmamap_t map);
383 static void* emu_memalloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, const char * owner);
384 static int emu_memfree(struct emu_mem *mem, void *membuf);
385 static int emu_memstart(struct emu_mem *mem, void *membuf);
1053 emu_malloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr,
1075 emu_free(struct emu_mem *mem, void *dmabuf, bus_dmamap_t map)
1082 emu_memalloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, const char *owner)
1144 emu_memfree(struct emu_mem *mem, void *membuf)
1168 emu_memstart(struct emu_mem *mem, void *membuf)