| /qemu/target/s390x/ |
| A D | ioinst.c | 176 static int ioinst_orb_valid(ORB *orb) in ioinst_orb_valid() argument 178 if ((orb->ctrl0 & ORB_CTRL0_MASK_INVALID) || in ioinst_orb_valid() 179 (orb->ctrl1 & ORB_CTRL1_MASK_INVALID)) { in ioinst_orb_valid() 183 if (orb->ctrl1 & ORB_CTRL1_MASK_MIDAW) { in ioinst_orb_valid() 186 if ((orb->cpa & HIGH_ORDER_BIT) != 0) { in ioinst_orb_valid() 196 ORB orig_orb, orb; in ioinst_handle_ssch() local 207 s390_cpu_pv_mem_read(cpu, addr, &orig_orb, sizeof(orb)); in ioinst_handle_ssch() 208 } else if (s390_cpu_virt_mem_read(cpu, addr, ar, &orig_orb, sizeof(orb))) { in ioinst_handle_ssch() 212 copy_orb_from_guest(&orb, &orig_orb); in ioinst_handle_ssch() 214 !ioinst_orb_valid(&orb)) { in ioinst_handle_ssch() [all …]
|
| /qemu/hw/s390x/ |
| A D | css.c | 976 g_assert(!(orb->ctrl1 & ORB_CTRL1_MASK_MIDAW)); in ccw_dstream_init() 1048 ccw_dstream_init(&sch->cds, &ccw, &(sch->orb)); in css_interpret_ccw() 1143 ORB *orb = &sch->orb; in sch_handle_start_func_virtual() local 1147 schib->pmcw.intparm = orb->intparm; in sch_handle_start_func_virtual() 1148 if (!(orb->lpm & path)) { in sch_handle_start_func_virtual() 1267 ORB *orb = &sch->orb; in sch_handle_start_func_passthrough() local 1269 assert(orb != NULL); in sch_handle_start_func_passthrough() 1270 schib->pmcw.intparm = orb->intparm; in sch_handle_start_func_passthrough() 1638 IOInstEnding css_do_ssch(SubchDev *sch, ORB *orb) in css_do_ssch() argument 1662 sch->orb = *orb; in css_do_ssch() [all …]
|
| /qemu/include/hw/s390x/ |
| A D | css.h | 123 ORB orb; member 252 IOInstEnding css_do_ssch(SubchDev *sch, ORB *orb); 294 void ccw_dstream_init(CcwDataStream *cds, CCW1 const *ccw, ORB const *orb);
|
| /qemu/pc-bios/s390-ccw/ |
| A D | cio.c | 316 CmdOrb orb = { in __do_cio() local 332 rc = ssch(schid, &orb); in __do_cio()
|
| /qemu/hw/vfio/ |
| A D | ccw.c | 84 if (!(sch->orb.ctrl0 & ORB_CTRL0_MASK_PFCH) && vcdev->force_orb_pfch) { in vfio_ccw_handle_request() 85 sch->orb.ctrl0 |= ORB_CTRL0_MASK_PFCH; in vfio_ccw_handle_request() 95 memcpy(region->orb_area, &sch->orb, sizeof(ORB)); in vfio_ccw_handle_request()
|
| /qemu/tests/tcg/i386/ |
| 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/ |
| A D | xtensa-modules.c.inc | 17110 { "orb", ICLASS_xt_iclass_bbool1,
|
| /qemu/target/xtensa/core-test_mmuhifi_c3/ |
| A D | xtensa-modules.c.inc | 27383 { "orb", ICLASS_xt_iclass_bbool1,
|
| /qemu/target/xtensa/core-test_kc705_be/ |
| A D | xtensa-modules.c.inc | 34001 { "orb", ICLASS_xt_iclass_bbool1,
|
| /qemu/target/xtensa/core-dsp3400/ |
| A D | xtensa-modules.c.inc | 76079 { "orb", ICLASS_xt_iclass_bbool1,
|