Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/char/
Dzcore.c333 if (*ppos < sclp_get_hsa_size() + HEADER_SIZE) { in zcore_read()
335 (size_t) (sclp_get_hsa_size() - mem_start)); in zcore_read()
486 snprintf(str, sizeof(str), "%lx\n", sclp_get_hsa_size()); in zcore_hsa_read()
561 if (!sclp_get_hsa_size()) { in check_sdias()
622 if (ipib_info.ipib < sclp_get_hsa_size()) in zcore_reipl_init()
Dsclp_early.c290 unsigned long sclp_get_hsa_size(void) in sclp_get_hsa_size() function
/linux-4.1.27/arch/s390/include/asm/
Dsclp.h70 unsigned long sclp_get_hsa_size(void);
/linux-4.1.27/arch/s390/kernel/
Dcrash_dump.c125 if (src < sclp_get_hsa_size()) { in copy_oldmem_page_zfcpdump()
218 unsigned long hsa_end = sclp_get_hsa_size(); in remap_oldmem_pfn_range_zfcpdump()
261 unsigned long hsa_end = sclp_get_hsa_size(); in copy_from_oldmem()
612 if (ipl_info.type == IPL_TYPE_FCP_DUMP && !sclp_get_hsa_size()) in elfcorehdr_alloc()
Dsetup.c513 !OLDMEM_BASE && sclp_get_hsa_size()) { in reserve_memory_end()
514 memory_end = sclp_get_hsa_size(); in reserve_memory_end()
579 low = max_t(unsigned long, crash_size, sclp_get_hsa_size()); in reserve_crashkernel()