Lines Matching refs:hypertas
908 GString *hypertas = g_string_sized_new(256); in spapr_dt_rtas() local
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()
939 add_str(hypertas, "hcall-set-mode"); in spapr_dt_rtas()
940 add_str(hypertas, "hcall-sprg0"); in spapr_dt_rtas()
941 add_str(hypertas, "hcall-copy"); in spapr_dt_rtas()
942 add_str(hypertas, "hcall-debug"); in spapr_dt_rtas()
943 add_str(hypertas, "hcall-vphn"); in spapr_dt_rtas()
945 add_str(hypertas, "hcall-rpt-invalidate"); in spapr_dt_rtas()
951 add_str(hypertas, "hcall-multi-tce"); in spapr_dt_rtas()
955 add_str(hypertas, "hcall-hpt-resize"); in spapr_dt_rtas()
958 add_str(hypertas, "hcall-watchdog"); in spapr_dt_rtas()
961 hypertas->str, hypertas->len)); in spapr_dt_rtas()
962 g_string_free(hypertas, TRUE); in spapr_dt_rtas()