Searched refs:dump_block_ccw (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/s390/kernel/
H A Dipl.c169 static struct ipl_parameter_block *dump_block_ccw; variable in typeref:struct:ipl_parameter_block
1712 DEFINE_IPL_CCW_ATTR_RW(dump_ccw, device, dump_block_ccw->ccw);
1778 diag308_dump(dump_block_ccw);
1806 dump_block_ccw = (void *) get_zeroed_page(GFP_KERNEL);
1807 if (!dump_block_ccw)
1811 free_page((unsigned long)dump_block_ccw);
1814 dump_block_ccw->hdr.len = IPL_BP_CCW_LEN;
1815 dump_block_ccw->hdr.version = IPL_PARM_BLOCK_VERSION;
1816 dump_block_ccw->ccw.len = IPL_BP0_CCW_LEN;
1817 dump_block_ccw
[all...]

Completed in 207 milliseconds