Searched refs:diag14 (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/kernel/
H A Ddiag.c61 .diag14 = _diag14_amode31,
172 int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode) function
184 return diag_amode31_ops.diag14(rx, ry1, subcode);
186 EXPORT_SYMBOL(diag14); variable
/linux-master/arch/s390/include/asm/
H A Ddiag.h76 extern int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode);
342 int (*diag14)(unsigned long rx, unsigned long ry1, unsigned long subcode); member in struct:diag_ops
/linux-master/drivers/s390/char/
H A Dvmur.c476 cc = diag14(record, devno, 0x28);
501 cc = diag14((unsigned long) buf, devno, 0x00);
594 cc = diag14((unsigned long) buf, spid, 0xfff);

Completed in 172 milliseconds