Home
last modified time | relevance | path

Searched refs:APID (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/docs/system/s390x/
H A Dvfio-ap.rst53 comprised of an AP adapter ID (APID) and an AP queue index (APQI). The
84 an APID from 0-255. If a bit is set, the corresponding adapter is valid for
181 is an APQN with xx specifying the APID and yyyy specifying the APQI
228 (APID). Each bit in the mask, from left to right (i.e., from most significant
229 to least significant bit in big endian order), corresponds to an APID from
230 0-255. If a bit is set, the APID is marked as usable only by the default AP
231 queue device drivers; otherwise, the APID is usable by the vfio_ap
379 To assign an AP adapter to the mediated matrix device, its APID is written
381 than one adapter. The APID may be specified using conventional semantics
400 one APQN with the specified APID bound to the vfio_ap driver. If no such
[all …]
/openbmc/linux/Documentation/arch/s390/
H A Dvfio-ap.rst82 comprised of an AP adapter ID (APID) and an AP queue index (APQI). The
132 an APID from 0-255. If a bit is set, the corresponding adapter is valid for
357 vfio_ap mediated device. To assign/unassign an adapter, the APID of the
451 plugged into the guest (i.e., the bit corresponding to its APID will not be
580 (APID). Each bit in the mask, from left to right, corresponds to an APID from
581 0-255. If a bit is set, the APID belongs to the subset of APQNs marked as
851 * Each APQN derived from the Cartesian product of the APID of the adapter
949 * Each APQN derived from the Cartesian product comprised of the APID of the
/openbmc/linux/drivers/iommu/
H A Dmsm_iommu_hw-8xxx.h475 #define SET_APID(b, c, v) SET_CONTEXT_FIELD(b, c, FSYNR0, APID, v)
663 #define GET_APID(b, c) GET_CONTEXT_FIELD(b, c, FSYNR0, APID)
1032 #define APID (APID_MASK << APID_SHIFT) macro