Searched refs:mmap_addr (Results 1 – 2 of 2) sorted by relevance
78 uint8_t *mmap_addr; /* Memory allocated via mmap */ member
483 state->mmap_addr = os_malloc(state->ram_size + SB_SDRAM_ALIGN); in state_init()484 state->ram_buf = (uint8_t *)ALIGN((uintptr_t)state->mmap_addr, in state_init()538 os_free(state->mmap_addr); in state_uninit()
Completed in 6 milliseconds