Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
H A Dsclp_early_core.c328 int __init sclp_early_get_hsa_size(unsigned long *hsa_size) in sclp_early_get_hsa_size() argument
333 *hsa_size = 0; in sclp_early_get_hsa_size()
334 if (sclp_info_sccb.hsa_size) in sclp_early_get_hsa_size()
335 *hsa_size = (sclp_info_sccb.hsa_size - 1) * PAGE_SIZE; in sclp_early_get_hsa_size()
/linux/arch/s390/boot/
H A Dstartup.c280 unsigned long hsa_size; in setup_ident_map_size() local
294 if (!sclp_early_get_hsa_size(&hsa_size) && hsa_size) { in setup_ident_map_size()
295 ident_map_size = min(ident_map_size, hsa_size); in setup_ident_map_size()
296 boot_debug("Stand-alone dump limit: 0x%016lx\n", hsa_size); in setup_ident_map_size()
/linux/arch/s390/include/asm/
H A Dsclp.h115 unsigned long hsa_size; member
178 int sclp_early_get_hsa_size(unsigned long *hsa_size);
/linux/arch/s390/kernel/
H A Dcrash_dump.c123 if (!oldmem_data.start && src < sclp.hsa_size) { in copy_oldmem_iter()
125 len = min(count, sclp.hsa_size - src); in copy_oldmem_iter()
212 unsigned long hsa_end = sclp.hsa_size; in remap_oldmem_pfn_range_zfcpdump()
626 if (is_ipl_type_dump() && !sclp.hsa_size) in elfcorehdr_alloc()
H A Dipl.c1749 return sysfs_emit(page, "%lu\n", sclp.hsa_size); in dump_area_size_show()