Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Dioinst.c421 int rfmt; in ioinst_handle_chsc_scpd() local
427 rfmt = (param0 & CHSC_SCPD_0_RFMT) >> 8; in ioinst_handle_chsc_scpd()
428 if ((rfmt == 0) || (rfmt == 1)) { in ioinst_handle_chsc_scpd()
429 rfmt = !!(param0 & CHSC_SCPD_0_C); in ioinst_handle_chsc_scpd()
455 desc_size = css_collect_chp_desc(m, cssid, f_chpid, l_chpid, rfmt, in ioinst_handle_chsc_scpd()
459 res->param = cpu_to_be32(rfmt); in ioinst_handle_chsc_scpd()
465 res->param = cpu_to_be32(rfmt); in ioinst_handle_chsc_scpd()
/qemu/include/hw/s390x/
H A Dcss.h257 int rfmt, void *buf);
/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()