/qemu/target/s390x/ |
H A D | ioinst.c | 177 static int ioinst_orb_valid(ORB *orb) in ioinst_orb_valid() argument 179 if ((orb->ctrl0 & ORB_CTRL0_MASK_INVALID) || in ioinst_orb_valid() 180 (orb->ctrl1 & ORB_CTRL1_MASK_INVALID)) { in ioinst_orb_valid() 184 if (orb->ctrl1 & ORB_CTRL1_MASK_MIDAW) { in ioinst_orb_valid() 187 if ((orb->cpa & HIGH_ORDER_BIT) != 0) { in ioinst_orb_valid() 197 ORB orig_orb, orb; in ioinst_handle_ssch() local 208 s390_cpu_pv_mem_read(cpu, addr, &orig_orb, sizeof(orb)); in ioinst_handle_ssch() 209 } else if (s390_cpu_virt_mem_read(cpu, addr, ar, &orig_orb, sizeof(orb))) { in ioinst_handle_ssch() 213 copy_orb_from_guest(&orb, &orig_orb); in ioinst_handle_ssch() 215 !ioinst_orb_valid(&orb)) { in ioinst_handle_ssch() [all …]
|
/qemu/hw/s390x/ |
H A D | css.c | 186 VMSTATE_STRUCT(orb, SubchDev, 1, vmstate_orb, ORB), 941 void ccw_dstream_init(CcwDataStream *cds, CCW1 const *ccw, ORB const *orb) in ccw_dstream_init() argument 947 g_assert(!(orb->ctrl1 & ORB_CTRL1_MASK_MIDAW)); in ccw_dstream_init() 948 cds->flags = (orb->ctrl0 & ORB_CTRL0_MASK_I2K ? CDS_F_I2K : 0) | in ccw_dstream_init() 949 (orb->ctrl0 & ORB_CTRL0_MASK_C64 ? CDS_F_C64 : 0) | in ccw_dstream_init() 950 (orb->ctrl0 & ORB_CTRL0_MASK_FMT ? CDS_F_FMT : 0) | in ccw_dstream_init() 1019 ccw_dstream_init(&sch->cds, &ccw, &(sch->orb)); in css_interpret_ccw() 1114 ORB *orb = &sch->orb; in sch_handle_start_func_virtual() local 1118 schib->pmcw.intparm = orb->intparm; in sch_handle_start_func_virtual() 1119 if (!(orb->lpm & path)) { in sch_handle_start_func_virtual() [all …]
|
/qemu/include/hw/s390x/ |
H A D | css.h | 123 ORB orb; member 251 IOInstEnding css_do_ssch(SubchDev *sch, ORB *orb); 292 void ccw_dstream_init(CcwDataStream *cds, CCW1 const *ccw, ORB const *orb);
|
/qemu/pc-bios/s390-ccw/ |
H A D | cio.c | 316 CmdOrb orb = { in __do_cio() local 332 rc = ssch(schid, &orb); in __do_cio()
|
/qemu/hw/vfio/ |
H A D | ccw.c | 75 if (!(sch->orb.ctrl0 & ORB_CTRL0_MASK_PFCH) && vcdev->force_orb_pfch) { in vfio_ccw_handle_request() 76 sch->orb.ctrl0 |= ORB_CTRL0_MASK_PFCH; in vfio_ccw_handle_request() 87 memcpy(region->orb_area, &sch->orb, sizeof(ORB)); in vfio_ccw_handle_request()
|
/qemu/tests/tcg/i386/ |
H A D | x86.csv | 1357 "OR r/m8, imm8","ORB imm8, r/m8","orb imm8, r/m8","80 /1 ib","V","V","","","rw,r","Y","8" 1358 "OR r/m8, imm8","ORB imm8, r/m8","orb imm8, r/m8","82 /1 ib","V","N.S.","","","rw,r","Y","8" 1359 "OR r/m8, imm8","ORB imm8, r/m8","orb imm8, r/m8","REX 80 /1 ib","N.E.","V","","pseudo64","rw,r","Y… 1360 "OR AL, imm8u","ORB imm8u, AL","orb imm8u, AL","0C ib","V","V","","","rw,r","Y","8" 1361 "OR r8, r/m8","ORB r/m8, r8","orb r/m8, r8","0A /r","V","V","","","rw,r","Y","8" 1362 "OR r8, r/m8","ORB r/m8, r8","orb r/m8, r8","REX 0A /r","N.E.","V","","pseudo64","rw,r","Y","8" 1363 "OR r/m8, r8","ORB r8, r/m8","orb r8, r/m8","08 /r","V","V","","","rw,r","Y","8" 1364 "OR r/m8, r8","ORB r8, r/m8","orb r8, r/m8","REX 08 /r","N.E.","V","","pseudo64","rw,r","Y","8"
|
/qemu/target/xtensa/core-de233_fpu/ |
H A D | xtensa-modules.c.inc | 17110 { "orb", ICLASS_xt_iclass_bbool1,
|
/qemu/target/xtensa/core-test_mmuhifi_c3/ |
H A D | xtensa-modules.c.inc | 27383 { "orb", ICLASS_xt_iclass_bbool1,
|
/qemu/target/xtensa/core-test_kc705_be/ |
H A D | xtensa-modules.c.inc | 34001 { "orb", ICLASS_xt_iclass_bbool1,
|
/qemu/target/xtensa/core-dsp3400/ |
H A D | xtensa-modules.c.inc | 76079 { "orb", ICLASS_xt_iclass_bbool1,
|