Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/char/
A Dsclp_early_core.c326 int __init sclp_early_get_hsa_size(unsigned long *hsa_size) in sclp_early_get_hsa_size() argument
331 *hsa_size = 0; in sclp_early_get_hsa_size()
332 if (sclp_info_sccb.hsa_size) in sclp_early_get_hsa_size()
333 *hsa_size = (sclp_info_sccb.hsa_size - 1) * PAGE_SIZE; in sclp_early_get_hsa_size()
A Dsclp_early.c104 if (sccb->hsa_size) in sclp_early_facilities_detect()
105 sclp.hsa_size = (sccb->hsa_size - 1) * PAGE_SIZE; in sclp_early_facilities_detect()
A 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()
A Dsclp.h186 u32 hsa_size; /* 112-115 */ member
/linux-6.3-rc2/arch/s390/boot/
A Dstartup.c154 unsigned long hsa_size; in setup_ident_map_size() local
167 if (!sclp_early_get_hsa_size(&hsa_size) && hsa_size) in setup_ident_map_size()
168 ident_map_size = min(ident_map_size, hsa_size); in setup_ident_map_size()
/linux-6.3-rc2/arch/s390/include/asm/
A Dsclp.h105 unsigned long hsa_size; member
138 int sclp_early_get_hsa_size(unsigned long *hsa_size);
/linux-6.3-rc2/arch/s390/kernel/
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()
580 if (is_ipl_type_dump() && !sclp.hsa_size) in elfcorehdr_alloc()
A Dsetup.c672 low = max_t(unsigned long, crash_size, sclp.hsa_size); in reserve_crashkernel()

Completed in 12 milliseconds