Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/hypfs/
H A 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()
/openbmc/linux/arch/s390/kernel/
H A Ddiag.c185 int diag204(unsigned long subcode, unsigned long size, void *addr) in diag204() function
201 EXPORT_SYMBOL(diag204);
H A Dsthyi.c315 pages = diag204((unsigned long)DIAG204_SUBC_RSI | in fill_diag()
326 r = diag204((unsigned long)DIAG204_SUBC_STIB7 | in fill_diag()
/openbmc/linux/arch/s390/include/asm/
H A Ddiag.h322 int diag204(unsigned long subcode, unsigned long size, void *addr);