Searched defs:IS_E_PROCESSOR (Results 1 – 3 of 3) sorted by relevance
85 #define IS_E_PROCESSOR(svr) (!((svr >> 8) & 0x1)) macro
1040 #define IS_E_PROCESSOR(svr) (svr & 0x80000) macro1043 #define IS_E_PROCESSOR(spridr) (!(spridr & 0x00010000)) macro
13 #define IS_E_PROCESSOR(svr) (svr & 0x80000) macro
Completed in 14 milliseconds