Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/hypfs/
Dhypfs_diag.c269 *pages = diag204((unsigned long)DIAG204_SUBC_RSI | in diag204_get_buffer()
299 if (diag204((unsigned long)DIAG204_SUBC_STIB7 | in diag204_probe()
305 if (diag204((unsigned long)DIAG204_SUBC_STIB6 | in diag204_probe()
321 if (diag204((unsigned long)DIAG204_SUBC_STIB4 | in diag204_probe()
342 rc = diag204((unsigned long) diag204_store_sc | in diag204_do_store()
/Linux-v4.19/arch/s390/kernel/
Ddiag.c182 int diag204(unsigned long subcode, unsigned long size, void *addr) in diag204() function
190 EXPORT_SYMBOL(diag204);
Dsthyi.c313 pages = diag204((unsigned long)DIAG204_SUBC_RSI | in fill_diag()
322 r = diag204((unsigned long)DIAG204_SUBC_STIB7 | in fill_diag()
/Linux-v4.19/arch/s390/include/asm/
Ddiag.h296 int diag204(unsigned long subcode, unsigned long size, void *addr);