Searched refs:diag308 (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/s390/char/ |
| 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()
|
| /Linux-v6.6/arch/s390/kernel/ |
| 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() 1282 diag308(DIAG308_SET, reipl_block_ccw); in __reipl_run() 1284 diag308(DIAG308_LOAD_CLEAR, NULL); in __reipl_run() 1286 diag308(DIAG308_LOAD_NORMAL_DUMP, NULL); in __reipl_run() 1289 diag308(DIAG308_SET, reipl_block_eckd); in __reipl_run() 1291 diag308(DIAG308_LOAD_CLEAR, NULL); in __reipl_run() 1293 diag308(DIAG308_LOAD_NORMAL, NULL); in __reipl_run() 1296 diag308(DIAG308_SET, reipl_block_fcp); in __reipl_run() [all …]
|
| /Linux-v6.6/arch/s390/include/asm/ |
| D | ipl.h | 166 extern int diag308(unsigned long subcode, void *addr);
|