Home
last modified time | relevance | path

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

/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()
564 if (ipl_info.type == IPL_TYPE_FCP_DUMP && !sclp.hsa_size) in elfcorehdr_alloc()
Dsetup.c547 !OLDMEM_BASE && sclp.hsa_size) { in reserve_memory_end()
548 memory_end = sclp.hsa_size; in reserve_memory_end()
613 low = max_t(unsigned long, crash_size, sclp.hsa_size); in reserve_crashkernel()
/arch/s390/include/asm/
Dsclp.h88 unsigned long hsa_size; member