Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/s390/
Dvfio-ap.rst82 comprised of an AP adapter ID (APID) and an AP queue index (APQI). The
133 an APID from 0-255. If a bit is set, the corresponding adapter is valid for
359 mediated matrix device. To assign/unassign an adapter, the APID of the
542 (APID). Each bit in the mask, from left to right (i.e., from most significant
543 to least significant bit in big endian order), corresponds to an APID from
544 0-255. If a bit is set, the APID is marked as usable only by the default AP
545 queue device drivers; otherwise, the APID is usable by the vfio_ap
781 one APQN with the specified APID bound to the vfio_ap driver. If no such
/Linux-v5.10/drivers/iommu/
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