Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_debug.c62 size_t per_world_ctx_size = 0U; in report_allocated_memory() local
159 per_world_ctx_size = sizeof(per_world_context[security_state_idx]); in report_allocated_memory()
161 total += per_world_ctx_size; in report_allocated_memory()
163 printf("Per-world context: %luB\n\n", per_world_ctx_size); in report_allocated_memory()