Home
last modified time | relevance | path

Searched refs:hsa_size (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/s390/char/
Dzcore.c216 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()
Dsclp_early.c244 sclp.hsa_size = size; in sclp_early_hsa_size_detect()
/Linux-v4.19/arch/s390/kernel/
Dcrash_dump.c141 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()
Dsetup.c537 !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()
/Linux-v4.19/arch/s390/include/asm/
Dsclp.h89 unsigned long hsa_size; member