Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dioinst.c422 int rfmt; in ioinst_handle_chsc_scpd() local
428 rfmt = (param0 & CHSC_SCPD_0_RFMT) >> 8; in ioinst_handle_chsc_scpd()
429 if ((rfmt == 0) || (rfmt == 1)) { in ioinst_handle_chsc_scpd()
430 rfmt = !!(param0 & CHSC_SCPD_0_C); in ioinst_handle_chsc_scpd()
456 desc_size = css_collect_chp_desc(m, cssid, f_chpid, l_chpid, rfmt, in ioinst_handle_chsc_scpd()
460 res->param = cpu_to_be32(rfmt); in ioinst_handle_chsc_scpd()
466 res->param = cpu_to_be32(rfmt); in ioinst_handle_chsc_scpd()
/openbmc/qemu/include/hw/s390x/
H A Dcss.h257 int rfmt, void *buf);
/openbmc/qemu/hw/s390x/
H A Dcss.c1869 int rfmt, void *buf) in css_collect_chp_desc() argument
1888 if (rfmt == 0) { in css_collect_chp_desc()
1893 } else if (rfmt == 1) { in css_collect_chp_desc()