Searched refs:hsa_size (Results 1 – 5 of 5) sorted by relevance
333 if (*ppos < sclp.hsa_size + HEADER_SIZE) { in zcore_read()335 (size_t) (sclp.hsa_size - mem_start)); in zcore_read()486 snprintf(str, sizeof(str), "%lx\n", sclp.hsa_size); in zcore_hsa_read()561 if (!sclp.hsa_size) { in check_sdias()622 if (ipib_info.ipib < sclp.hsa_size) in zcore_reipl_init()
241 sclp.hsa_size = size; in sclp_hsa_size_detect()
91 if (src < sclp.hsa_size) { in copy_oldmem_page_zfcpdump()184 unsigned long hsa_end = sclp.hsa_size; in remap_oldmem_pfn_range_zfcpdump()227 unsigned long hsa_end = sclp.hsa_size; in copy_from_oldmem()580 if (ipl_info.type == IPL_TYPE_FCP_DUMP && !sclp.hsa_size) in elfcorehdr_alloc()
515 !OLDMEM_BASE && sclp.hsa_size) { in reserve_memory_end()516 memory_end = sclp.hsa_size; in reserve_memory_end()581 low = max_t(unsigned long, crash_size, sclp.hsa_size); in reserve_crashkernel()
64 unsigned long hsa_size; member