Search | Google it | Results 1 - 2 of 2 for fundef:RING (0.00 seconds) |
355: 356: #define RING(attr) ( ( ((attr) & TA_RNG3) == TA_RNG3 )? 1: 0 ) 357: #define RESIDENT(attr) ( ( ((attr) & TA_NORESIDENT) == 0 )? 1: 0 )
393: 394: #define RING(attr) ( ( (((attr) & TA_RNG3) >> 8) >= IMALLOC_MIN_USER_LEVEL )? 1: 0 ) 395: #define RESIDENT(attr) ( ( ((attr) & TA_NORESIDENT) == 0 )? 1: 0 )