Searched refs:diag14 (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/ |
D | diag.c | 135 int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode) in diag14() function 138 return diag_dma_ops.diag14(rx, ry1, subcode); in diag14() 140 EXPORT_SYMBOL(diag14);
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | diag.h | 65 extern int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode); 315 int (*diag14)(unsigned long rx, unsigned long ry1, unsigned long subcode); member
|
/kernel/linux/linux-5.10/arch/s390/boot/ |
D | startup.c | 45 .diag14 = _diag14_dma,
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
D | vmur.c | 472 cc = diag14(record, devno, 0x28); in diag_position_to_record() 497 cc = diag14((unsigned long) buf, devno, 0x00); in diag_read_file() 590 cc = diag14((unsigned long) buf, spid, 0xfff); in diag_read_next_file_info()
|