Home
last modified time | relevance | path

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

/linux-6.6.21/arch/s390/hypfs/
Dhypfs_diag.c67 *pages = diag204((unsigned long)DIAG204_SUBC_RSI | in diag204_get_buffer()
102 if (diag204((unsigned long)DIAG204_SUBC_STIB7 | in diag204_probe()
108 if (diag204((unsigned long)DIAG204_SUBC_STIB6 | in diag204_probe()
124 if (diag204((unsigned long)DIAG204_SUBC_STIB4 | in diag204_probe()
145 rc = diag204((unsigned long)diag204_store_sc | in diag204_store()
/linux-6.6.21/arch/s390/kernel/
Ddiag.c185 int diag204(unsigned long subcode, unsigned long size, void *addr) in diag204() function
201 EXPORT_SYMBOL(diag204);
Dsthyi.c315 pages = diag204((unsigned long)DIAG204_SUBC_RSI | in fill_diag()
326 r = diag204((unsigned long)DIAG204_SUBC_STIB7 | in fill_diag()
/linux-6.6.21/arch/s390/include/asm/
Ddiag.h322 int diag204(unsigned long subcode, unsigned long size, void *addr);