Searched refs:diag308 (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/s390/char/ |
| H A D | zcore.c | 132 diag308(DIAG308_REL_HSA, NULL); in release_hsa() 140 diag308(DIAG308_SET, zcore_ipl_block); in zcore_reipl_write() 142 diag308(DIAG308_LOAD_CLEAR, NULL); in zcore_reipl_write() 145 diag308(DIAG308_LOAD_NORMAL_DUMP, NULL); in zcore_reipl_write() 147 diag308(DIAG308_LOAD_NORMAL, NULL); in zcore_reipl_write() 366 diag308(DIAG308_REL_HSA, NULL); in zcore_init()
|
| /linux/arch/s390/kernel/ |
| H A D | ipl.c | 199 int diag308(unsigned long subcode, void *addr) in diag308() function 204 EXPORT_SYMBOL_GPL(diag308); 685 diag308(DIAG308_LOAD_CLEAR, NULL); in __ipl_run() 1230 diag308(DIAG308_SET, reipl_block_ccw); in __reipl_run() 1232 diag308(DIAG308_LOAD_CLEAR, NULL); in __reipl_run() 1234 diag308(DIAG308_LOAD_NORMAL_DUMP, NULL); in __reipl_run() 1237 diag308(DIAG308_SET, reipl_block_eckd); in __reipl_run() 1239 diag308(DIAG308_LOAD_CLEAR, NULL); in __reipl_run() 1241 diag308(DIAG308_LOAD_NORMAL, NULL); in __reipl_run() 1244 diag308(DIAG308_SET, reipl_block_fcp); in __reipl_run() [all …]
|
| /linux/arch/s390/include/asm/ |
| H A D | ipl.h | 166 extern int diag308(unsigned long subcode, void *addr);
|