Searched refs:diag308 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/s390/char/ |
H A D | zcore.c | 134 diag308(DIAG308_REL_HSA, NULL); in release_hsa() 142 diag308(DIAG308_SET, zcore_ipl_block); in zcore_reipl_write() 144 diag308(DIAG308_LOAD_CLEAR, NULL); in zcore_reipl_write() 147 diag308(DIAG308_LOAD_NORMAL_DUMP, NULL); in zcore_reipl_write() 149 diag308(DIAG308_LOAD_NORMAL, NULL); in zcore_reipl_write() 370 diag308(DIAG308_REL_HSA, NULL); in zcore_init()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | ipl.c | 197 int diag308(unsigned long subcode, void *addr) in diag308() function 202 EXPORT_SYMBOL_GPL(diag308); 639 diag308(DIAG308_LOAD_CLEAR, NULL); in __ipl_run() 1283 diag308(DIAG308_SET, reipl_block_ccw); in __reipl_run() 1285 diag308(DIAG308_LOAD_CLEAR, NULL); in __reipl_run() 1287 diag308(DIAG308_LOAD_NORMAL_DUMP, NULL); in __reipl_run() 1290 diag308(DIAG308_SET, reipl_block_eckd); in __reipl_run() 1292 diag308(DIAG308_LOAD_CLEAR, NULL); in __reipl_run() 1294 diag308(DIAG308_LOAD_NORMAL, NULL); in __reipl_run() 1297 diag308(DIAG308_SET, reipl_block_fcp); in __reipl_run() [all …]
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | ipl.h | 166 extern int diag308(unsigned long subcode, void *addr);
|
/openbmc/qemu/docs/system/s390x/ |
H A D | protvirt.rst | 57 (stage3a) that uses the new diag308 subcodes 8 and 10 to trigger the
|