emu_mem
struct emu_mem *mem = &sc->mem;
struct emu_mem *mem = &sc->mem;
struct emu_mem *mem = &sc->mem;
struct emu_mem mem;
emu_malloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr,
emu_free(struct emu_mem *mem, void *dmabuf, bus_dmamap_t map)
emu_memalloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, const char *owner)
emu_memfree(struct emu_mem *mem, void *membuf)
emu_memstart(struct emu_mem *mem, void *membuf)
struct emu_mem mem; /* memory */
static void* emu_malloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, bus_dmamap_t *map);
static void emu_free(struct emu_mem *mem, void *dmabuf, bus_dmamap_t map);
static void* emu_memalloc(struct emu_mem *mem, uint32_t sz, bus_addr_t * addr, const char * owner);
static int emu_memfree(struct emu_mem *mem, void *membuf);
static int emu_memstart(struct emu_mem *mem, void *membuf);