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.c6923 char *tmp_string; in register_cp_regs_for_features() local
6935 tmp_string = g_strdup_printf("PRBAR%u", i); in register_cp_regs_for_features()
6937 .name = tmp_string, .type = ARM_CP_ALIAS | ARM_CP_NO_RAW, in register_cp_regs_for_features()
6944 g_free(tmp_string); in register_cp_regs_for_features()
6947 tmp_string = g_strdup_printf("PRLAR%u", i); in register_cp_regs_for_features()
6949 .name = tmp_string, .type = ARM_CP_ALIAS | ARM_CP_NO_RAW, in register_cp_regs_for_features()
6956 g_free(tmp_string); in register_cp_regs_for_features()
6965 tmp_string = g_strdup_printf("HPRBAR%u", i); in register_cp_regs_for_features()
6967 .name = tmp_string, in register_cp_regs_for_features()
6974 g_free(tmp_string); in register_cp_regs_for_features()
[all …]