Searched refs:hsa_size (Results 1 – 5 of 5) sorted by relevance
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()
244 sclp.hsa_size = size; in sclp_early_hsa_size_detect()
141 if (!OLDMEM_BASE && from < sclp.hsa_size) { in copy_oldmem_kernel()143 len = min(count, sclp.hsa_size - from); in copy_oldmem_kernel()184 if (!OLDMEM_BASE && from < sclp.hsa_size) { in copy_oldmem_user()186 len = min(count, sclp.hsa_size - from); in copy_oldmem_user()269 unsigned long hsa_end = sclp.hsa_size; in remap_oldmem_pfn_range_zfcpdump()639 if (ipl_info.type == IPL_TYPE_FCP_DUMP && !sclp.hsa_size) in elfcorehdr_alloc()
537 !OLDMEM_BASE && sclp.hsa_size) { in reserve_memory_end()538 memory_end = sclp.hsa_size; in reserve_memory_end()603 low = max_t(unsigned long, crash_size, sclp.hsa_size); in reserve_crashkernel()
89 unsigned long hsa_size; member