Searched defs:VMID (Results 1 - 3 of 3) sorted by path

/drivers/gpu/drm/radeon/
H A Dcikd.h411 #define VMID(x) ((x) << 4) macro
H A Dnid.h54 #define VMID(x) (((x) & 0x7) << 0) macro
/drivers/iommu/
H A Dmsm_iommu_hw-8xxx.h204 #define SET_VMID(b, n, v) SET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), VMID, v)
322 #define GET_VMID(b, n) GET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), VMID)
932 #define VMID (VMID_MASK << VMID_SHIFT) macro

Completed in 159 milliseconds