Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_debug.c88 size_t size_other = 0U; in report_allocated_memory() local
104 size_other = core_total - (el3_size + gp_size); in report_allocated_memory()
112 size_other -= elx_size; in report_allocated_memory()
118 size_other -= pauth_size; in report_allocated_memory()
122 printf("| %8luB | %8luB |\n", size_other, core_total); in report_allocated_memory()
126 other_total += size_other; in report_allocated_memory()