Home
last modified time | relevance | path

Searched refs:ORB (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dioinst.h146 typedef struct ORB { struct
152 } ORB; argument
153 QEMU_BUILD_BUG_MSG(sizeof(ORB) != 12, "size of ORB is wrong");
H A Dcss.h123 ORB orb;
252 IOInstEnding css_do_ssch(SubchDev *sch, ORB *orb);
294 void ccw_dstream_init(CcwDataStream *cds, CCW1 const *ccw, ORB const *orb);
/openbmc/qemu/target/s390x/
H A Dioinst.c167 static void copy_orb_from_guest(ORB *dest, const ORB *src) in copy_orb_from_guest()
176 static int ioinst_orb_valid(ORB *orb) in ioinst_orb_valid()
196 ORB orig_orb, orb; in ioinst_handle_ssch()
/openbmc/qemu/hw/s390x/
H A Dcss.c174 VMSTATE_UINT32(intparm, ORB),
175 VMSTATE_UINT16(ctrl0, ORB),
176 VMSTATE_UINT8(lpm, ORB),
177 VMSTATE_UINT8(ctrl1, ORB),
178 VMSTATE_UINT32(cpa, ORB),
194 VMSTATE_STRUCT(orb, SubchDev, 1, vmstate_orb, ORB),
970 void ccw_dstream_init(CcwDataStream *cds, CCW1 const *ccw, ORB const *orb) in ccw_dstream_init()
1143 ORB *orb = &sch->orb; in sch_handle_start_func_virtual()
1267 ORB *orb = &sch->orb; in sch_handle_start_func_passthrough()
1638 IOInstEnding css_do_ssch(SubchDev *sch, ORB *orb) in css_do_ssch()
/openbmc/linux/Documentation/arch/s390/
H A Dvfio-ccw.rst78 build an operation request block (ORB), which can be used to point out
210 guest ORB, and scsw_area should be filled with the SCSW of the Virtual
222 The ORB specified transport mode or the
376 Write the guest channel program and ORB to the I/O region.
427 p-bit setting in the ORB. As a result, self modifying channel
/openbmc/qemu/hw/vfio/
H A Dccw.c89 QEMU_BUILD_BUG_ON(sizeof(region->orb_area) != sizeof(ORB)); in vfio_ccw_handle_request()
95 memcpy(region->orb_area, &sch->orb, sizeof(ORB)); in vfio_ccw_handle_request()
/openbmc/qemu/docs/devel/
H A Ds390-dasd-ipl.rst80 ORB (Operation Request Block). One of those parameters is a prefetch bit. If the
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv1357 "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"