Searched refs:hsa_size (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | sclp_early_core.c | 286 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()
|
H A D | sclp_early.c | 91 if (sccb->hsa_size) in sclp_early_facilities_detect() 92 sclp.hsa_size = (sccb->hsa_size - 1) * PAGE_SIZE; in sclp_early_facilities_detect()
|
H A D | zcore.c | 180 snprintf(str, sizeof(str), "%lx\n", sclp.hsa_size); in zcore_hsa_read() 211 if (!sclp.hsa_size) { in check_sdias() 235 if (ipib_info.ipib < sclp.hsa_size) in zcore_reipl_init()
|
H A D | sclp.h | 190 u32 hsa_size; /* 112-115 */ member
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | sclp_early_core.c | 326 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()
|
H A D | zcore.c | 178 snprintf(str, sizeof(str), "%lx\n", sclp.hsa_size); in zcore_hsa_read() 209 if (!sclp.hsa_size) { in check_sdias() 236 if (ipib_info.ipib < sclp.hsa_size) in zcore_reipl_init() 259 if (os_info_addr < sclp.hsa_size) in zcore_reipl_init() 267 if (entry->addr < sclp.hsa_size) in zcore_reipl_init()
|
H A D | sclp_early.c | 105 if (sccb->hsa_size) in sclp_early_facilities_detect() 106 sclp.hsa_size = (sccb->hsa_size - 1) * PAGE_SIZE; in sclp_early_facilities_detect()
|
H A D | sclp.h | 186 u32 hsa_size; /* 112-115 */ member
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | startup.c | 153 unsigned long hsa_size; in setup_ident_map_size() local 166 if (!sclp_early_get_hsa_size(&hsa_size) && hsa_size) in setup_ident_map_size() 167 ident_map_size = min(ident_map_size, hsa_size); in setup_ident_map_size()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | sclp.h | 92 unsigned long hsa_size; member 120 int sclp_early_get_hsa_size(unsigned long *hsa_size);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | sclp.h | 106 unsigned long hsa_size; member 139 int sclp_early_get_hsa_size(unsigned long *hsa_size);
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | crash_dump.c | 143 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()
|
H A D | setup.c | 699 low = max_t(unsigned long, crash_size, sclp.hsa_size); in reserve_crashkernel()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | crash_dump.c | 123 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()
|
H A D | setup.c | 649 low = max_t(unsigned long, crash_size, sclp.hsa_size); in reserve_crashkernel()
|
Completed in 11 milliseconds