Searched refs:VCMD_VRSP_RESULT_PASID (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/iommu/intel/ | ||
H A D | pasid.h | 33 #define VCMD_VRSP_RESULT_PASID(e) (((e) >> 16) & 0xfffff) macro |
H A D | pasid.c | 45 *pasid = VCMD_VRSP_RESULT_PASID(res); in vcmd_alloc_pasid() |