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.c6922 char *tmp_string; in register_cp_regs_for_features() local
6934 tmp_string = g_strdup_printf("PRBAR%u", i); in register_cp_regs_for_features()
6936 .name = tmp_string, .type = ARM_CP_ALIAS | ARM_CP_NO_RAW, in register_cp_regs_for_features()
6943 g_free(tmp_string); in register_cp_regs_for_features()
6946 tmp_string = g_strdup_printf("PRLAR%u", i); in register_cp_regs_for_features()
6948 .name = tmp_string, .type = ARM_CP_ALIAS | ARM_CP_NO_RAW, in register_cp_regs_for_features()
6955 g_free(tmp_string); in register_cp_regs_for_features()
6964 tmp_string = g_strdup_printf("HPRBAR%u", i); in register_cp_regs_for_features()
6966 .name = tmp_string, in register_cp_regs_for_features()
6973 g_free(tmp_string); in register_cp_regs_for_features()
[all …]