Lines Matching refs:emu_mem
278 struct emu_mem { struct
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, in emu_malloc()
1075 emu_free(struct emu_mem *mem, void *dmabuf, bus_dmamap_t map) in emu_free()
1082 emu_memalloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, const char *owner) in emu_memalloc()
1144 emu_memfree(struct emu_mem *mem, void *membuf) in emu_memfree()
1168 emu_memstart(struct emu_mem *mem, void *membuf) in emu_memstart()