Searched refs:dump_block_ccw (Results 1 – 1 of 1) sorted by relevance
159 static struct ipl_parameter_block *dump_block_ccw; variable1322 dump_block_ccw->ipl_info.ccw.devno);1392 devid.devno = dump_block_ccw->ipl_info.ccw.devno; in __dump_run()1399 sprintf(buf, "IPL %X", dump_block_ccw->ipl_info.ccw.devno); in __dump_run()1403 diag308(DIAG308_SET, dump_block_ccw); in __dump_run()1427 dump_block_ccw = (void *) get_zeroed_page(GFP_KERNEL); in dump_ccw_init()1428 if (!dump_block_ccw) in dump_ccw_init()1432 free_page((unsigned long)dump_block_ccw); in dump_ccw_init()1435 dump_block_ccw->hdr.len = IPL_PARM_BLK_CCW_LEN; in dump_ccw_init()1436 dump_block_ccw->hdr.version = IPL_PARM_BLOCK_VERSION; in dump_ccw_init()[all …]