Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/lib/el3_runtime/
H A Dcontext_debug.h14 void report_ctx_memory_usage(void);
16 static inline void report_ctx_memory_usage(void) {} in report_ctx_memory_usage() function
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_debug.c174 void report_ctx_memory_usage(void) in report_ctx_memory_usage() function
/rk3399_ARM-atf/bl31/
H A Dbl31_main.c125 report_ctx_memory_usage(); in bl31_main()