Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/diag/
H A Ddiag.c65 .diag14 = _diag14_amode31,
176 int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode) in diag14() function
188 return diag_amode31_ops.diag14(rx, ry1, subcode); in diag14()
190 EXPORT_SYMBOL(diag14);
/linux/arch/s390/include/asm/
H A Ddiag.h80 extern int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode);
353 int (*diag14)(unsigned long rx, unsigned long ry1, unsigned long subcode); member
/linux/drivers/s390/char/
H A Dvmur.c475 cc = diag14(record, devno, 0x28); in diag_position_to_record()
500 cc = diag14((unsigned long) buf, devno, 0x00); in diag_read_file()
593 cc = diag14((unsigned long) buf, spid, 0xfff); in diag_read_next_file_info()