Linux Kernel
3.7.1
|
#include <iommu.h>
Data Fields | |
const char * | name |
int | num |
int | mids [MAX_NUM_MIDS] |
struct msm_iommu_ctx_dev - an IOMMU context bank instance name Human-readable name given to this context bank num Index of this context bank within the hardware mids List of Machine IDs that are to be mapped into this context bank, terminated by -1. The MID is a set of signals on the AXI bus that identifies the function associated with a specific memory request. (See ARM spec).
int mids[MAX_NUM_MIDS] |