Searched refs:hsa_size (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/s390/char/ |
| H A D | zcore.c | 176 snprintf(str, sizeof(str), "%lx\n", sclp.hsa_size); in zcore_hsa_read() 206 if (!sclp.hsa_size) { in check_sdias() 233 if (ipib_info.ipib < sclp.hsa_size) in zcore_reipl_init() 256 if (os_info_addr < sclp.hsa_size) in zcore_reipl_init() 264 if (entry->addr < sclp.hsa_size) in zcore_reipl_init()
|
| H A D | sclp_early_core.c | 328 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 D | sclp_early.c | 106 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 D | sclp.h | 181 u32 hsa_size; /* 112-115 */ member
|
| /linux-6.15/arch/s390/boot/ |
| H A D | startup.c | 269 unsigned long hsa_size; in setup_ident_map_size() local 283 if (!sclp_early_get_hsa_size(&hsa_size) && hsa_size) { in setup_ident_map_size() 284 ident_map_size = min(ident_map_size, hsa_size); in setup_ident_map_size() 285 boot_debug("Stand-alone dump limit: 0x%016lx\n", hsa_size); in setup_ident_map_size()
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | sclp.h | 115 unsigned long hsa_size; member 178 int sclp_early_get_hsa_size(unsigned long *hsa_size);
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | crash_dump.c | 122 if (!oldmem_data.start && src < sclp.hsa_size) { in copy_oldmem_iter() 124 len = min(count, sclp.hsa_size - src); in copy_oldmem_iter() 211 unsigned long hsa_end = sclp.hsa_size; in remap_oldmem_pfn_range_zfcpdump() 625 if (is_ipl_type_dump() && !sclp.hsa_size) in elfcorehdr_alloc()
|
| H A D | setup.c | 628 low = max_t(unsigned long, crash_size, sclp.hsa_size); in reserve_crashkernel()
|
| H A D | ipl.c | 1724 return sysfs_emit(page, "%lu\n", sclp.hsa_size); in dump_area_size_show()
|