Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
H A Dzcore.c175 snprintf(str, sizeof(str), "%lx\n", sclp.hsa_size); in zcore_hsa_read()
205 if (!sclp.hsa_size) { in check_sdias()
232 if (ipib_info.ipib < sclp.hsa_size) in zcore_reipl_init()
255 if (os_info_addr < sclp.hsa_size) in zcore_reipl_init()
263 if (entry->addr < sclp.hsa_size) in zcore_reipl_init()
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()
H A Dsclp_early.c106 if (sccb->hsa_size) in sclp_early_facilities_detect()
107 sclp.hsa_size = (sccb->hsa_size - 1) * PAGE_SIZE; in sclp_early_facilities_detect()
H A Dsclp.h181 u32 hsa_size; /* 112-115 */ member
/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 Dsetup.c626 low = max_t(unsigned long, crash_size, sclp.hsa_size); in reserve_crashkernel()
H A Dipl.c1748 return sysfs_emit(page, "%lu\n", sclp.hsa_size); in dump_area_size_show()