Searched refs:dump_block_ccw (Results 1 – 1 of 1) sorted by relevance
155 static struct ipl_parameter_block *dump_block_ccw; variable1459 DEFINE_IPL_CCW_ATTR_RW(dump_ccw, device, dump_block_ccw->ccw);1523 diag308_dump(dump_block_ccw); in __dump_run()1548 dump_block_ccw = (void *) get_zeroed_page(GFP_KERNEL); in dump_ccw_init()1549 if (!dump_block_ccw) in dump_ccw_init()1553 free_page((unsigned long)dump_block_ccw); in dump_ccw_init()1556 dump_block_ccw->hdr.len = IPL_BP_CCW_LEN; in dump_ccw_init()1557 dump_block_ccw->hdr.version = IPL_PARM_BLOCK_VERSION; in dump_ccw_init()1558 dump_block_ccw->ccw.len = IPL_BP0_CCW_LEN; in dump_ccw_init()1559 dump_block_ccw->ccw.pbt = IPL_PBT_CCW; in dump_ccw_init()