[go: nahoru, domu]

Searched refs:MAX_ASID (Results 1 - 3 of 3) sorted by relevance

/drivers/misc/sgi-gru/
H A Dgrumain.c71 * Initially, assign asids sequentially from MIN_ASID .. MAX_ASID.
81 * Repeat until MAX_ASID is reached, then start over again.
83 * Each time MAX_ASID is reached, increment the asid generation. Since
90 * ^-next ^-limit ^-MAX_ASID
112 limit = MAX_ASID;
132 limit = MAX_ASID;
133 if (asid >= MAX_ASID)
H A Dgrufile.c255 gru->gs_asid_limit = MAX_ASID;
H A Dgrutables.h294 #define MAX_ASID 0xfffff0 macro

Completed in 42 milliseconds