Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dhelper.c7181 char *tmp_string; in register_cp_regs_for_features()
7193 tmp_string = g_strdup_printf("PRBAR%u", i); in register_cp_regs_for_features()
7195 .name = tmp_string, .type = ARM_CP_ALIAS | ARM_CP_NO_RAW, in register_cp_regs_for_features()
7202 g_free(tmp_string); in register_cp_regs_for_features()
7205 tmp_string = g_strdup_printf("PRLAR%u", i); in register_cp_regs_for_features()
7207 .name = tmp_string, .type = ARM_CP_ALIAS | ARM_CP_NO_RAW, in register_cp_regs_for_features()
7214 g_free(tmp_string); in register_cp_regs_for_features()
7223 tmp_string = g_strdup_printf("HPRBAR%u", i); in register_cp_regs_for_features()
7225 .name = tmp_string, in register_cp_regs_for_features()
7232 g_free(tmp_string); in register_cp_regs_for_features()
6923 char *tmp_string; register_cp_regs_for_features() local
[all...]