Searched refs:hypertas (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
H A D | firmware.c | 37 * The names in this table match names in rtas/ibm,hypertas-functions. If the 69 * device-tree/ibm,hypertas-functions. Ultimately this functionality may 72 void __init fw_hypertas_feature_init(const char *hypertas, unsigned long len) fw_hypertas_feature_init() argument 79 for (s = hypertas; s < hypertas + len; s += strlen(s) + 1) { fw_hypertas_feature_init()
|
H A D | pseries.h | 23 extern void __init fw_hypertas_feature_init(const char *hypertas, 25 extern void __init fw_vec5_feature_init(const char *hypertas,
|
H A D | setup.c | 612 * fw_cmo_feature_init - FW_FEATURE_CMO is not stored in ibm,hypertas-functions, 758 prop = of_get_flat_dt_prop(node, "ibm,hypertas-functions", pseries_probe_fw_features()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | prom_init.c | 1864 x = prom_getproplen(rtas, "ibm,hypertas-functions"); prom_find_machine_type()
|
Completed in 163 milliseconds