Searched refs:add_str (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/ppc/ |
H A D | spapr.c | 346 static void add_str(GString *s, const gchar *s1) in add_str() function 930 add_str(hypertas, "hcall-pft"); in spapr_dt_rtas() 931 add_str(hypertas, "hcall-term"); in spapr_dt_rtas() 932 add_str(hypertas, "hcall-dabr"); in spapr_dt_rtas() 933 add_str(hypertas, "hcall-interrupt"); in spapr_dt_rtas() 934 add_str(hypertas, "hcall-tce"); in spapr_dt_rtas() 935 add_str(hypertas, "hcall-vio"); in spapr_dt_rtas() 936 add_str(hypertas, "hcall-splpar"); in spapr_dt_rtas() 937 add_str(hypertas, "hcall-join"); in spapr_dt_rtas() 938 add_str(hypertas, "hcall-bulk"); in spapr_dt_rtas() [all …]
|