Searched refs:diag14 (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/s390/kernel/ |
A D | diag.c | 59 .diag14 = _diag14_amode31, 150 int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode) in diag14() function 153 return diag_amode31_ops.diag14(rx, ry1, subcode); in diag14() 155 EXPORT_SYMBOL(diag14);
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | diag.h | 68 extern int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode); 332 int (*diag14)(unsigned long rx, unsigned long ry1, unsigned long subcode); member
|
/linux-6.3-rc2/drivers/s390/char/ |
A D | vmur.c | 474 cc = diag14(record, devno, 0x28); in diag_position_to_record() 499 cc = diag14((unsigned long) buf, devno, 0x00); in diag_read_file() 592 cc = diag14((unsigned long) buf, spid, 0xfff); in diag_read_next_file_info()
|
Completed in 9 milliseconds