Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/lib/debug/
A Dprofiler.c33 static uint64_t shmem_base_addr; variable
63 shmem_base_addr = shmem_base; in boot_profiler_init()
102 (void)mmap_add_dynamic_region(shmem_base_addr, in boot_profiler_add_record()
103 shmem_base_addr, in boot_profiler_add_record()
128 if (shmem_base_addr != ULL(0)) { in boot_profiler_deinit()
136 flush_dcache_range(shmem_base_addr, PROFILER_SIZE_BYTES); in boot_profiler_deinit()
140 (void)mmap_remove_dynamic_region(shmem_base_addr, in boot_profiler_deinit()

Completed in 2 milliseconds