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