Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/kernel/
Dipl.c134 static struct ipl_parameter_block *dump_block_ccw; variable
1190 DEFINE_IPL_CCW_ATTR_RW(dump_ccw, device, dump_block_ccw->ipl_info.ccw);
1252 diag308_dump(dump_block_ccw); in __dump_run()
1274 dump_block_ccw = (void *) get_zeroed_page(GFP_KERNEL); in dump_ccw_init()
1275 if (!dump_block_ccw) in dump_ccw_init()
1279 free_page((unsigned long)dump_block_ccw); in dump_ccw_init()
1282 dump_block_ccw->hdr.len = IPL_PARM_BLK_CCW_LEN; in dump_ccw_init()
1283 dump_block_ccw->hdr.version = IPL_PARM_BLOCK_VERSION; in dump_ccw_init()
1284 dump_block_ccw->hdr.blk0_len = IPL_PARM_BLK0_CCW_LEN; in dump_ccw_init()
1285 dump_block_ccw->hdr.pbt = DIAG308_IPL_TYPE_CCW; in dump_ccw_init()