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

/linux-master/arch/s390/hypfs/
H A Dhypfs_diag.c29 static void *diag204_buf; /* 4K aligned buffer for diag204 data */
30 static int diag204_buf_pages; /* number of pages for diag204 data */
67 *pages = diag204((unsigned long)DIAG204_SUBC_RSI |
102 if (diag204((unsigned long)DIAG204_SUBC_STIB7 |
108 if (diag204((unsigned long)DIAG204_SUBC_STIB6 |
124 if (diag204((unsigned long)DIAG204_SUBC_STIB4 |
145 rc = diag204((unsigned long)diag204_store_sc |
/linux-master/arch/s390/kernel/
H A Ddiag.c202 * diag204() - Issue diagnose 204 call.
214 int diag204(unsigned long subcode, unsigned long size, void *addr) function
230 EXPORT_SYMBOL(diag204); variable
H A Dsthyi.c165 * diag204 reports a cap in hundredths of processor units.
315 pages = diag204((unsigned long)DIAG204_SUBC_RSI |
326 r = diag204((unsigned long)DIAG204_SUBC_STIB7 |
/linux-master/arch/s390/include/asm/
H A Ddiag.h329 int diag204(unsigned long subcode, unsigned long size, void *addr);

Completed in 120 milliseconds