Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_debug.c90 size_t gp_size = 0U; in report_allocated_memory() local
103 gp_size = sizeof(ctx->gpregs_ctx); in report_allocated_memory()
104 size_other = core_total - (el3_size + gp_size); in report_allocated_memory()
105 printf("| %9u | %8luB | %8luB ", i, gp_size, el3_size); in report_allocated_memory()
124 gp_total += gp_size; in report_allocated_memory()