Searched refs:diag14 (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/arch/s390/kernel/ |
| D | diag.c | 57 .diag14 = _diag14_amode31, 144 int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode) in diag14() function 147 return diag_amode31_ops.diag14(rx, ry1, subcode); in diag14() 149 EXPORT_SYMBOL(diag14);
|
| /Linux-v5.15/arch/s390/include/asm/ |
| D | diag.h | 65 extern int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode); 319 int (*diag14)(unsigned long rx, unsigned long ry1, unsigned long subcode); member
|
| /Linux-v5.15/drivers/s390/char/ |
| D | vmur.c | 448 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()
|