Searched refs:diag204 (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/s390/hypfs/ |
| H A D | hypfs_diag.c | 64 *pages = diag204((unsigned long)DIAG204_SUBC_RSI | in diag204_get_buffer() 99 if (diag204((unsigned long)DIAG204_SUBC_STIB7 | in diag204_probe() 105 if (diag204((unsigned long)DIAG204_SUBC_STIB6 | in diag204_probe() 121 if (diag204((unsigned long)DIAG204_SUBC_STIB4 | in diag204_probe() 148 rc = diag204(subcode, pages, buf); in diag204_store()
|
| /linux/arch/s390/kernel/diag/ |
| H A D | diag.c | 220 int diag204(unsigned long subcode, unsigned long size, void *addr) in diag204() function 238 EXPORT_SYMBOL(diag204);
|
| /linux/arch/s390/kernel/ |
| H A D | sthyi.c | 314 pages = diag204(subcode, 0, NULL); in diag204_get_data() 328 rc = diag204(subcode, pages, diag204_buf); in diag204_get_data()
|
| /linux/arch/s390/include/asm/ |
| H A D | diag.h | 340 int diag204(unsigned long subcode, unsigned long size, void *addr);
|