Searched refs:hypertas (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | firmware.c | 78 static void __init fw_hypertas_feature_init(const char *hypertas, in fw_hypertas_feature_init() argument 86 for (s = hypertas; s < hypertas + len; s += strlen(s) + 1) { in fw_hypertas_feature_init()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 901 GString *hypertas = g_string_sized_new(256); in spapr_dt_rtas() local 923 add_str(hypertas, "hcall-pft"); in spapr_dt_rtas() 924 add_str(hypertas, "hcall-term"); in spapr_dt_rtas() 925 add_str(hypertas, "hcall-dabr"); in spapr_dt_rtas() 926 add_str(hypertas, "hcall-interrupt"); in spapr_dt_rtas() 927 add_str(hypertas, "hcall-tce"); in spapr_dt_rtas() 928 add_str(hypertas, "hcall-vio"); in spapr_dt_rtas() 929 add_str(hypertas, "hcall-splpar"); in spapr_dt_rtas() 930 add_str(hypertas, "hcall-join"); in spapr_dt_rtas() 931 add_str(hypertas, "hcall-bulk"); in spapr_dt_rtas() [all …]
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 7541 present in the "ibm,hypertas-functions" device-tree property. 8315 present in the "ibm,hypertas-functions" device-tree property.
|