Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/s390/kernel/
Ddiag.c156 int diag204(unsigned long subcode, unsigned long size, void *addr) in diag204() function
164 EXPORT_SYMBOL(diag204);
Dsthyi.c315 pages = diag204((unsigned long)DIAG204_SUBC_RSI | in fill_diag()
324 r = diag204((unsigned long)DIAG204_SUBC_STIB7 | in fill_diag()
/kernel/linux/linux-5.10/arch/s390/include/asm/
Ddiag.h306 int diag204(unsigned long subcode, unsigned long size, void *addr);