Searched refs:tmp_string (Results 1 – 1 of 1) sorted by relevance
8699 char *tmp_string; in register_cp_regs_for_features() local8711 tmp_string = g_strdup_printf("PRBAR%u", i); in register_cp_regs_for_features()8713 .name = tmp_string, .type = ARM_CP_ALIAS | ARM_CP_NO_RAW, in register_cp_regs_for_features()8720 g_free(tmp_string); in register_cp_regs_for_features()8723 tmp_string = g_strdup_printf("PRLAR%u", i); in register_cp_regs_for_features()8725 .name = tmp_string, .type = ARM_CP_ALIAS | ARM_CP_NO_RAW, in register_cp_regs_for_features()8732 g_free(tmp_string); in register_cp_regs_for_features()8741 tmp_string = g_strdup_printf("HPRBAR%u", i); in register_cp_regs_for_features()8743 .name = tmp_string, in register_cp_regs_for_features()8750 g_free(tmp_string); in register_cp_regs_for_features()[all …]