Home
last modified time | relevance | path

Searched refs:shmem_base (Results 1 – 2 of 2) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/lib/debug/
A Dprofiler.c55 void boot_profiler_init(uint64_t shmem_base, uint32_t tmr_base) in boot_profiler_init() argument
59 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()
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/include/lib/
A Dprofiler.h16 void boot_profiler_init(uint64_t shmem_base, uint32_t tmr_base);

Completed in 2 milliseconds