Lines Matching defs:support
1091 /* PCIe/MSI support. Without MSI full PCIe is not supported */
1264 struct platform_support *support)
1270 support->radix_mmu = !prom_radix_disable;
1271 support->hash_mmu = true;
1282 support->radix_mmu = true;
1286 support->hash_mmu = true;
1289 prom_debug("Unknown mmu support option: 0x%x\n", val);
1295 struct platform_support *support)
1300 support->xive = !prom_xive_disable;
1311 support->xive = true;
1317 prom_debug("Unknown xive support option: 0x%x\n", val);
1323 struct platform_support *support)
1327 prom_parse_mmu_model(val & OV5_FEAT(OV5_MMU_SUPPORT), support);
1331 support->radix_gtse = !prom_radix_gtse_disable;
1335 support);
1349 "ibm,arch-vec-5-platform-support");
1365 prom_debug("Found ibm,arch-vec-5-platform-support, len: %d\n",
1368 prom_printf("WARNING: ibm,arch-vec-5-platform-support longer than expected (len: %d)\n",
1370 prom_getprop(prom.chosen, "ibm,arch-vec-5-platform-support", &vec, sizeof(vec));
1392 prom_debug("Assuming legacy hash support\n");
1407 /* Check ibm,arch-vec-5-platform-support and fixup vec5 if required */
1412 /* We need to tell the FW about the number of cores we support.
1425 /* try calling the ibm,client-architecture-support method */
1426 prom_printf("Calling ibm,client-architecture-support...");
1428 ADDR("ibm,client-architecture-support"),
1434 "-support call FAILED!\n");
1447 /* no ibm,client-architecture-support call, try the old way */