Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dipl.c162 static struct ipl_parameter_block *reipl_block_nss; variable
746 return reipl_generic_vmparm_show(reipl_block_nss, page); in reipl_nss_vmparm_show()
1163 reipl_get_ascii_nss_name(nss_name, reipl_block_nss); in reipl_nss_name_show()
1184 memcpy(reipl_block_nss->ccw.nss_name, buf, nss_len); in reipl_nss_name_store()
1185 ASCEBC(reipl_block_nss->ccw.nss_name, nss_len); in reipl_nss_name_store()
1186 EBC_TOUPPER(reipl_block_nss->ccw.nss_name, nss_len); in reipl_nss_name_store()
1237 reipl_block_actual = reipl_block_nss; in reipl_set_type()
1311 diag308(DIAG308_SET, reipl_block_nss); in __reipl_run()
1367 reipl_block_nss = (void *) get_zeroed_page(GFP_KERNEL); in reipl_nss_init()
1368 if (!reipl_block_nss) in reipl_nss_init()
[all …]