Lines Matching refs:printf
34 printf("+-----------+-----------+-----------" \
47 printf("+-----------"); \
73 printf("| Core | GP | EL3 ");
75 printf("| EL2 ");
77 printf("| EL1 ");
81 printf("| PAUTH ");
84 printf("| Other | Total |\n");
105 printf("| %9u | %8luB | %8luB ", i, gp_size, el3_size);
114 printf("| %8luB ", elx_size);
120 printf("| %8luB ", pauth_size);
122 printf("| %8luB | %8luB |\n", size_other, core_total);
142 printf("| All | %8luB | %8luB ", gp_total, el3_total);
144 printf("| %8luB ", elx_total);
147 printf("| %8luB ", pauth_total);
150 printf("| %8luB | %8luB |\n", other_total, total);
156 printf("\n");
163 printf("Per-world context: %luB\n\n", per_world_ctx_size);
165 printf("TOTAL: %luB\n", total);
184 printf("Memory usage for %s:\n", context_name);
186 printf("------------------------");
187 len = NAME_PLACEHOLDER_LEN - printf("End %s", context_name);
189 printf("-----------------------\n\n");
192 printf("Total context memory allocated: %luB\n\n", total);