Lines Matching +full:diag +full:- +full:version
1 /* SPDX-License-Identifier: GPL-2.0 */
12 #include <asm/diag.h>
23 u16 diag; member
38 u16 version_nr; /* version */
52 return -EOPNOTSUPP; in appldata_asm()
53 parm_list->diag = 0xdc; in appldata_asm()
54 parm_list->function = fn; in appldata_asm()
55 parm_list->parlist_length = sizeof(*parm_list); in appldata_asm()
56 parm_list->buffer_length = length; in appldata_asm()
57 parm_list->product_id_addr = virt_to_phys(id); in appldata_asm()
58 parm_list->buffer_addr = virt_to_phys(buffer); in appldata_asm()
61 " diag %1,%0,0xdc" in appldata_asm()