Home
last modified time | relevance | path

Searched refs:diag14 (Results 1 – 3 of 3) sorted by relevance

/arch/s390/kernel/
Ddiag.c146 int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode) in diag14() function
149 return diag_dma_ops.diag14(rx, ry1, subcode); in diag14()
151 EXPORT_SYMBOL(diag14);
/arch/s390/include/asm/
Ddiag.h65 extern int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode);
317 int (*diag14)(unsigned long rx, unsigned long ry1, unsigned long subcode); member
/arch/s390/boot/
Dstartup.c45 .diag14 = _diag14_dma,