Include dependency graph for asid.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | RIDS_PER_ASID 7 |
#define | RID_MAX 262143 |
#define | RID_KERNEL 0 |
#define | RID_INVALID 1 |
#define | ASID2RID(asid, vrn) (((asid)>RIDS_PER_ASID)?(((asid)*RIDS_PER_ASID)+(vrn)):(asid)) |
#define | RID2ASID(rid) ((rid)/RIDS_PER_ASID) |
#define | ASID_MAX_ARCH (RID_MAX/RIDS_PER_ASID) |
Typedefs | |
typedef __u16 | asid_t |
typedef __u32 | rid_t |
Definition in file asid.h.