Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/include/asm/
Dipl.h28 #define IPL_PARMBLOCK_START ((struct ipl_parameter_block *) \ macro
30 #define IPL_PARMBLOCK_SIZE (IPL_PARMBLOCK_START->hdr.len)
/linux-2.6.39/arch/s390/kernel/
Dipl.c247 struct ipl_parameter_block *ipl = IPL_PARMBLOCK_START; in get_ipl_type()
390 struct ipl_parameter_block *ipl = IPL_PARMBLOCK_START; in sys_ipl_device_show()
410 return memory_read_from_buffer(buf, count, &off, IPL_PARMBLOCK_START, in ipl_parameter_read()
427 unsigned int size = IPL_PARMBLOCK_START->ipl_info.fcp.scp_data_len; in ipl_scp_data_read()
428 void *scp_data = &IPL_PARMBLOCK_START->ipl_info.fcp.scp_data; in ipl_scp_data_read()
445 IPL_PARMBLOCK_START->ipl_info.fcp.wwpn);
447 IPL_PARMBLOCK_START->ipl_info.fcp.lun);
449 IPL_PARMBLOCK_START->ipl_info.fcp.bootprog);
451 IPL_PARMBLOCK_START->ipl_info.fcp.br_lba);
1243 memcpy(reipl_block_fcp, IPL_PARMBLOCK_START, PAGE_SIZE); in reipl_fcp_init()
[all …]