Searched refs:shmem_base (Results 1 – 2 of 2) sorted by relevance
55 void boot_profiler_init(uint64_t shmem_base, uint32_t tmr_base) in boot_profiler_init() argument59 assert(shmem_base != ULL(0)); in boot_profiler_init()63 shmem_base_addr = shmem_base; in boot_profiler_init()66 shmem_end_base = shmem_base + (sizeof(profiler_rec_t) * in boot_profiler_init()70 head = (profiler_rec_t *)shmem_base; in boot_profiler_init()
16 void boot_profiler_init(uint64_t shmem_base, uint32_t tmr_base);
Completed in 3 milliseconds