Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/s390/char/
Dsclp_early_core.c286 int __init sclp_early_get_hsa_size(unsigned long *hsa_size) in sclp_early_get_hsa_size() argument
291 *hsa_size = 0; in sclp_early_get_hsa_size()
292 if (sclp_info_sccb.hsa_size) in sclp_early_get_hsa_size()
293 *hsa_size = (sclp_info_sccb.hsa_size - 1) * PAGE_SIZE; in sclp_early_get_hsa_size()
Dsclp_early.c90 if (sccb->hsa_size) in sclp_early_facilities_detect()
91 sclp.hsa_size = (sccb->hsa_size - 1) * PAGE_SIZE; in sclp_early_facilities_detect()
Dzcore.c171 snprintf(str, sizeof(str), "%lx\n", sclp.hsa_size); in zcore_hsa_read()
202 if (!sclp.hsa_size) { in check_sdias()
226 if (ipib_info.ipib < sclp.hsa_size) in zcore_reipl_init()
Dsclp.h190 u32 hsa_size; /* 112-115 */ member
/Linux-v5.10/arch/s390/include/asm/
Dsclp.h92 unsigned long hsa_size; member
120 int sclp_early_get_hsa_size(unsigned long *hsa_size);
/Linux-v5.10/arch/s390/kernel/
Dcrash_dump.c143 if (!OLDMEM_BASE && from < sclp.hsa_size) { in copy_oldmem_kernel()
145 len = min(count, sclp.hsa_size - from); in copy_oldmem_kernel()
186 if (!OLDMEM_BASE && from < sclp.hsa_size) { in copy_oldmem_user()
188 len = min(count, sclp.hsa_size - from); in copy_oldmem_user()
271 unsigned long hsa_end = sclp.hsa_size; in remap_oldmem_pfn_range_zfcpdump()
639 if (is_ipl_type_dump() && !sclp.hsa_size) in elfcorehdr_alloc()
Dsetup.c698 low = max_t(unsigned long, crash_size, sclp.hsa_size); in reserve_crashkernel()