Searched refs:ry1 (Results 1 – 3 of 3) 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() argument 138 return diag_dma_ops.diag14(rx, ry1, subcode); in 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);
|
/kernel/linux/linux-5.10/arch/s390/boot/ |
D | startup.c | 39 int _diag14_dma(unsigned long rx, unsigned long ry1, unsigned long subcode);
|