Home
last modified time | relevance | path

Searched refs:chpid (Results 1 – 9 of 9) sorted by relevance

/qemu/hw/s390x/
A Dcss.c1336 dest->chpid[i] = src->chpid[i]; in copy_pmcw_to_guest()
1412 dest->chpid[i] = src->chpid[i]; in copy_pmcw_from_guest()
2037 unsigned int chpid; in css_find_free_chpid() local
2043 for (chpid = 0; chpid <= MAX_CHPID; chpid++) { in css_find_free_chpid()
2049 return chpid; in css_find_free_chpid()
2091 schib->pmcw.chpid[0] = chpid; in css_sch_build_virtual_schib()
2586 uint32_t chpid[8]; in css_sch_get_chpids() local
2600 &chpid[0], &chpid[1], &chpid[2], &chpid[3], in css_sch_get_chpids()
2601 &chpid[4], &chpid[5], &chpid[6], &chpid[7]) != 8) { in css_sch_get_chpids()
2608 schib->pmcw.chpid[i] = chpid[i]; in css_sch_get_chpids()
[all …]
A D3270-ccw.c100 uint16_t chpid; in emulated_ccw_3270_realize() local
119 chpid = css_find_free_chpid(sch->cssid); in emulated_ccw_3270_realize()
121 if (chpid > MAX_CHPID) { in emulated_ccw_3270_realize()
128 css_sch_build_virtual_schib(sch, (uint8_t)chpid, in emulated_ccw_3270_realize()
A Dtrace-events6 css_chpid_add(uint8_t cssid, uint8_t chpid, uint8_t type) "CSS: add chpid %x.%02x (type 0x%02x)"
/qemu/include/hw/s390x/
A Dcss.h202 void css_sch_build_virtual_schib(SubchDev *sch, uint8_t chpid, uint8_t type);
216 void css_generate_chp_crws(uint8_t cssid, uint8_t chpid);
263 int css_do_rchp(uint8_t cssid, uint8_t chpid);
A Dioinst.h96 uint8_t chpid[8]; member
/qemu/target/s390x/
A Dtrace-events6 ioinst_chp_id(const char *insn, int cssid, int chpid) "IOINST: %s (%x.%02x)"
A Dioinst.c777 uint8_t chpid; in ioinst_handle_rchp() local
787 chpid = RCHP_REG1_CHPID(reg1); in ioinst_handle_rchp()
789 trace_ioinst_chp_id("rchp", cssid, chpid); in ioinst_handle_rchp()
791 ret = css_do_rchp(cssid, chpid); in ioinst_handle_rchp()
/qemu/pc-bios/s390-ccw/
A Dcio.h39 u8 chpid[8]; /* CHPID 0-7 (if available) */ member
/qemu/tests/data/qobject/
A Dqdict.txt2728 chpid.h: 1040

Completed in 32 milliseconds