Home
last modified time | relevance | path

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

/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
481 plugged into the guest (i.e., the bit corresponding to its APID will not be
610 (APID). Each bit in the mask, from left to right, corresponds to an APID from
611 0-255. If a bit is set, the APID belongs to the subset of APQNs marked as
881 * Each APQN derived from the Cartesian product of the APID of the adapter
979 * Each APQN derived from the Cartesian product comprised of the APID of the
/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