Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/char/
Dzcore.c333 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()
Dsclp_early.c241 sclp.hsa_size = size; in sclp_hsa_size_detect()
/linux-4.4.14/arch/s390/kernel/
Dcrash_dump.c91 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()
Dsetup.c515 !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()
/linux-4.4.14/arch/s390/include/asm/
Dsclp.h64 unsigned long hsa_size; member