Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/include/asm/
Dipl.h29 #define IPL_PARMBLOCK_START ((struct ipl_parameter_block *) \ macro
31 #define IPL_PARMBLOCK_SIZE (IPL_PARMBLOCK_START->hdr.len)
/linux-4.1.27/arch/s390/kernel/
Dipl.c244 struct ipl_parameter_block *ipl = IPL_PARMBLOCK_START; in get_ipl_type()
387 struct ipl_parameter_block *ipl = IPL_PARMBLOCK_START; in sys_ipl_device_show()
407 return memory_read_from_buffer(buf, count, &off, IPL_PARMBLOCK_START, in ipl_parameter_read()
418 unsigned int size = IPL_PARMBLOCK_START->ipl_info.fcp.scp_data_len; in ipl_scp_data_read()
419 void *scp_data = &IPL_PARMBLOCK_START->ipl_info.fcp.scp_data; in ipl_scp_data_read()
435 IPL_PARMBLOCK_START->ipl_info.fcp.wwpn);
437 IPL_PARMBLOCK_START->ipl_info.fcp.lun);
439 IPL_PARMBLOCK_START->ipl_info.fcp.bootprog);
441 IPL_PARMBLOCK_START->ipl_info.fcp.br_lba);
1228 memcpy(reipl_block_fcp, IPL_PARMBLOCK_START, PAGE_SIZE); in reipl_fcp_init()
[all …]