Searched refs:f_chpid (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/target/s390x/ |
| H A D | ioinst.c | 424 uint8_t f_chpid, l_chpid; in ioinst_handle_chsc_scpd() local 449 f_chpid = param0 & CHSC_SCPD_01_CHPID; in ioinst_handle_chsc_scpd() 451 if (l_chpid < f_chpid) { in ioinst_handle_chsc_scpd() 456 desc_size = css_collect_chp_desc(m, cssid, f_chpid, l_chpid, rfmt, in ioinst_handle_chsc_scpd()
|
| /openbmc/qemu/include/hw/s390x/ |
| H A D | css.h | 256 int css_collect_chp_desc(int m, uint8_t cssid, uint8_t f_chpid, uint8_t l_chpid,
|
| /openbmc/qemu/hw/s390x/ |
| H A D | css.c | 1868 int css_collect_chp_desc(int m, uint8_t cssid, uint8_t f_chpid, uint8_t l_chpid, in css_collect_chp_desc() argument 1885 for (i = f_chpid; i <= l_chpid; i++) { in css_collect_chp_desc()
|