Searched refs:diag14 (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/s390/kernel/ |
D | diag.c | 62 .diag14 = _diag14_amode31, 173 int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode) in diag14() function 185 return diag_amode31_ops.diag14(rx, ry1, subcode); in diag14() 187 EXPORT_SYMBOL(diag14);
|
/linux-6.12.1/arch/s390/include/asm/ |
D | diag.h | 78 extern int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode); 351 int (*diag14)(unsigned long rx, unsigned long ry1, unsigned long subcode); member
|
/linux-6.12.1/drivers/s390/char/ |
D | vmur.c | 476 cc = diag14(record, devno, 0x28); in diag_position_to_record() 501 cc = diag14((unsigned long) buf, devno, 0x00); in diag_read_file() 594 cc = diag14((unsigned long) buf, spid, 0xfff); in diag_read_next_file_info()
|