Home
last modified time | relevance | path

Searched refs:diag204 (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/s390/hypfs/
Dhypfs_diag.c65 *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/
Ddiag.c217 int diag204(unsigned long subcode, unsigned long size, void *addr) in diag204() function
235 EXPORT_SYMBOL(diag204);
Dsthyi.c311 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/
Ddiag.h338 int diag204(unsigned long subcode, unsigned long size, void *addr);