Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_debug.c57 size_t core_total = 0U; in report_allocated_memory() local
101 core_total = sizeof(*ctx); in report_allocated_memory()
104 size_other = core_total - (el3_size + gp_size); in report_allocated_memory()
122 printf("| %8luB | %8luB |\n", size_other, core_total); in report_allocated_memory()
127 total += core_total; in report_allocated_memory()