Home
last modified time | relevance | path

Searched refs:sclp_early_get_hsa_size (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dsclp.h139 int sclp_early_get_hsa_size(unsigned long *hsa_size);
/openbmc/linux/arch/s390/boot/
H A Dstartup.c165 if (!sclp_early_get_hsa_size(&hsa_size) && hsa_size) in setup_ident_map_size()
/openbmc/linux/drivers/s390/char/
H A Dsclp_early_core.c326 int __init sclp_early_get_hsa_size(unsigned long *hsa_size) in sclp_early_get_hsa_size() function