Searched refs:host_model (Results 1 – 2 of 2) sorted by relevance
1205 if (spapr->host_model) { in spapr_build_fdt()1206 _FDT(fdt_setprop_string(fdt, 0, "host-model", spapr->host_model)); in spapr_build_fdt()3352 return g_strdup(spapr->host_model); in spapr_get_host_model()3359 g_free(spapr->host_model); in spapr_set_host_model()3360 spapr->host_model = g_strdup(value); in spapr_set_host_model()
261 char *host_model; member