Searched refs:diag204 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/s390/hypfs/ |
D | hypfs_diag.c | 65 *pages = diag204((unsigned long)DIAG204_SUBC_RSI | in diag204_get_buffer() 100 if (diag204((unsigned long)DIAG204_SUBC_STIB7 | in diag204_probe() 106 if (diag204((unsigned long)DIAG204_SUBC_STIB6 | in diag204_probe() 122 if (diag204((unsigned long)DIAG204_SUBC_STIB4 | in diag204_probe() 149 rc = diag204(subcode, pages, buf); in diag204_store()
|
/linux-6.12.1/arch/s390/kernel/ |
D | diag.c | 217 int diag204(unsigned long subcode, unsigned long size, void *addr) in diag204() function 235 EXPORT_SYMBOL(diag204);
|
D | sthyi.c | 311 pages = diag204(subcode, 0, NULL); in diag204_get_data() 325 rc = diag204(subcode, pages, diag204_buf); in diag204_get_data()
|
/linux-6.12.1/arch/s390/include/asm/ |
D | diag.h | 338 int diag204(unsigned long subcode, unsigned long size, void *addr);
|