Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/kernel/
Ddiag.c58 .diag14 = _diag14_amode31,
145 int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode) in diag14() function
148 return diag_amode31_ops.diag14(rx, ry1, subcode); in diag14()
150 EXPORT_SYMBOL(diag14);
/linux-5.19.10/arch/s390/include/asm/
Ddiag.h66 extern int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode);
320 int (*diag14)(unsigned long rx, unsigned long ry1, unsigned long subcode); member
/linux-5.19.10/drivers/s390/char/
Dvmur.c448 cc = diag14(record, devno, 0x28); in diag_position_to_record()
473 cc = diag14((unsigned long) buf, devno, 0x00); in diag_read_file()
566 cc = diag14((unsigned long) buf, spid, 0xfff); in diag_read_next_file_info()