Searched refs:hsa_size (Results 1 – 4 of 4) sorted by relevance
291 int __init sclp_early_get_hsa_size(unsigned long *hsa_size) in sclp_early_get_hsa_size() argument296 *hsa_size = 0; in sclp_early_get_hsa_size()297 if (sclp_info_sccb.hsa_size) in sclp_early_get_hsa_size()298 *hsa_size = (sclp_info_sccb.hsa_size - 1) * PAGE_SIZE; in sclp_early_get_hsa_size()
90 if (sccb->hsa_size) in sclp_early_facilities_detect()91 sclp.hsa_size = (sccb->hsa_size - 1) * PAGE_SIZE; in sclp_early_facilities_detect()
216 snprintf(str, sizeof(str), "%lx\n", sclp.hsa_size); in zcore_hsa_read()247 if (!sclp.hsa_size) { in check_sdias()271 if (ipib_info.ipib < sclp.hsa_size) in zcore_reipl_init()
190 u32 hsa_size; /* 112-115 */ member